camel-jetty component for camel 4.0.3 : issue while starting app

2023-12-12 Thread Ghassen Kahri
Hi community, I'm trying to create a rest controller for my camel project, for this i'm using jetty component (same version as camel -> 4.0.3). I'm facing an understandable problem while starting the project : java.lang.IllegalAccessError: class org.apache.camel.component.jetty.JettyHttpComponent

Re: camel-jetty component for camel 4.0.3 : issue while starting app

2023-12-12 Thread Andrea Cosentino
Camel supporting spring boot 3.2.0 will be 4.3.0, you need to use the Spring boot version coming with camel 4.0.3 I think it is 3.1.6. Il mar 12 dic 2023, 16:19 Ghassen Kahri ha scritto: > Hi community, > I'm trying to create a rest controller for my camel project, for this i'm > using jetty c

Re: camel-jetty component for camel 4.0.3 : issue while starting app

2023-12-12 Thread Ghassen Kahri
That works for me. Thanks 👍 On Tue, Dec 12, 2023, 16:30 Andrea Cosentino wrote: > Camel supporting spring boot 3.2.0 will be 4.3.0, you need to use the > Spring boot version coming with camel 4.0.3 I think it is 3.1.6. > > > > Il mar 12 dic 2023, 16:19 Ghassen Kahri ha > scritto: > > > Hi commu

Re: camel-jetty component for camel 4.0.3 : issue while starting app

2023-12-12 Thread Andrea Cosentino
Happy to help! Il mar 12 dic 2023, 17:23 Ghassen Kahri ha scritto: > That works for me. > Thanks 👍 > > On Tue, Dec 12, 2023, 16:30 Andrea Cosentino wrote: > > > Camel supporting spring boot 3.2.0 will be 4.3.0, you need to use the > > Spring boot version coming with camel 4.0.3 I think it is 3.