You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/25 07:24:08 UTC

[camel] branch regen_bot updated (02f8914aae5 -> dd6ef83a185)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 02f8914aae5 CAMEL-17986: camel-pulsar - Add option to configure key shared policy mode to use. (#10813)
     add dd6ef83a185 CAMEL-17840: camel-pulsar - Add support for retry-letter-topic mode.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/pulsar.json    | 130 +++++++++++----------
 .../pulsar/PulsarComponentConfigurer.java          |  12 ++
 .../component/pulsar/PulsarEndpointConfigurer.java |  12 ++
 .../component/pulsar/PulsarEndpointUriFactory.java |   4 +-
 .../org/apache/camel/component/pulsar/pulsar.json  | 130 +++++++++++----------
 .../component/pulsar/PulsarConfiguration.java      |  26 ++++-
 .../consumers/CommonCreationStrategyImpl.java      |  15 ++-
 .../dsl/PulsarComponentBuilderFactory.java         |  34 ++++++
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java |  49 ++++++++
 9 files changed, 281 insertions(+), 131 deletions(-)