This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
omit 2ea6d41 [create-pull-request] automated change
add 562b0cd [create-pull-request] automated change
add 1a2807c CAMEL-14812 - camel-karaf - We should not maintain versions
in its root pom.xml, lets do the same for camel-spring-boot and regen
add 8033a29 CAMEL-15007 camel-undertow-spring-security create example of
usage
add e54ada6 [create-pull-request] automated change
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2ea6d41)
\
N -- N -- N refs/heads/automatic-periodic-sync (e54ada6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../springboot/catalog/components/activemq.json | 1 -
.../camel/springboot/catalog/components/amqp.json | 1 -
.../camel/springboot/catalog/components/jms.json | 1 -
.../src/main/docs/activemq-starter.adoc | 3 +-
.../springboot/ActiveMQComponentConfiguration.java | 17 -
.../src/main/docs/amqp-starter.adoc | 3 +-
.../springboot/AMQPComponentConfiguration.java | 17 -
.../src/main/docs/jms-starter.adoc | 3 +-
.../jms/springboot/JmsComponentConfiguration.java | 17 -
docs/modules/ROOT/pages/activemq-starter.adoc | 3 +-
docs/modules/ROOT/pages/amqp-starter.adoc | 3 +-
docs/modules/ROOT/pages/jms-starter.adoc | 3 +-
.../pom.xml | 41 +-
.../readme.adoc | 67 +
.../realm-export.json | 1446 ++++++++++++++++++++
.../example/undertow/spring/boot}/Application.java | 24 +-
.../spring/boot/SecurityConfiguration.java | 106 ++
.../src/main}/resources/application.properties | 4 +-
examples/pom.xml | 1 +
pom.xml | 6 +-
tooling/camel-spring-boot-dependencies/pom.xml | 4 +-
21 files changed, 1673 insertions(+), 98 deletions(-)
copy
examples/{camel-example-spring-boot-clustered-route-controller/cluster-node =>
camel-example-spring-boot-undertow-spring-security}/pom.xml (78%)
create mode 100644
examples/camel-example-spring-boot-undertow-spring-security/readme.adoc
create mode 100644
examples/camel-example-spring-boot-undertow-spring-security/realm-export.json
copy
examples/{camel-example-spring-boot-webhook/src/main/java/org/apache/camel/example/webhook
=>
camel-example-spring-boot-undertow-spring-security/src/main/java/org/apache/camel/example/undertow/spring/boot}/Application.java
(56%)
create mode 100644
examples/camel-example-spring-boot-undertow-spring-security/src/main/java/org/apache/camel/example/undertow/spring/boot/SecurityConfiguration.java
copy {components-starter/camel-dns-starter/src/test =>
examples/camel-example-spring-boot-undertow-spring-security/src/main}/resources/application.properties
(85%)