Re: [VOTE] Release Apache Camel K 2.3.2

2024-05-22 Thread Andrea Cosentino
+1 (binding) Thanks Pasquale Il giorno mar 21 mag 2024 alle ore 12:10 Pasquale Congiusti < pasquale.congiu...@gmail.com> ha scritto: > Hello, > > This is a vote to release Apache Camel K 2.3.2. This release provides some > bug fixes reported in the latest release 2.3.2 [1] due to certain > regre

Re: Issue with Jackson Configuration Migration from Camel 4.0.3 to Camel 4.5.0

2024-05-22 Thread Ghassen Kahri
Hi Federico, Apologies for my delayed response. *Here is an example of the route where I am encountering the problem:* @Component public class MyRoute { public MyRoute() { setInput(direct(routeId())); setOutput(direct(OUTPUT_ROUTE_ID)); } @Override public void co