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 47c5d59 [create-pull-request] automated change add a35484b [create-pull-request] automated change add e53ae52 Sync with master add 7d9e9db Regen add 8e9d75d Regen add 022a1d0 Regen add 7ab5cbf camel-jfr - Do not start recording automatic add f3b16fe [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 (47c5d59) \ N -- N -- N refs/heads/automatic-periodic-sync (f3b16fe) 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/kafka.json | 2 +- .../springboot/catalog/components/milo-client.json | 1 + .../camel/springboot/catalog/components/nats.json | 1 + .../springboot/catalog/components/salesforce.json | 8 ++++ .../catalog/components/spring-redis.json | 1 + .../springboot/catalog/components/vertx-kafka.json | 3 +- .../src/main/docs/kafka-starter.adoc | 2 +- .../springboot/KafkaComponentConfiguration.java | 6 +-- .../src/main/docs/milo-starter.adoc | 3 +- .../MiloClientComponentConfiguration.java | 15 ++++++ .../springboot/MiloClientComponentConverter.java | 2 + .../src/main/docs/salesforce-starter.adoc | 6 ++- .../SalesforceComponentConfiguration.java | 56 ++++++++++++++++++++++ .../src/main/docs/spring-redis-starter.adoc | 3 +- .../RedisComponentAutoConfiguration.java | 2 +- .../springboot/RedisComponentConfiguration.java | 14 ++++++ .../redis/springboot/RedisComponentConverter.java} | 8 ++-- .../src/main/resources/META-INF/spring.factories | 4 +- .../src/main/docs/spring-boot.adoc | 2 +- .../spring/boot/CamelConfigurationProperties.java | 6 +-- docs/modules/ROOT/pages/kafka-starter.adoc | 2 +- docs/modules/ROOT/pages/milo-starter.adoc | 3 +- docs/modules/ROOT/pages/salesforce-starter.adoc | 6 ++- docs/modules/ROOT/pages/spring-redis-starter.adoc | 3 +- tooling/camel-spring-boot-dependencies/pom.xml | 56 +++++++++++----------- 25 files changed, 161 insertions(+), 54 deletions(-) copy components-starter/{camel-cxf-starter/src/main/java/org/apache/camel/component/cxf/jaxrs/springboot/CxfRsComponentConverter.java => camel-spring-redis-starter/src/main/java/org/apache/camel/component/redis/springboot/RedisComponentConverter.java} (85%)