You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2020/01/29 17:12:29 UTC

[camel] branch master updated (4109737 -> d2eb075)

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

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


    from 4109737  CAMEL-14458 - Create an AWS-EKS component based on SDK v2 - Regen again
     add 463aa21  [CAMEL-14454]add camel-example-openapi-osgi example
     add d2eb075  [CAMEL-14454]add new examples into examples list

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/openapi/RestOpenApiSupport.java   |  2 ++
 .../README.adoc                                    | 22 +++++++++++-----------
 .../pom.xml                                        | 12 ++++++------
 .../java/org/apache/camel/example/rest/User.java   |  0
 .../org/apache/camel/example/rest/UserService.java |  0
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../main/resources/OSGI-INF/blueprint/camel.xml    | 12 ++++++------
 .../src/main/resources/log4j2.properties           |  0
 examples/pom.xml                                   |  2 ++
 10 files changed, 27 insertions(+), 23 deletions(-)
 copy examples/{camel-example-swagger-osgi => camel-example-openapi-osgi}/README.adoc (59%)
 copy examples/{camel-example-swagger-osgi => camel-example-openapi-osgi}/pom.xml (90%)
 copy examples/{camel-example-servlet-rest-blueprint => camel-example-openapi-osgi}/src/main/java/org/apache/camel/example/rest/User.java (100%)
 copy examples/{camel-example-swagger-osgi => camel-example-openapi-osgi}/src/main/java/org/apache/camel/example/rest/UserService.java (100%)
 copy {tooling/swagger-rest-dsl-generator => examples/camel-example-openapi-osgi}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-package-maven-plugin => examples/camel-example-openapi-osgi}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy examples/{camel-example-swagger-osgi => camel-example-openapi-osgi}/src/main/resources/OSGI-INF/blueprint/camel.xml (94%)
 copy examples/{camel-example-widget-gadget-xml => camel-example-openapi-osgi}/src/main/resources/log4j2.properties (100%)