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 6185031 Regen
add 11cc319 CAMEL-14159 camel-elytron - Security component
add a2bfb25 Regen and added missing stuff
No new revisions were added by this update.
Summary of changes:
.../camel/springboot/catalog/components.properties | 1 +
.../springboot/catalog/components/elytron.json | 69 +++++++++++++
...CamelCouchdbTest.java => CamelElytronTest.java} | 4 +-
.../pom.xml | 17 +++-
.../ElytronComponentAutoConfiguration.java} | 32 +++---
.../springboot/ElytronComponentConfiguration.java} | 112 ++++++++++-----------
.../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/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 +-
components-starter/pom.xml | 1 +
.../pom.xml | 26 ++---
.../readme.adoc | 14 +--
.../camel/example/springboot/Application.java | 85 ++++++++++++++++
.../camel/example/springboot/CamelRouter.java | 83 +++++++++++++++
.../src/main/resources/application.properties | 8 +-
.../src/main/resources/spring/camel-context.xml | 6 +-
examples/pom.xml | 1 +
tooling/camel-spring-boot-dependencies/pom.xml | 5 +
23 files changed, 352 insertions(+), 120 deletions(-)
create mode 100644
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elytron.json
copy
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCouchdbTest.java
=> CamelElytronTest.java} (92%)
copy components-starter/{camel-undertow-starter =>
camel-elytron-starter}/pom.xml (80%)
copy
components-starter/{camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentAutoConfiguration.java
=>
camel-elytron-starter/src/main/java/org/apache/camel/component/elytron/springboot/ElytronComponentAutoConfiguration.java}
(84%)
copy
components-starter/{camel-undertow-starter/src/main/java/org/apache/camel/component/undertow/springboot/UndertowComponentConfiguration.java
=>
camel-elytron-starter/src/main/java/org/apache/camel/component/elytron/springboot/ElytronComponentConfiguration.java}
(71%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-elytron-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-elytron-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-graphql-starter =>
camel-elytron-starter}/src/main/resources/META-INF/spring.factories (94%)
copy components-starter/{camel-ahc-starter =>
camel-elytron-starter}/src/main/resources/META-INF/spring.provides (97%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-jslt-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-jslt-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-aws-cw-starter =>
camel-jslt-starter}/src/main/resources/META-INF/spring.factories (94%)
copy components-starter/{camel-ahc-starter =>
camel-jslt-starter}/src/main/resources/META-INF/spring.provides (97%)
copy examples/{camel-example-spring-boot-master =>
camel-example-spring-boot-elytron}/pom.xml (78%)
copy examples/{camel-example-spring-boot-xml =>
camel-example-spring-boot-elytron}/readme.adoc (57%)
create mode 100644
examples/camel-example-spring-boot-elytron/src/main/java/org/apache/camel/example/springboot/Application.java
create mode 100644
examples/camel-example-spring-boot-elytron/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
copy
examples/{camel-example-spring-boot-clustered-route-controller/cluster-bootstrap
=>
camel-example-spring-boot-elytron}/src/main/resources/application.properties
(84%)
copy camel-spring-boot/src/test/resources/mixed-camel-context.xml =>
examples/camel-example-spring-boot-elytron/src/main/resources/spring/camel-context.xml
(90%)