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 2021/03/22 06:26:11 UTC

[camel] branch regen_bot updated (03f8cee -> 90b0c6f)

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 03f8cee  Sync deps
     add e9c3efb  CAMEL-16359 Camel-spring-rabbitmq - Allow null body (#5249)
     add 90b0c6f  Regen for commit e9c3efb5654ec9e05e5461bf96e9eb1d8a6dc02f

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/spring-rabbitmq.json  |  1 +
 .../catalog/docs/spring-rabbitmq-component.adoc    |  3 +-
 .../SpringRabbitMQComponentConfigurer.java         |  6 ++++
 .../component/springrabbit/spring-rabbitmq.json    |  1 +
 .../src/main/docs/spring-rabbitmq-component.adoc   |  3 +-
 .../springrabbit/DefaultMessageConverter.java      | 16 ++++++++--
 .../springrabbit/SpringRabbitMQComponent.java      | 13 +++++++-
 ...t.java => RabbitMQProducerNullBodyIntTest.java} | 36 +++++++++-------------
 .../dsl/SpringRabbitmqComponentBuilderFactory.java | 19 ++++++++++++
 .../ROOT/pages/spring-rabbitmq-component.adoc      |  3 +-
 10 files changed, 73 insertions(+), 28 deletions(-)
 copy components/camel-spring-rabbitmq/src/test/java/org/apache/camel/component/springrabbit/integration/{RabbitMQProducerToDIntTest.java => RabbitMQProducerNullBodyIntTest.java} (63%)