Re: [VOTE] Release Apache Camel Kamelets 4.4.0

2024-02-19 Thread Claus Ibsen
+1 (binding) On Mon, Feb 19, 2024 at 3:14 PM Andrea Cosentino wrote: > Hello all, > > This is a vote for releasing camel-kamelets 4.4.0 > > This is the first release of camel-kamelets supporting LTS Camel 4.4.0 and > it contains many new Kamelets and a lot of fixes. > > Kamelets release files: >

[VOTE] Release Apache Camel Kamelets 4.4.0

2024-02-19 Thread Andrea Cosentino
Hello all, This is a vote for releasing camel-kamelets 4.4.0 This is the first release of camel-kamelets supporting LTS Camel 4.4.0 and it contains many new Kamelets and a lot of fixes. Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.4.0 Kamelets staging rep

https://camel.apache.org/security/CVE-2024-23114.html: CVE-2024-23114: Apache Camel: Camel-CassandraQL: Unsafe Deserialization from CassandraAggregationRepository

2024-02-19 Thread Andrea Cosentino
Severity: important Affected versions: - Apache Camel 3.0.0 before 3.21.4 - Apache Camel 3.22.0 before 3.22.1 - Apache Camel 4.0.0 before 4.0.4 - Apache Camel 4.1.0 before 4.4.0 Description: Deserialization of Untrusted Data vulnerability in Apache Camel CassandraQL Component AggregationReposi

https://camel.apache.org/security/CVE-2024-22369.html: CVE-2024-22369: Apache Camel: Camel-SQL: Unsafe Deserialization from JDBCAggregationRepository

2024-02-19 Thread Andrea Cosentino
Severity: important Affected versions: - Apache Camel 3.0.0 before 3.21.4 - Apache Camel 3.22.0 before 3.22.1 - Apache Camel 4.0.0 before 4.0.4 - Apache Camel 4.1.0 before 4.4.0 Description: Deserialization of Untrusted Data vulnerability in Apache Camel SQL ComponentThis issue affects Apache

What happened to HTTP component OAuth support?

2024-02-19 Thread Mikael Andersson Wigander
Hi As of release 4.2 there’s support for OAuth in the http component but nowhere to be found on how to use it. CAMEL-18637 all I can find is a OAuth2ClientConfigurer class. /M

Re: Issue with SpringBootTest and camel-rest

2024-02-19 Thread Alphonse Bendt
hi Federico, Thanks, that was the missing part! Thanks to both of you for the support 🙏🏾 For reference: The rest component can be re-configured to use the same context path as previously the camel-servlet: restConfiguration() .contextPath( "/my-api“) With this i don’t need other ch

Re: Issue with SpringBootTest and camel-rest

2024-02-19 Thread Federico Mariani
Hello, I am getting 404 on the standalone example. Beware that OOB camel-servlet and camel-platform-http uses different endpoints, camel-servlet */came/** while camel-platform-http */** Il giorno dom 18 feb 2024 alle ore 15:09 Alphonse Bendt < alphonse.be...@gmail.com> ha scritto: > Hi folks, >