Re: Camel load resource from classloader broken

2022-01-03 Thread Francois Papon
Hi JB, Sure, here the Jira: https://issues.apache.org/jira/browse/CAMEL-17425 Thanks for your help! Regards, François On 03/01/2022 18:06, Jean-Baptiste Onofré wrote: Hi François, thanks for pointing this. That's a *huge* regression impacting camel-karaf. Definitely we have to fix that

Re: Camel load resource from classloader broken

2022-01-03 Thread Jean-Baptiste Onofré
Hi François, thanks for pointing this. That's a *huge* regression impacting camel-karaf. Definitely we have to fix that (I consider this regression as blocker/critical). Can you create a Jira about that, I will fix that ? Thanks, Regards JB On 03/01/2022 17:35, Francois Papon wrote: Hi,

Camel load resource from classloader broken

2022-01-03 Thread Francois Papon
Hi, It seems like this commit broke the OSGi compatibility by loading resources from another classloader: https://github.com/apache/camel/commit/11bd8012743868712904b449024344bcf8130d2b#diff-8514339d35970f5c1e68df154846a293656b9a482d332b7f4423755ba0d2b0f9 For example, when upgrading to Camel

Re: Problem with camel-restdsl-openapi-plugin in version 3.14

2022-01-03 Thread Andrea Cosentino
Camel 3.14 needs spring boot 2.6.x Il lun 3 gen 2022, 17:17 MÜLLER Christian (ICS460-BAI) ha scritto: > Hi Guys, > > we currently switched from camel 3.11 to 3.14. > We use: > > org.apache.camel > camel-restdsl-openapi-plugin > 3.14.0 > > to generate our camel rest routes. > > Since the Update

Re: Karaf/Camel camel-elasticsearch-rest component and Log4jShell

2022-01-03 Thread Andrea Cosentino
Elasticsearch high level client and all the related stuff changed their license after 7.10.2 As far as I know is not compatible with ASF License. This is the reason is not updated. Il giorno lun 3 gen 2022 alle ore 16:27 Francois Papon < francois.pa...@openobject.fr> ha scritto: > Hi, > > The

Karaf/Camel camel-elasticsearch-rest component and Log4jShell

2022-01-03 Thread Francois Papon
Hi, The Camel elasticsearch-rest-component depend on the version 7.10.2 of elasticsearch-client that has a dependency on log4j-core:2.13.3 and log4j-api:2.13.3 When installating the Karaf feature the log4j bundles are installed:

[ANNOUNCE] Apache Camel Kamelets 0.6.0 released

2022-01-03 Thread Andrea Cosentino
The Camel PMC is pleased to announce the release of Apache Camel Kamelets 0.6.0. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release contains a new set of kamelets and bug fixes. The

Re: DEBEZIUM MYSQL CONNECTOR

2022-01-03 Thread Pasquale Congiusti
Hello, some more detailed example can be found through Apache Camel examples repository: https://github.com/apache/camel-examples/tree/main/examples/debezium As Debezium is a fast evolving project with many parameters that are bound to the database of choice, troubleshooting may result difficult.