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 6c4dbd8 [create-pull-request] automated change add b3495f2 Regen add a6d8735 Fixed wrong name for thread pool config add a2469ff CAMEL-15926: spring boot now support route templates add 3685490 [create-pull-request] automated change (#244) add 11f1f07 [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 (6c4dbd8) \ N -- N -- N refs/heads/automatic-periodic-sync (11f1f07) 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/vertx-kafka.json | 4 +- .../src/main/docs/vertx-kafka-starter.adoc | 2 +- .../VertxKafkaComponentConfiguration.java | 2 +- .../src/main/docs/spring-boot.adoc | 19 +++++----- .../CamelRouteTemplateAutoConfiguration.java} | 43 ++++++++++++---------- .../CamelRouteTemplateConfigurationProperties.java | 25 +++++++++++-- .../CamelThreadPoolConfigurationProperties.java | 2 +- .../src/main/resources/META-INF/spring.factories | 3 +- docs/modules/ROOT/pages/vertx-kafka-starter.adoc | 2 +- 9 files changed, 63 insertions(+), 39 deletions(-) copy core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/{actuate/endpoint/CamelRoutesEndpointAutoConfiguration.java => routetemplate/CamelRouteTemplateAutoConfiguration.java} (54%) copy components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/map/springboot/customizer/HazelcastInstanceCustomizerConfiguration.java => core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/routetemplate/CamelRouteTemplateConfigurationProperties.java (64%)