[ANNOUNCE] Apache Camel 4.6.0 Released

2024-05-10 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.6.0. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release contains 108 new features and improvements. The release is avai

EventNotifier for steps

2024-05-10 Thread ski n
In Camel 4 (4.5.0) I like to get events for each step (like StepStarted and StepCompleted). I expected that wherever I use a step that these events are triggered. Currently when I use this: This works and I get an event for every step. However when I use t