Re: [HEADS UP] - Camel Spring Boot Platform HTTP first-class

2023-03-22 Thread Gregor Zurowski
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 wrote: > > Hello Claus, > > It's awesome. Thanks for sharing. > > > Le mer. 22 mars 2023 à 09:08, Claus Ibsen a écrit : > > > Hi > > > > In C

Re: [HEADS UP] - Camel Spring Boot Platform HTTP first-class

2023-03-22 Thread Zineb Bendhiba
Hello Claus, It's awesome. Thanks for sharing. Le mer. 22 mars 2023 à 09:08, Claus Ibsen 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/ji

Eclipse IDE users: Is Maven setup.profile still needed?

2023-03-22 Thread Otavio Rodolfo Piske
Hi, It has been many years since the last time I have used Eclipse. I am trying to figure out if the setup.eclipse [1] profile on our parent pom is still needed. Is anyone here using Eclipse to contribute to Apache Camel able to let me know if this is still needed? 1. https://github.com/apache/c

[HEADS UP] - Camel Spring Boot Platform HTTP first-class

2023-03-22 Thread Claus Ibsen
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