Re: Camel 4.0.0-M3 with Velocity - Deprecation warning

2023-06-02 Thread Ramesh Venk
Thank you for an extremely fast response. https://issues.apache.org/jira/browse/CAMEL-19410 has been opened. -- Ramesh On Fri, Jun 2, 2023 at 8:07 AM Andrea Cosentino wrote: > > Please open an issue on camel Jira and we'll check. > > It's just a deprecation, nothing problematic > Il ven 2 giu 202

Re: Camel 4.0.0-M3 with Velocity - Deprecation warning

2023-06-02 Thread Andrea Cosentino
Please open an issue on camel Jira and we'll check. It's just a deprecation, nothing problematic Il ven 2 giu 2023, 14:44 Ramesh Venk ha scritto: > Hello > I'm using Apache Camel 4.0.0-M3 with Quarkus 3.1.0.Final and using the > "camel-quarkus-velocity" to render a template. The template works >

Camel 4.0.0-M3 with Velocity - Deprecation warning

2023-06-02 Thread Ramesh Venk
Hello I'm using Apache Camel 4.0.0-M3 with Quarkus 3.1.0.Final and using the "camel-quarkus-velocity" to render a template. The template works correctly, however, I see this message printed in the logs 2023-06-02 07:33:34,879 WARN [org.apa.vel.deprecation] (Camel (camel-1) thread #1 - timer://two

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-02 Thread Mikael Koskinen
Hi, Thank you for the replies. It would be great if the Kamelets could inherit the configuration as modifying the Kamelet specifications is mostly out of the question as we're using the stock/built-in Kamelets, like http-sink etc. I think this is quite a big issue (for me at least :)) as it means

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-02 Thread Andrea Cosentino
But it's not with kamelets it's a plain route Il ven 2 giu 2023, 10:08 Andrea Cosentino ha scritto: > There is one example in the camel-kamelets-example repo: > > > https://github.com/apache/camel-kamelets-examples/tree/main/jbang/error-handler > > Il ven 2 giu 2023, 10:03 Pasquale Congiusti >

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-02 Thread Andrea Cosentino
There is one example in the camel-kamelets-example repo: https://github.com/apache/camel-kamelets-examples/tree/main/jbang/error-handler Il ven 2 giu 2023, 10:03 Pasquale Congiusti ha scritto: > Hello, > Error handler should be managed differently in Kamelets. Basically the > problem is that a

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-02 Thread Pasquale Congiusti
Hello, Error handler should be managed differently in Kamelets. Basically the problem is that a Kamelet is a RouteTemplate, so it is like a new Route and won't "inherit" the configuration you've defined in the original route. I think you need to define your error inside the Kamelet specification (w