Camel K: Can timeout of native build be configured?

2023-11-13 Thread Franz Paul Forsthofer
Hello, sometimes the native build runs longer than the timeout of 10 minutes. Is it possible to configure the timeout contained in the Kubernetes Build resource? spec: configuration: {} tasks: ... timeout: 10m0s Regards Franz

Jetty Component how to add additional steps after send http response back to the client

2023-11-13 Thread Han Yainsun
Dear Camel Community and Camel users, Greetings to you! Camel version: 3.20.4 Spring Boot version: 2.7.11 JDK: Amazon Corretto 17 Platform: Windows server 2019 IDE: IntelliJ IDEA 2021.3.2 (Community Edition) I have an requirement that need calculate each message process time, incould total

Re: Camel 3.21 & groovy scripting - Class loading errors

2023-11-13 Thread Ephemeris Lappis
Hello John. Indeed, I've checked two hours ago the groovy bundle jar, and its package groovy.xml, only contains one class (QName). That explains my error. I also checked that my old camel feature (in Fuse) includes groovy-all instead of the smaller groovy. I suppose I can add groovy-xml (or

Re: Camel 3.21 & groovy scripting - Class loading errors

2023-11-13 Thread John Taylor
Hi, I also use camel in karaf with groovy. Although it shows in the exports, groovy xml is not included in the groovy package from org.codehaus.groovy/groovy/3.0.8 but is in a different bundle so you have to add it. You can do that with install mvn:org.codehaus.groovy/groovy-xml/3.0.8 Or you can

Camel 3.21 & groovy scripting - Class loading errors

2023-11-13 Thread Ephemeris Lappis
Hello. I'm migrating camel projects from old Camel 2.x to Camel 3.21. Camel routes are deployed as OSGi blueprints to be executed in Karaf. I have a strange exception I had not before about some Groovy classes that are not found while the groovy scripts seem to be executed. My bundle manifest