Re: Jetty/Camel-K classpath problems

2021-01-11 Thread mark
This works! Thank you very much Nicola! Regards, Mark On Mon, 11 Jan 2021 at 17:04, Nicola Ferraro wrote: > Hi, > since 1.2 Camel K has moved into using Quarkus as runtime (in 1.3 the old > runtime based on main has been removed). So now it's recommended to use the > Quarkus internal http serve

Re: Jetty/Camel-K classpath problems

2021-01-11 Thread Nicola Ferraro
Hi, since 1.2 Camel K has moved into using Quarkus as runtime (in 1.3 the old runtime based on main has been removed). So now it's recommended to use the Quarkus internal http server for exposing HTTP functions instead of Jetty. In order to use it, you can try consuming: from("platform-http:/hell

Re: Jetty/Camel-K classpath problems

2021-01-11 Thread mark
Hello, I have a simple Jetty Integration which worked well mid-last year, but that will not compile with kamel 1.2.1 or 1.3. I'm running on OpenShift 4.6. Here's the source code: import org.apache.camel.builder.RouteBuilder; public class Jetty extends RouteBuilder { @Override public void conf

Jetty/Camel-K classpath problems

2021-01-11 Thread mark
Hello, I have a simple Jetty Integration which worked well mid-last year, but that will not compile with kamel 1.2.1 or 1.3. I'm running on OpenShift 4.6. Here's the source code: import org.apache.camel.builder.RouteBuilder; public class Jetty extends RouteBuilder { @Override public void conf