This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from e6099e9 Regen new e119b98 CAMEL-16392 - Camel-Pulsar: Make the client configurable from component parameters new 75bfaf3 CAMEL-16392 - Camel-Pulsar: Make the client configurable from component parameters new 351e3bc Revert "Upgrade Optaplanner to version 8.10.0.Final" new d054230 Sync deps 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-dependencies/pom.xml | 2 +- .../apache/camel/catalog/components/pulsar.json | 6 + .../pulsar/PulsarComponentConfigurer.java | 18 +++ .../component/pulsar/PulsarEndpointConfigurer.java | 18 +++ .../component/pulsar/PulsarEndpointUriFactory.java | 5 +- .../org/apache/camel/component/pulsar/pulsar.json | 6 + .../src/main/docs/pulsar-component.adoc | 10 +- .../component/pulsar/PulsarConfiguration.java | 39 ++++++ .../camel/component/pulsar/PulsarEndpoint.java | 14 ++- .../dsl/PulsarComponentBuilderFactory.java | 49 ++++++++ .../endpoint/dsl/PulsarEndpointBuilderFactory.java | 138 +++++++++++++++++++++ .../modules/ROOT/pages/pulsar-component.adoc | 10 +- parent/pom.xml | 2 +- 13 files changed, 309 insertions(+), 8 deletions(-)