This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 812ecdc Regen for commit e4c23281757b5d6013e24cac5550ac64a4a6c591 add 7b84f6f CAMEL-16400: split unit and integration tests for camel-lucene (#5395) add a03c3b5 CAMEL-16513 - Camel-Azure-Storage-Queue: Don't create queue automatically by default add 0a60d53 Regen add af96923 CAMEL-16400: split unit and integration tests for camel-google-storage (#5393) add 0a33d76 CAMEL-16400: split unit and integration tests for camel-stitch (#5396) add 79ccd37 CAMEL-16400: split unit and integration tests for camel-wordpress (#5397) add ab0cf5a CAMEL-16512 - Camel-Azure components: mark the clients as autowired add 4c9503a CAMEL-16512 - Camel-Azure components: mark the clients as autowired add d565f81 CAMEL-16512 - Camel-Azure components: mark the clients as autowired add d5a327d CAMEL-16512 - Camel-Azure components: mark the clients as autowired add ca8ce4c CAMEL-16513 - Camel-Azure-Storage-Queue: Don't create queue automatically by default 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 (812ecdc) \ N -- N -- N refs/heads/regen_bot (ca8ce4c) 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/catalog/components/azure-eventhubs.json | 6 +- .../catalog/components/azure-storage-queue.json | 4 +- .../catalog/docs/azure-eventhubs-component.adoc | 10 +- .../docs/azure-storage-queue-component.adoc | 4 +- .../eventhubs/EventHubsComponentConfigurer.java | 11 +- .../eventhubs/EventHubsEndpointConfigurer.java | 11 +- .../eventhubs/EventHubsEndpointUriFactory.java | 3 +- .../component/azure/eventhubs/azure-eventhubs.json | 6 +- .../src/main/docs/azure-eventhubs-component.adoc | 10 +- .../azure/eventhubs/EventHubsComponent.java | 30 +--- .../azure/eventhubs/EventHubsConfiguration.java | 16 +- .../azure/eventhubs/EventHubsComponentTest.java | 6 +- .../azure/storage/queue/azure-storage-queue.json | 4 +- .../main/docs/azure-storage-queue-component.adoc | 4 +- .../azure/storage/queue/QueueConfiguration.java | 4 +- .../queue/integration/StorageQueueProducerIT.java | 10 +- .../camel-google/camel-google-storage/ReadMe.md | 5 +- .../camel-google/camel-google-storage/pom.xml | 164 +++++++++------------ ...{ComplexIntegrationTest.java => ComplexIT.java} | 5 +- components/camel-lucene/pom.xml | 9 ++ ...est.java => LuceneIndexAndQueryProducerIT.java} | 4 +- ...cessorTest.java => LuceneQueryProcessorIT.java} | 4 +- components/camel-stitch/pom.xml | 37 +---- .../camel/component/stitch/StitchTestUtils.java | 2 +- .../{ => integration}/StitchClientImplIT.java | 7 +- .../stitch/{ => integration}/StitchProducerIT.java | 5 +- .../StitchProducerOperationsIT.java | 5 +- components/camel-wordpress/pom.xml | 9 ++ .../dsl/AzureEventhubsComponentBuilderFactory.java | 19 --- .../AzureStorageQueueComponentBuilderFactory.java | 2 +- .../dsl/EventHubsEndpointBuilderFactory.java | 111 -------------- .../endpoint/dsl/QueueEndpointBuilderFactory.java | 4 +- .../ROOT/pages/azure-eventhubs-component.adoc | 10 +- .../ROOT/pages/azure-storage-queue-component.adoc | 4 +- 34 files changed, 175 insertions(+), 370 deletions(-) rename components/camel-google/camel-google-storage/src/test/java/org/apache/camel/component/google/storage/integration/{ComplexIntegrationTest.java => ComplexIT.java} (96%) rename components/camel-lucene/src/test/java/org/apache/camel/component/lucene/{LuceneIndexAndQueryProducerTest.java => LuceneIndexAndQueryProducerIT.java} (99%) rename components/camel-lucene/src/test/java/org/apache/camel/processor/lucene/{LuceneQueryProcessorTest.java => LuceneQueryProcessorIT.java} (98%) rename components/camel-stitch/src/test/java/org/apache/camel/component/stitch/client/{ => integration}/StitchClientImplIT.java (91%) rename components/camel-stitch/src/test/java/org/apache/camel/component/stitch/{ => integration}/StitchProducerIT.java (95%) rename components/camel-stitch/src/test/java/org/apache/camel/component/stitch/operations/{ => integration}/StitchProducerOperationsIT.java (95%)