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/02/09 06:46:28 UTC

[camel] branch regen_bot_3x updated (4cd6da89fa7 -> 080b1f9f4d0)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 4cd6da89fa7 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - Translate
     add 3f0867324e4 Add support for publisher confirms which allows to fail if sending to invalid destination (#9313)
     add 080b1f9f4d0 CAMEL-19008: Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/spring-rabbitmq.json  |  4 +-
 .../SpringRabbitMQEndpointConfigurer.java          |  9 ++++
 .../SpringRabbitMQEndpointUriFactory.java          |  4 +-
 .../component/springrabbit/spring-rabbitmq.json    |  4 +-
 .../springrabbit/SpringRabbitMQEndpoint.java       | 27 +++++++++-
 .../springrabbit/SpringRabbitMQProducer.java       | 24 ++++++++-
 .../integration/RabbitMQITSupport.java             | 11 +++-
 ...java => RabbitMQProducerInvalidExchangeIT.java} | 23 ++++----
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 63 ++++++++++++++++++++--
 9 files changed, 148 insertions(+), 21 deletions(-)
 copy components/camel-spring-rabbitmq/src/test/java/org/apache/camel/component/springrabbit/integration/{RabbitMQProducerNullBodyIT.java => RabbitMQProducerInvalidExchangeIT.java} (76%)