Re: Camel and OSGI support

2022-09-05 Thread Bert Speckels
Hi Again In fact, I'm extremely frustrated now. So excuse me if I sound a little rude at this point. Actually I'm not like that. But not much remains of the promising approach with Camel and Apache Karaf... similar to our first approach with Quarkus. So far I've only encountered obstacles trying

[ANNOUNCEMENT] Apache Camel K 1.10.0 released

2022-09-05 Thread Andrea Cosentino
The Camel community announces the immediate availability of Apache Camel K 1.10.0. You can find more information in the release notes[1]. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository [1]. Many thanks to all who made this

Re: Camel and OSGI support

2022-09-05 Thread Nicolas Filotto
Hi, Regarding camel-cdi, it has been deprecated in 2.x and removed in 3.x AFAIK now you are supposed to use camel-blueprint instead. Regarding camel-mongodb, it has been removed in 3.16.0 because we met some problems when upgrading the version of the driver, if really needed please create a Jir

netty http component - SNI missing in SSL handshake

2022-09-05 Thread Somvanshi, Ashitosh
Hello Support team, We are using camel netty http component in order to connect to REST API. Artifact : camel-netty-http version : 2.18.3 App server: Web sphere We are not able to send SNI/server name to server in client hello, which is required in our case so that server can send back appropri

Re: Aggregator stops route consumption

2022-09-05 Thread Claus Ibsen
Hi You can try setting asyncConsumer=true on JMS endpoint which allows it to consume messages out-of-order. See the docs for more details. On Sun, Sep 4, 2022 at 4:55 PM Sydney Henrard wrote: > Hello, > > The unit test is using the latest version 3.18.1. > > I did not really get your point on

Clustered JDBC Aggregation in Kubernetes

2022-09-05 Thread Sydney Henrard
Hello, We are currently migrating a microservice that contains a route that is using aggregation with persistence (LevelDB) from VMs to Kubernetes. We want to be able to deploy the micro service as a Kubernetes Deployment. That's why we switched to ClusteredJdbcAggregationRepository so this way

Re: netty http component - SNI missing in SSL handshake

2022-09-05 Thread Claus Ibsen
Hi Camel 2 is EOL and not actively supported. You very likely need to dive into this yourself and try to find a solution. If you have a chance to try latest Camel v3 and see if it works there or not, and report back, then there is a chance you can get help and we can make it work on latest Camel

RE: Poll enrich with mail component will lose attachments

2022-09-05 Thread Mi Jane 米静
Hi Claus, I tested Camel 3.18.0 with Quarkus 2.11.0. The result is the same: I got the mail message but no attachment. Regards, Jane -Original Message- From: Claus Ibsen Sent: Friday, September 2, 2022 1:51 PM To: users@camel.apache.org Subject: Re: Poll enrich with mail component wil

Re: Camel and OSGI support

2022-09-05 Thread Bert Speckels
Thank you for clarification. Documentation about Camel Blueprint always reads only as an XML version of the Java DSL, which I don't particularly like. Maybe this is not entirely correct, but all blueprint documentation is about camel routes as XML, nothing about annotation based CDI (@Service + @