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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from ed6cdb4  Upgrade Testcontainers to version 1.10.3
     new 3b1709f  CAMEL-13015: camel-spring-boot - xml routes/rests can now 
load from multiple paths separated by comma.
     new 5b16546  Fixed CS

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:
 .../src/main/docs/spring-boot.adoc                 |  4 +-
 .../spring/boot/CamelConfigurationProperties.java  | 12 ++++++
 .../apache/camel/spring/boot/RoutesCollector.java  | 50 ++++++++++++----------
 .../boot/actuate/endpoint/CamelRoutesEndpoint.java |  2 +-
 ...figurationTest.java => CamelXmlRoutesTest.java} | 39 ++++++++++-------
 .../src/test/resources/routes/bar.xml}             |  7 ---
 .../src/test/resources/routes/foo.xml}             |  7 ---
 7 files changed, 65 insertions(+), 56 deletions(-)
 copy 
components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{MixedBootAndXmlConfigurationTest.java
 => CamelXmlRoutesTest.java} (67%)
 copy 
components/{camel-spring/src/test/resources/org/apache/camel/spring/myRoutes.xml
 => camel-spring-boot/src/test/resources/routes/bar.xml} (92%)
 copy 
components/{camel-spring/src/test/resources/org/apache/camel/spring/myRoutes.xml
 => camel-spring-boot/src/test/resources/routes/foo.xml} (92%)

Reply via email to