You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/20 09:14:09 UTC

[camel] branch master updated (8df6ced -> 6fae8af)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 8df6ced  CAMEL-14303: Polish. Remove unused imports.
     add 9f5b5c6  CAMEL-14307: allow empty routing key when declaring RabbitMQ dead letter exchange
     add 6fae8af  Regen

No new revisions were added by this update.

Summary of changes:
 .../component/rabbitmq/RabbitMQDeclareSupport.java |   5 +-
 .../RabbitMQDeadLetterRoutingKeyIntTest.java       | 168 ++++++++++
 .../endpoint/dsl/SparkEndpointBuilderFactory.java  | 347 +++++++++++++++------
 3 files changed, 415 insertions(+), 105 deletions(-)
 create mode 100644 components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java