This is an automated email from the ASF dual-hosted git repository.

apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from a90c0c914a53 Improve message on GitHub comment for container version 
upgrade
     new 96f8de60006d CAMEL-23195 Implement camel-pulsar SubscriptionMode 
configuration
     new ed7288669742 CAMEL-23195 Update auto-generated files

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:
 .../apache/camel/catalog/components/pulsar.json    | 96 +++++++++++-----------
 .../pulsar/PulsarComponentConfigurer.java          |  6 ++
 .../component/pulsar/PulsarEndpointConfigurer.java |  6 ++
 .../component/pulsar/PulsarEndpointUriFactory.java |  3 +-
 .../org/apache/camel/component/pulsar/pulsar.json  | 96 +++++++++++-----------
 .../component/pulsar/PulsarConfiguration.java      | 17 ++++
 .../consumers/CommonCreationStrategyImpl.java      |  1 +
 .../pulsar/utils/consumers/SubscriptionMode.java   | 20 ++---
 .../component/pulsar/PulsarComponentTest.java      | 15 ++++
 .../dsl/PulsarComponentBuilderFactory.java         | 21 +++++
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java | 36 ++++++++
 11 files changed, 211 insertions(+), 106 deletions(-)
 copy 
dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/exception/InvalidEndpointException.java
 => 
components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/utils/consumers/SubscriptionMode.java
 (61%)

Reply via email to