This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from 067110a CAMEL-15077: camel-spring-boot - Remove actuator for endpoint details add 34185a5 CAMEL-2983 - camel-resteasy component new 2006dd8 Regen The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/springboot/catalog/components.properties | 1 + .../catalog/components/atmosphere-websocket.json | 2 +- .../components/{http.json => resteasy.json} | 59 +++++++++++++++------- .../springboot/catalog/components/servlet.json | 2 +- .../camel/springboot/catalog/others.properties | 1 + components-starter/README.adoc | 5 +- .../main/docs/atmosphere-websocket-starter.adoc | 3 +- .../WebsocketComponentConfiguration.java | 2 +- .../pom.xml | 8 +-- .../src/main/docs/resteasy-starter.adoc | 51 +++++++++++++++++++ .../ResteasyComponentAutoConfiguration.java} | 32 ++++++------ .../ResteasyComponentConfiguration.java} | 52 +++++++++++++++++-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.factories | 2 +- .../src/main/resources/META-INF/spring.provides | 2 +- .../src/main/docs/servlet-starter.adoc | 3 +- .../springboot/ServletComponentConfiguration.java | 2 +- components-starter/pom.xml | 1 + .../ROOT/pages/atmosphere-websocket-starter.adoc | 3 +- docs/modules/ROOT/pages/list.adoc | 5 +- docs/modules/ROOT/pages/resteasy-starter.adoc | 51 +++++++++++++++++++ docs/modules/ROOT/pages/servlet-starter.adoc | 3 +- docs/modules/ROOT/pages/spring-boot.adoc | 5 -- ...CamelZipkinTest.java => CamelResteasyTest.java} | 6 +-- tooling/camel-spring-boot-dependencies/pom.xml | 12 ++++- 26 files changed, 245 insertions(+), 68 deletions(-) copy catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{http.json => resteasy.json} (73%) copy components-starter/{camel-geocoder-starter => camel-resteasy-starter}/pom.xml (91%) create mode 100644 components-starter/camel-resteasy-starter/src/main/docs/resteasy-starter.adoc copy components-starter/{camel-flatpack-starter/src/main/java/org/apache/camel/component/flatpack/springboot/FlatpackComponentAutoConfiguration.java => camel-resteasy-starter/src/main/java/org/apache/camel/component/resteasy/springboot/ResteasyComponentAutoConfiguration.java} (81%) copy components-starter/{camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentConfiguration.java => camel-resteasy-starter/src/main/java/org/apache/camel/component/resteasy/springboot/ResteasyComponentConfiguration.java} (86%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-resteasy-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-resteasy-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-directvm-starter => camel-resteasy-starter}/src/main/resources/META-INF/spring.factories (94%) copy components-starter/{camel-ahc-ws-starter => camel-resteasy-starter}/src/main/resources/META-INF/spring.provides (97%) create mode 100644 docs/modules/ROOT/pages/resteasy-starter.adoc copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelZipkinTest.java => CamelResteasyTest.java} (90%)