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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new facb67d  Add readme.adoc to archetype metadata and remove camelroutes 
actuator call info
facb67d is described below

commit facb67dfd92676ee29702f286151d5c302aa1baa
Author: Dmitry Volodin <dmvo...@gmail.com>
AuthorDate: Tue Jan 5 11:31:30 2021 +0300

    Add readme.adoc to archetype metadata and remove camelroutes actuator call 
info
---
 .../META-INF/maven/archetype-metadata.xml                 |  2 +-
 .../src/main/resources/archetype-resources/readme.adoc    | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git 
a/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
 
b/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
index ba5c861..00e1831 100644
--- 
a/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
+++ 
b/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
@@ -59,7 +59,7 @@
     <fileSet filtered="true" encoding="UTF-8">
       <directory>.</directory>
       <includes>
-        <include>ReadMe.txt</include>
+        <include>readme.adoc</include>
       </includes>
     </fileSet>
   </fileSets>
diff --git 
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/readme.adoc
 
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/readme.adoc
index fa027df..8d63b48 100644
--- 
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/readme.adoc
+++ 
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/readme.adoc
@@ -28,21 +28,6 @@ You can run unit test of this example using
 
     mvn clean test
 
-== To get info about the routes
-
-To show a summary of all the routes
-
-----
-curl -XGET -s http://localhost:8080/camelroutes
-----
-
-To show detailed information for a specific route
-
-----
-curl -XGET -s http://localhost:8080/camelroutes/{id}/detail
-----
-
-
 == More information
 
 You can find more information about Apache Camel at the website: 
http://camel.apache.org/

Reply via email to