This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 69adfc1 FastjsonDataFormat: Use the build serializerFeatureList to configure FastJson. new 1560602 CAMEL-14307: allow empty routing key when declaring RabbitMQ dead letter exchange new 2b11ee3 Fixed CS 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: .../component/rabbitmq/RabbitMQDeclareSupport.java | 5 +- .../RabbitMQDeadLetterRoutingKeyIntTest.java | 168 +++++++++++++++++++++ 2 files changed, 172 insertions(+), 1 deletion(-) create mode 100644 components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java