You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/27 20:20:03 UTC

(camel) branch regen_bot updated (b20a57be5b9 -> a32512e84ec)

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 b20a57be5b9 CAMEL-20052 - Upgrade default Quarkus version to 3.5.0 in Camel JBang (#11851)
     add 1d815c0951a Fix typo for name of Maven settings.xml file (#11852)
     add a32512e84ec Adding possibility to send binary messages to Azure Service Bus (#11838)

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 ++++++++++++
 .../dsl/jbang/core/commands/ExportBaseCommand.java |   4 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   4 +-
 16 files changed, 301 insertions(+), 60 deletions(-)