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 f076af5 CAMEL-13982: Handle gauge metrics not being reusable new f8a5b7b CAMEL-14001 - Camel-Pulsar: Add MessageRoutingMode and MessageRouter option to producer, messageRouting mode option new 56cb7e3 CAMEL-14001 - Camel-Pulsar: Add MessageRoutingMode and MessageRouter option to producer, messageRouter option new 10de4ba Camel-Pulsar: Fixed CS new f6d1cb1 Camel-Pulsar: Regen new 6125500 Regen docs for Camel-Pulsar on the website side The 5 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: .../src/main/docs/pulsar-component.adoc | 4 +- .../camel/component/pulsar/PulsarComponent.java | 12 ++- .../camel/component/pulsar/PulsarEndpoint.java | 14 ++-- .../component/pulsar/PulsarMessageListener.java | 6 +- .../component/pulsar/PulsarMessageReceipt.java | 17 ++-- .../pulsar/PulsarMessageReceiptFactory.java | 9 ++- .../camel/component/pulsar/PulsarProducer.java | 28 +++---- .../pulsar/configuration/PulsarConfiguration.java | 94 +++++++++++++++------- .../camel/component/pulsar/utils/PulsarPath.java | 2 +- .../consumers/CommonCreationStrategyImpl.java | 5 +- .../pulsar/utils/message/PulsarMessageUtils.java | 2 +- .../pulsar/PulsarConcurrentConsumerInTest.java | 4 +- .../pulsar/PulsarConcurrentProducerInTest.java | 4 +- .../pulsar/PulsarConsumerAcknowledgementTest.java | 31 ++----- .../component/pulsar/PulsarConsumerInTest.java | 19 ++--- .../PulsarConsumerNoAcknowledgementTest.java | 22 ++--- .../pulsar/PulsarCustomMessageReceiptTest.java | 27 ++----- .../component/pulsar/PulsarProducerInTest.java | 16 +--- .../camel/component/pulsar/PulsarTestSupport.java | 4 +- .../component/pulsar/utils/PulsarUtilsTest.java | 4 +- .../endpoint/dsl/PulsarEndpointBuilderFactory.java | 60 ++++++++++++++ .../modules/ROOT/pages/pulsar-component.adoc | 4 +- 22 files changed, 221 insertions(+), 167 deletions(-)