You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/03/03 08:51:39 UTC

[camel] branch CAMEL-17555/flag-routes updated (8c4babd -> 1c1be72)

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

nfilotto pushed a change to branch CAMEL-17555/flag-routes
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 8c4babd  CAMEL-17555: Flag to include/exclude routes in route templates
     add 1c1be72  CAMEL-17555: Add a test for the spring XML DSL and applied remarks

No new revisions were added by this update.

Summary of changes:
 ...holdersTest.java => RoutePreconditionTest.java} | 36 ++++++++++----------
 .../camel/spring/RoutePreconditionTest.properties  |  3 +-
 ...atedRouteTest.xml => RoutePreconditionTest.xml} | 39 ++++++++++------------
 .../org/apache/camel/impl/DefaultCamelContext.java |  6 ++--
 .../org/apache/camel/model/RouteDefinition.java    | 12 +++----
 docs/user-manual/modules/ROOT/pages/routes.adoc    |  2 +-
 6 files changed, 48 insertions(+), 50 deletions(-)
 copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/{DumpModelAsXmlPlaceholdersTest.java => RoutePreconditionTest.java} (56%)
 copy dsl/camel-dsl-modeline/src/test/resources/myapp.properties => components/camel-spring-xml/src/test/resources/org/apache/camel/spring/RoutePreconditionTest.properties (98%)
 copy components/camel-spring-xml/src/test/resources/org/apache/camel/spring/{routebuilder/SpringTemplatedRouteTest.xml => RoutePreconditionTest.xml} (56%)