Re: bundleReplacements with karaf-maven-plugin

2021-05-02 Thread Jean-Baptiste Onofre
Hi Benjamine, The easiest way is probably to create your own features repository, overriding the feature. Regards JB > Le 3 mai 2021 à 07:55, Benjamin Graf a écrit : > > Hi, > > does anybody know how if possible I can replace a bundle from a feature if a > bit "more complex". > > For examp

bundleReplacements with karaf-maven-plugin

2021-05-02 Thread Benjamin Graf
Hi, does anybody know how if possible I can replace a bundle from a feature if a bit "more complex". For example replace "wrap:mvn:com.oracle.database.jdbc/ojdbc8/..." with "wrap:mvn:com.oracle.database.jdbc/ojdbc11" Regards, Benjamin OpenPGP_signature Description: OpenPGP digital sign

Re: Unable to set CXF CachedOutputStream.Threshold

2021-05-02 Thread SRIKANT MVS
Hi Claus, Yes, I found this information from the cxf documentation https://cxf.apache.org/docs/security.html under the Large data stream caching section. -Regards Srikant Mantha On Sun, May 2, 2021 at 9:43 AM Claus Ibsen wrote: > Hi > > Thanks for sharing the solution for this problem. > > Did

Re: Unable to set CXF CachedOutputStream.Threshold

2021-05-02 Thread Claus Ibsen
Hi Thanks for sharing the solution for this problem. Did you find this information on a link to Apache CXF or someplace else? I ask because we could maybe add a section to the camel-cxf doc page talking about this and with a link to more details at Apache CXF. On Sun, May 2, 2021 at 8:34 AM SRIK