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 199b167 camel-nats - Let producer use byte[] if possible instead of string as first choice new 6f2ad84 CAMEL-14253: camel-nats - Configure brokers on component level new ec71087 Regen new 725fed6 CAMEL-14253: camel-nats - Configure brokers on component level new 1755297 CAMEL-14253: camel-nats - Configure brokers on component level The 4 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 | 87 +++++++--- .../apache/camel/component/nats/NatsComponent.java | 18 +- .../camel/component/nats/NatsConfiguration.java | 20 +-- .../apache/camel/component/nats/NatsConsumer.java | 1 - .../apache/camel/component/nats/NatsEndpoint.java | 6 +- .../apache/camel/component/nats/NatsProducer.java | 1 + .../component/nats/NatsAuthConsumerLoadTest.java | 4 +- .../camel/component/nats/NatsAuthProducerTest.java | 3 +- .../camel/component/nats/NatsAuthTestSupport.java | 13 +- .../nats/NatsAuthTokenConsumerLoadTest.java | 4 +- .../component/nats/NatsAuthTokenProducerTest.java | 3 +- .../component/nats/NatsAuthTokenTestSupport.java | 14 +- .../camel/component/nats/NatsConsumerLoadTest.java | 9 +- .../nats/NatsConsumerMaxMessagesQueueTest.java | 8 +- .../nats/NatsConsumerMaxMessagesTest.java | 5 +- .../component/nats/NatsConsumerReplyToTest.java | 6 +- .../camel/component/nats/NatsConsumerTest.java | 5 +- .../nats/NatsConsumerWithConnectionLoadTest.java | 15 +- .../nats/NatsConsumerWithRedeliveryTest.java | 17 +- .../camel/component/nats/NatsProducerTLSTest.java | 3 +- .../camel/component/nats/NatsProducerTest.java | 3 +- .../camel/component/nats/NatsTestSupport.java | 13 +- .../opentracing/decorators/NatsSpanDecorator.java | 10 -- .../endpoint/dsl/NatsEndpointBuilderFactory.java | 185 ++++++++++----------- .../modules/ROOT/pages/nats-component.adoc | 107 +++++++++--- .../modules/ROOT/pages/rest-swagger-component.adoc | 3 +- .../springboot/NatsComponentConfiguration.java | 13 ++ 27 files changed, 357 insertions(+), 219 deletions(-)