Camel - Split and aggregation bug

2023-02-02 Thread Jan Meront
Hello, I’m sending this email again as previously there were some formatting issues. I'm migrating gradually to the newest Camel version. Currently I'm going from the 3.7.3 to 3.11.7 but I checked that this bug happens also on 3.19. Ok, so to the point. When I have pipeline like this: .to(SPLIT

Camel - Split and aggregation bug

2023-02-02 Thread meront
Hello, I'm migrating gradually to the newest Camel version. Currently I'm going from the 3.7.3 to 3.11.7 but I checked that this bug happens also on 3.19. Ok, so to the point. When I have pipeline like this: .to(SPLIT_WORKER_ROUTE_ID, OTHER_ROUTE_ID) it should execute in sequence. But w