This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_40x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 1d815c0951a Fix typo for name of Maven settings.xml file (#11852)
add a32512e84ec Adding possibility to send binary messages to Azure
Service Bus (#11838)
add aed16080edd Add note about upgrading to 3.14.10
add 3f05ab5f77b Upgrade AWS SDK v2 to version 2.21.10 (#11857)
add 69e403a12b6 CAMEL-20049: camel-activemq - Upgrade to latest releases
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/azure-servicebus.json | 36 ++++----
.../servicebus/ServiceBusComponentConfigurer.java | 3 +
.../servicebus/ServiceBusEndpointConfigurer.java | 3 +
.../servicebus/ServiceBusEndpointUriFactory.java | 3 +-
.../azure/servicebus/azure-servicebus.json | 36 ++++----
.../src/main/docs/azure-servicebus-component.adoc | 2 +-
.../azure/servicebus/ServiceBusConfiguration.java | 13 +++
.../azure/servicebus/ServiceBusProducer.java | 60 ++++++++++--
.../azure/servicebus/ServiceBusUtils.java | 2 +-
.../operations/ServiceBusSenderOperations.java | 12 +--
.../azure/servicebus/ServiceBusEndpointTest.java | 2 +
.../azure/servicebus/ServiceBusUtilsTest.java | 23 ++++-
.../integration/ServiceBusProducerTest.java | 101 ++++++++++++++++++++-
.../operations/ServiceBusSenderOperationsTest.java | 57 ++++++++++++
.../ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 5 +
parent/pom.xml | 4 +-
16 files changed, 304 insertions(+), 58 deletions(-)