You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/07 12:23:37 UTC

[camel] branch master updated: CAMEL-14036 - There is no RouteBuilder java in the camel-archetype-spring

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12956e5  CAMEL-14036 - There is no RouteBuilder java in the camel-archetype-spring
12956e5 is described below

commit 12956e5ae4ed460c7e9e5841d11e0cc9f29c436c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 7 14:22:05 2019 +0200

    CAMEL-14036 - There is no RouteBuilder java in the camel-archetype-spring
---
 .../modules/ROOT/pages/creating-a-new-spring-based-camel-route.adoc     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/creating-a-new-spring-based-camel-route.adoc b/docs/user-manual/modules/ROOT/pages/creating-a-new-spring-based-camel-route.adoc
index 17c8404..d24755e 100644
--- a/docs/user-manual/modules/ROOT/pages/creating-a-new-spring-based-camel-route.adoc
+++ b/docs/user-manual/modules/ROOT/pages/creating-a-new-spring-based-camel-route.adoc
@@ -33,5 +33,3 @@ mvn camel:run
 
 The configuration file is in
 *src/main/resources/META-INF/spring/camel-context.xml*.
-
-The routing rules lives at *src/main/java/myGroupId/MyRouteBuilder.java*