AW: Camel 4.6.0: Issue with AdviceWithRouteBuilder

2024-07-22 Thread Klug Andreas (BD/SWD-BEB5)
Prof. Dr. Stefan Asenkerschbaumer; Geschäftsführung: Dr. Stefan Hartung, Dr. Christian Fischer, Dr. Markus Forschner, Stefan Grosch, Dr. Markus Heyn, Dr. Frank Meyer, Dr. Tanja Rückert Von: Claus Ibsen Datum: Freitag, 12. Juli 2024 um 11:27 An: users@camel.apache.org Betreff: Re: Camel 4

Re: Camel 4.6.0: Issue with AdviceWithRouteBuilder

2024-07-12 Thread Claus Ibsen
Hi No but try with 4.7.0 when its released On Fri, Jul 12, 2024 at 11:14 AM Klug Andreas (BD/SWD-BEB5) wrote: > Hello everyone, > > After migrating from 4.4.0 to 4.6.0 we experience a strange issue with the > AdviceWithRouteBuilder. > > We do have multiple AdviceWithTasks which are working in 4

Camel 4.6.0: Issue with AdviceWithRouteBuilder

2024-07-12 Thread Klug Andreas (BD/SWD-BEB5)
Hello everyone, After migrating from 4.4.0 to 4.6.0 we experience a strange issue with the AdviceWithRouteBuilder. We do have multiple AdviceWithTasks which are working in 4.4.0 and 4.6.0, e. g. * weaveByToUri("micrometer:.*").before() * weaveById("*").selectLast().before() However, us