This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 0be08a09d47 CAMEL-18153: Upgrade to spring boot 2.7.0 then upgrade 
other dependencies
     new 2cb91cd5b70 CAMEL-18166: camel-spring-boot - Make the route collector 
reuse as much from core.
     new c8f7d977cd1 CAMEL-18166: camel-spring-boot - Add support for 
endpoint-dsl route collector using @Bean style.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/spring/boot/CamelAutoConfiguration.java  |  2 +
 .../spring/boot/SpringBootRoutesCollector.java     | 90 ++--------------------
 .../src/main/resources/META-INF/spring.factories   | 16 ----
 dsl-starter/camel-endpointdsl-starter/pom.xml      |  5 ++
 .../endpointdsl/EndpointDslAutoConfiguration.java  | 20 ++---
 .../endpointdsl/EndpointDslRouteCollector.java     | 58 ++++++++++++++
 .../src/main/resources/META-INF/spring.factories   |  4 +-
 7 files changed, 80 insertions(+), 115 deletions(-)
 copy 
core/camel-spring-boot-xml/src/main/java/org/apache/camel/spring/boot/xml/CamelXmlAutoConfiguration.java
 => 
dsl-starter/camel-endpointdsl-starter/src/main/java/org/apache/camel/spring/boot/endpointdsl/EndpointDslAutoConfiguration.java
 (64%)
 create mode 100644 
dsl-starter/camel-endpointdsl-starter/src/main/java/org/apache/camel/spring/boot/endpointdsl/EndpointDslRouteCollector.java
 copy {components-starter/camel-cm-sms-starter => 
dsl-starter/camel-endpointdsl-starter}/src/main/resources/META-INF/spring.factories
 (93%)

Reply via email to