Camel-Jetty SSL-REST Consumer

2021-06-07 Thread Jörg Jansen
Hi everybody, while migrating from camel2 to camel3, I currently have a problem running our REST services with SSL. My used environment is: Camel: 3.7.4 Karaf: 4.3.2 Java: 15 REST-Consumer: camel-jetty Configuring pax-web with my certificates works fine. But when I configure

Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
On 2021/06/07 14:15:00, Claus Ibsen wrote: > Hi > > Yes do not use camel-spring-javaconfig. > > You dont need to create CamelContext, that is done automatic by > camel-spring-boot-starter. Thank you, I am going to proceed this way. Regards. > On Mon, Jun 7, 2021 at 4:06 PM Francesco Chicchir

Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Claus Ibsen
Hi Yes do not use camel-spring-javaconfig. You dont need to create CamelContext, that is done automatic by camel-spring-boot-starter. On Mon, Jun 7, 2021 at 4:06 PM Francesco Chicchiriccò wrote: > > On 2021/06/07 13:57:58, Claus Ibsen wrote: > > Hi > > > > You should look at using spring boot

Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
On 2021/06/07 13:57:58, Claus Ibsen wrote: > Hi > > You should look at using spring boot if you want this kind of spring runtime. Thanks Claus. Would you be able to suggest which module(s) to include instead of camel-spring-javaconfig considering that Syncope Core (e.g. the application being

Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Claus Ibsen
Hi You should look at using spring boot if you want this kind of spring runtime. On Mon, Jun 7, 2021 at 3:53 PM Francesco Chicchiriccò wrote: > > Hi there, > in the progress of upgrading from Camel 3.7.4 to 3.10.0 I've noticed that > org.apache.camel.spring.javaconfigCamelConfiguration is now d

org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
Hi there, in the progress of upgrading from Camel 3.7.4 to 3.10.0 I've noticed that org.apache.camel.spring.javaconfigCamelConfiguration is now deprecated. Moreover, I did find the commit [1] where it is said that the whole camel-spring-javaconfig module is actually deprecated. I was not able t