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 2020/10/30 05:36:03 UTC

[camel] branch regen_bot updated (167bf23 -> c736c07)

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 167bf23  workaround bogus xref-validator nav file reclassification
     add c736c07  CAMEL-15772: camel-pulsar readCompacted support (#4535)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/pulsar.json    |  2 +
 .../camel/catalog/docs/pulsar-component.adoc       |  6 +-
 .../pulsar/PulsarComponentConfigurer.java          |  5 ++
 .../component/pulsar/PulsarEndpointConfigurer.java |  5 ++
 .../component/pulsar/PulsarEndpointUriFactory.java |  3 +-
 .../org/apache/camel/component/pulsar/pulsar.json  |  2 +
 .../src/main/docs/pulsar-component.adoc            |  6 +-
 .../component/pulsar/PulsarConfiguration.java      | 13 ++++
 .../consumers/CommonCreationStrategyImpl.java      |  3 +-
 .../component/pulsar/PulsarComponentTest.java      |  1 +
 ...t.java => PulsarConsumerReadCompactedTest.java} | 87 ++++++++++++++--------
 .../dsl/PulsarComponentBuilderFactory.java         | 13 ++++
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java | 25 +++++++
 .../modules/ROOT/pages/pulsar-component.adoc       |  6 +-
 14 files changed, 139 insertions(+), 38 deletions(-)
 copy components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/{PulsarCustomMessageReceiptTest.java => PulsarConsumerReadCompactedTest.java} (57%)