Re: Camel 3.x migration feedback

2020-09-10 Thread Claus Ibsen
Hi Thanks for the feedback. The reifiers are intended as internal usage to help moduarilize Camel itself - they are not part of the API in camel-api. Well except for a little api we need for house-cleaning reifiers such as when they are no longer needed in a closed-world environment. They are pl

Re: Camel 3.x migration feedback

2020-09-09 Thread Jean-Baptiste Onofre
Hi Antoine, First: OSGi/Karaf are still very cool kids ;) And we have a cool/interesting roadmap. About your point: - Even before it was not a good idea to call addRouteDefinitions, it’s better to go through addRoutes. For instance, that’s what I’m doing: camelContext = new OsgiDefau

Camel 3.x migration feedback

2020-09-09 Thread Antoine DESSAIGNE
Hello everybody, I just wanted to share what we discovered while updating to Camel from 2.25 to 3.4. There was no blocker but some unexpected things that weren't in the migration guide. Maybe we're doing it wrong, please tell me if there's a better way. Let's start with a bit of context. We're us