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
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
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
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
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
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