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.
from 5d4b771 CAMEL-17638: EIP model options with old fashioned naming
xxxRef style should be made modern style.
add 24199f8 CAMEL-17706: camel-azure-servicebus: add
fullyQualifiedNamespace and tokenCredential parameters to the component (#7035)
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/azure-servicebus.json | 8 +-
.../camel-azure/camel-azure-servicebus/pom.xml | 5 +
.../servicebus/ServiceBusComponentConfigurer.java | 12 ++
.../servicebus/ServiceBusEndpointConfigurer.java | 12 ++
.../servicebus/ServiceBusEndpointUriFactory.java | 18 +--
.../azure/servicebus/azure-servicebus.json | 8 +-
.../azure/servicebus/ServiceBusComponent.java | 25 +++-
.../azure/servicebus/ServiceBusConfiguration.java | 28 +++-
.../servicebus/client/ServiceBusClientFactory.java | 18 ++-
.../azure/servicebus/ServiceBusEndpointTest.java | 73 ++++++++++
.../AzureServicebusComponentBuilderFactory.java | 35 +++++
.../dsl/ServiceBusEndpointBuilderFactory.java | 155 ++++++++++++++++++++-
12 files changed, 376 insertions(+), 21 deletions(-)