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 947a558 [create-pull-request] automated change
add 6551cb8 [create-pull-request] automated change
add a6baf54 Explicitly set jakarta-jaxb-version property placeholder
add 6412c7f Regen
add 4d4cdb1 Add license
add 4086568 Fix RAT check
add dfe0c94 Fixed Camel-Mongodb-Gridfs Integration test
add 0afa3d1 Remove jmxCreateConnector option from spring boot as its
removed from camel
add 2fa78f6 CAMEL-14737: Do not use camel shutdown hook with spring boot
as spring boot has its own hook
add ee40f25 Bump Spring Boot to version 2.2.7.RELEASE
add 45407c2 Regen
add 54caec6 [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 (947a558)
\
N -- N -- N refs/heads/automatic-periodic-sync (54caec6)
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:
.../camel/springboot/catalog/components/aws-s3.json | 4 ++--
.../camel/springboot/catalog/components/kafka.json | 8 ++++----
.../src/main/docs/aws-s3-starter.adoc | 2 +-
.../aws/s3/springboot/S3ComponentConfiguration.java | 2 +-
.../src/main/docs/kafka-starter.adoc | 4 ++--
.../kafka/springboot/KafkaComponentConfiguration.java | 4 ++--
.../camel/spring/boot/CamelConfigurationProperties.java | 7 -------
.../boot/CamelSpringBootApplicationController.java | 6 +++++-
docs/modules/ROOT/pages/aws-s3-starter.adoc | 2 +-
docs/modules/ROOT/pages/kafka-starter.adoc | 4 ++--
.../src/main/fabric8/deployment.yml | 4 ++--
.../src/main/resources/application-local.properties | 17 +++++++++++++++++
.../src/main/resources/application.properties | 17 +++++++++++++++++
pom.xml | 5 ++++-
.../camel/itest/springboot/CamelMongodbGridfsTest.java | 2 ++
15 files changed, 62 insertions(+), 26 deletions(-)