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 fee455d [create-pull-request] automated change add 4e47c68 [create-pull-request] automated change add 965120f CAMEL-15356: Add camel-azure-eventhubs SpringBoot starter (#139) add 20f5f36 [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 (fee455d) \ N -- N -- N refs/heads/automatic-periodic-sync (20f5f36) 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.properties | 1 + .../catalog/components/azure-eventhubs.json | 73 +++++ components-starter/README.adoc | 5 +- .../pom.xml | 4 +- .../src/main/docs/azure-eventhubs-starter.adoc | 52 +++ .../EventHubsComponentAutoConfiguration.java} | 32 +- .../EventHubsComponentConfiguration.java | 364 +++++++++++++++++++++ .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.factories | 2 +- .../src/main/resources/META-INF/spring.provides | 2 +- components-starter/pom.xml | 1 + .../ROOT/pages/azure-eventhubs-starter.adoc | 52 +++ docs/modules/ROOT/pages/list.adoc | 5 +- ...eworkTest.java => CamelAzureEventhubsTest.java} | 4 +- tooling/camel-spring-boot-dependencies/pom.xml | 10 + 16 files changed, 583 insertions(+), 24 deletions(-) create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json copy components-starter/{camel-arangodb-starter => camel-azure-eventhubs-starter}/pom.xml (95%) create mode 100644 components-starter/camel-azure-eventhubs-starter/src/main/docs/azure-eventhubs-starter.adoc copy components-starter/{camel-consul-starter/src/main/java/org/apache/camel/component/consul/springboot/ConsulComponentAutoConfiguration.java => camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentAutoConfiguration.java} (80%) create mode 100644 components-starter/camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentConfiguration.java copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-azure-eventhubs-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-azure-eventhubs-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-aws2-translate-starter => camel-azure-eventhubs-starter}/src/main/resources/META-INF/spring.factories (94%) copy components-starter/{camel-ahc-ws-starter => camel-azure-eventhubs-starter}/src/main/resources/META-INF/spring.provides (96%) create mode 100644 docs/modules/ROOT/pages/azure-eventhubs-starter.adoc copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelRobotframeworkTest.java => CamelAzureEventhubsTest.java} (92%)