This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit 78a88a37591 [create-pull-request] automated change
add e65cce6bf90 [create-pull-request] automated change (#1858)
add de5c0337cb5 fix: NPE when a Spring Boot config source resolves to an
empty YAML object (#1859)
add e85c58fc940 Regen
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 (78a88a37591)
\
N -- N -- N refs/heads/automatic-periodic-sync (e85c58fc940)
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 | 4 +-
.../springboot/catalog/components/activemq6.json | 4 +-
.../camel/springboot/catalog/components/amqp.json | 4 +-
.../catalog/components/azure-cosmosdb.json | 4 +-
.../catalog/components/azure-eventgrid.json | 4 +-
.../catalog/components/azure-eventhubs.json | 4 +-
.../springboot/catalog/components/azure-files.json | 2 +-
.../catalog/components/azure-functions.json | 4 +-
.../catalog/components/azure-key-vault.json | 2 +-
.../catalog/components/azure-servicebus.json | 4 +-
.../catalog/components/azure-storage-blob.json | 4 +-
.../catalog/components/azure-storage-datalake.json | 4 +-
.../catalog/components/azure-storage-queue.json | 4 +-
.../camel/springboot/catalog/components/jms.json | 4 +-
.../src/main/docs/activemq.json | 2 +-
.../springboot/ActiveMQComponentConfiguration.java | 2 +-
.../src/main/docs/activemq6.json | 2 +-
.../springboot/ActiveMQComponentConfiguration.java | 2 +-
.../camel-amqp-starter/src/main/docs/amqp.json | 2 +-
.../springboot/AMQPComponentConfiguration.java | 2 +-
.../src/main/docs/azure-cosmosdb.json | 2 +-
.../springboot/CosmosDbComponentConfiguration.java | 2 +-
.../src/main/docs/azure-eventgrid.json | 2 +-
.../EventGridComponentConfiguration.java | 2 +-
.../src/main/docs/azure-eventhubs.json | 2 +-
.../EventHubsComponentConfiguration.java | 2 +-
.../src/main/docs/azure-functions.json | 2 +-
.../FunctionsComponentConfiguration.java | 2 +-
.../src/main/docs/azure-servicebus.json | 2 +-
.../ServiceBusComponentConfiguration.java | 2 +-
.../src/main/docs/azure-storage-blob.json | 2 +-
.../springboot/BlobComponentConfiguration.java | 2 +-
.../src/main/docs/azure-storage-datalake.json | 2 +-
.../springboot/DataLakeComponentConfiguration.java | 2 +-
.../src/main/docs/azure-storage-queue.json | 2 +-
.../springboot/QueueComponentConfiguration.java | 2 +-
.../camel-jms-starter/src/main/docs/jms.json | 2 +-
.../jms/springboot/JmsComponentConfiguration.java | 2 +-
.../camel/spring/boot/CamelAutoConfiguration.java | 4 +-
.../CamelSecurityPolicyAutoConfiguration.java | 2 +-
...figurationWithAdditionalConfigurationTest.java} | 47 +++++++++-------------
.../additional-config/empty-additional-config.yaml | 1 +
.../modules/ROOT/pages/starters/activemq.adoc | 2 +-
.../modules/ROOT/pages/starters/activemq6.adoc | 2 +-
.../modules/ROOT/pages/starters/amqp.adoc | 2 +-
.../modules/ROOT/pages/starters/jms.adoc | 2 +-
46 files changed, 78 insertions(+), 84 deletions(-)
copy
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{CamelAutoConfigurationWithCompatPrefixTest.java
=> CamelAutoConfigurationWithAdditionalConfigurationTest.java} (60%)
create mode 100644
core/camel-spring-boot/src/test/resources/additional-config/empty-additional-config.yaml