+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
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