You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/17 08:48:25 UTC

camel git commit: Regen and polished

Repository: camel
Updated Branches:
  refs/heads/master a3a7cbc7f -> 86f5e0c50


Regen and polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86f5e0c5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86f5e0c5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86f5e0c5

Branch: refs/heads/master
Commit: 86f5e0c50756b10fb173892b4460b771352e9a9f
Parents: a3a7cbc
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 17 09:48:17 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 17 09:48:17 2017 +0100

----------------------------------------------------------------------
 components/readme.adoc                      | 5 ++++-
 examples/README.adoc                        | 2 +-
 examples/camel-example-rest-swagger/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/86f5e0c5/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 165402e..2c9e388 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 223 in 177 JAR artifacts (13 deprecated)
+Number of Components: 224 in 178 JAR artifacts (13 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -509,6 +509,9 @@ Number of Components: 223 in 177 JAR artifacts (13 deprecated)
 | link:../camel-core/src/main/docs/rest-api-component.adoc[REST API] (camel-core) +
 `rest-api:path/contextIdPattern` | 2.16 | The rest-api component is used for providing Swagger API of the REST services which has been defined using the rest-dsl in Camel.
 
+| link:camel-rest-swagger/src/main/docs/rest-swagger-component.adoc[REST Swagger] (camel-rest-swagger) +
+`rest-swagger:specificationUri#operationId` | 2.19 | An awesome REST endpoint backed by Swagger specifications.
+
 | link:camel-restlet/src/main/docs/restlet-component.adoc[Restlet] (camel-restlet) +
 `restlet:protocol:host:port/uriPattern` | 2.0 | Component for consuming and producing Restful resources using Restlet.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/86f5e0c5/examples/README.adoc
----------------------------------------------------------------------
diff --git a/examples/README.adoc b/examples/README.adoc
index f05ad7a..06e4da6 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -34,7 +34,7 @@ Number of Examples: 90 (9 deprecated)
 
 | link:camel-example-reload/Readme.md[Reload] (camel-example-reload) | Beginner | An example that live reloads routes when the XML file is updated
 
-| link:camel-example-rest-swagger/README.md[Rest Swagger] (camel-example-rest-swagger) | Beginner | 
+| link:camel-example-rest-swagger/README.md[Rest Swagger] (camel-example-rest-swagger) | Beginner | This example shows how to call a REST service defined using Swagger specification
 
 | link:camel-example-servlet-tomcat/README.md[Servlet Tomcat] (camel-example-servlet-tomcat) | Beginner | An example using Camel Servlet with Apache Tomcat
 

http://git-wip-us.apache.org/repos/asf/camel/blob/86f5e0c5/examples/camel-example-rest-swagger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-rest-swagger/pom.xml b/examples/camel-example-rest-swagger/pom.xml
index fae6e83..28df687 100644
--- a/examples/camel-example-rest-swagger/pom.xml
+++ b/examples/camel-example-rest-swagger/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>camel-example-rest-swagger</artifactId>
   <name>Camel :: Example :: REST Swagger</name>
-  <version>2.19.0-SNAPSHOT</version>
+  <description>This example shows how to call a REST service defined using Swagger specification</description>
 
   <properties>
     <category>Beginner</category>