Agree, this is great news. Thanks for sharing and giving heads-up on those kind of changes.
Thanks, Gregor On Wed, Mar 22, 2023 at 1:53 PM Zineb Bendhiba <[email protected]> wrote: > > Hello Claus, > > It's awesome. Thanks for sharing. > > > Le mer. 22 mars 2023 à 09:08, Claus Ibsen <[email protected]> a écrit : > > > Hi > > > > In Camel 3.21 onwards (4.0 M3) the platform-http in SB is now first-class > > and uses SB HTTP server directly (before we had camel-servlet as > > in-between). > > https://issues.apache.org/jira/browse/CAMEL-19177 > > > > This means that Camel Rest DSL and routes that are > > from("platform-http:xxx") works the same way as with other Spring Boot HTTP > > endpoints (eg like web/rest @Controller). > > > > This also means that Camel endpoints no longer are servlet based and thus > > they no longer are mapped to /camel/* but can use any context-path you > > desire and SB does the mapping/match which handler to invoke. > > > > There is one outstanding ticket > > https://issues.apache.org/jira/browse/CAMEL-19182 > > To make it work with Camel's async processing. The ticket has more details. > > > > > > > > > > -- > > Claus Ibsen > > ----------------- > > @davsclaus > > Camel in Action 2: https://www.manning.com/ibsen2 > > > > > -- > Zineb
