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 2024/03/22 07:13:57 UTC

(camel) branch regen_bot updated (f04b28c60d4 -> 4d70c69de0d)

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 f04b28c60d4 CAMEL-20590: avoiding delay to execute timeout to Camel RabbitMQ (InOut) (#13556)
     add 961592476d6 camel-jbang - Upgrade to 4.4.1 as released
     add 126d8e92021 CAMEL-20596: Propagate Azure Service Bus message headers to/from Camel Message
     add 0bc8f0b5a87 CAMEL-20596: Propagate Azure Service Bus message headers to/from Camel Message
     add 07688d32cb2 Fixed test
     add cce4ed25e06 CAMEL-20578: generated configurer should use lower case first-char name
     add 21ddf48bba3 Regen
     add aa7ad33dca0 Bump com.slack.api:slack-api-client from 1.38.1 to 1.38.3 (#13576)
     add 4d70c69de0d camel-jbang - Fix jolokia to use correct JAR for javaagent

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/azure-servicebus.json | 104 ++++++++++----------
 .../servicebus/ServiceBusComponentConfigurer.java  |   6 ++
 .../servicebus/ServiceBusEndpointConfigurer.java   |   6 ++
 .../servicebus/ServiceBusEndpointUriFactory.java   |   3 +-
 .../azure/servicebus/azure-servicebus.json         | 104 ++++++++++----------
 .../azure/servicebus/ServiceBusConfiguration.java  |  22 ++++-
 .../azure/servicebus/ServiceBusConsumer.java       |   7 ++
 .../azure/servicebus/ServiceBusProducer.java       |  27 +++++-
 .../MailIdempotentRepositoryDuplicateTest.java     |   1 +
 .../mail/MailIdempotentRepositoryTest.java         |   1 +
 .../faulttolerance/FaultToleranceReifier.java      |   2 +-
 .../component/resilience4j/ResilienceReifier.java  |   2 +-
 .../internal/processor/RawProcessor.java           |   3 +-
 .../AzureServicebusComponentBuilderFactory.java    |  19 ++++
 .../dsl/ServiceBusEndpointBuilderFactory.java      | 108 +++++++++++++++++++++
 dsl/camel-jbang/camel-jbang-container/Dockerfile   |   2 +-
 dsl/camel-jbang/camel-jbang-core/pom.xml           |   1 +
 .../camel-jbang-main/dist/CamelJBang.java          |   4 +-
 .../src/main/jbang/main/CamelJBang.java            |   4 +-
 .../kotlin/components/AzureServicebusUriDsl.kt     |   8 ++
 parent/pom.xml                                     |   2 +-
 21 files changed, 313 insertions(+), 123 deletions(-)