This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.x
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
new 3f0867324e4 Add support for publisher confirms which allows to fail if
sending to invalid destination (#9313)
new 080b1f9f4d0 CAMEL-19008: Regen
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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%)