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:07:03 UTC

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

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 0e3e540f81f CAMEL-15968: camel-braintree - Add more gateway APIs from never version of braintree (#10809)
     add e21f8270c72 CAMEL-16592: camel-api - CamelContextAware should extend HasCamelContext (#10810)
     add 5cd3136bbf5 CAMEL-16837: aws2-ddbstream consumer should have batch metadata on each exchange processed. (#10811)
     add 02f8914aae5 CAMEL-17986: camel-pulsar - Add option to configure key shared policy mode to use. (#10813)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/pulsar.json    | 124 +++++++++++----------
 .../aws2/ddbstream/Ddb2StreamConsumer.java         |  28 +++--
 .../aws2/ddbstream/Ddb2StreamEndpoint.java         |   1 -
 .../pulsar/PulsarComponentConfigurer.java          |   6 +
 .../component/pulsar/PulsarEndpointConfigurer.java |   6 +
 .../component/pulsar/PulsarEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/pulsar/pulsar.json  | 124 +++++++++++----------
 .../component/pulsar/PulsarConfiguration.java      |  11 ++
 .../consumers/CommonCreationStrategyImpl.java      |  10 ++
 .../java/org/apache/camel/CamelContextAware.java   |  11 +-
 .../dsl/PulsarComponentBuilderFactory.java         |  16 +++
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java |  15 +++
 12 files changed, 216 insertions(+), 139 deletions(-)