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/10 10:27:31 UTC

(camel) branch regen_bot updated (4b27439d320 -> 436e185ad36)

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 4b27439d320 CAMEL-20531: Add missing console clause to CamelCatalog.findNames
     add 436e185ad36 CAMEL-20299: camel-spring-rabbitmq - Add option to auto declare produ… (#13427)

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/spring-rabbitmq.json  |  70 +++--
 .../SpringRabbitMQComponentConfigurer.java         |   6 +
 .../SpringRabbitMQEndpointConfigurer.java          |   6 +
 .../SpringRabbitMQEndpointUriFactory.java          |   3 +-
 .../component/springrabbit/spring-rabbitmq.json    |  70 +++--
 .../springrabbit/SpringRabbitMQComponent.java      |  17 +-
 .../springrabbit/SpringRabbitMQEndpoint.java       |  34 +-
 .../springrabbit/SpringRabbitMQProducer.java       |  12 +
 ...rIT.java => RabbitMQProducerAutoDeclareIT.java} |  41 +--
 .../integration/RabbitMQProducerSimpleIT.java      |  17 +-
 .../dsl/SpringRabbitmqComponentBuilderFactory.java |  22 +-
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 343 ++++++++++++++++-----
 .../kotlin/components/SpringRabbitmqUriDsl.kt      |  48 +--
 13 files changed, 461 insertions(+), 228 deletions(-)
 copy components/camel-spring-rabbitmq/src/test/java/org/apache/camel/component/springrabbit/integration/{RabbitMQProducerIT.java => RabbitMQProducerAutoDeclareIT.java} (78%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/VerySimpleDirectTest.java => components/camel-spring-rabbitmq/src/test/java/org/apache/camel/component/springrabbit/integration/RabbitMQProducerSimpleIT.java (72%)