This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4284d03 Add nats to opentracing new 835c7c9 CAMEL-14252: camel-nats - Add support for reply-to in consumer new 199b167 camel-nats - Let producer use byte[] if possible instead of string as first choice 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-nats/src/main/docs/nats-component.adoc | 20 ++++++++++++++---- .../camel/component/nats/NatsConfiguration.java | 13 ++++++++++++ .../apache/camel/component/nats/NatsConsumer.java | 12 +++++++++++ .../apache/camel/component/nats/NatsProducer.java | 10 ++++++--- ...sumerTest.java => NatsConsumerReplyToTest.java} | 21 +++++++++++++------ .../camel/component/nats/NatsConsumerTest.java | 2 +- .../endpoint/dsl/NatsEndpointBuilderFactory.java | 24 ++++++++++++++++++++++ 7 files changed, 88 insertions(+), 14 deletions(-) copy components/camel-nats/src/test/java/org/apache/camel/component/nats/{NatsConsumerTest.java => NatsConsumerReplyToTest.java} (66%)