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

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


    from df4feb7  Fixed CS
     new 2f48446  CAMEL-14607: support negative acknowledge in pulsar message 
receipt
     new 85a104f  CAMEL-14607: fix spelling mistake
     new ae3bf8b  CAMEL-14607: fix style
     new 8b9b27f  CAMEL-14607: add configurable 
negativeAckRedeliveryDelayMicros property

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:
 .../component/pulsar/PulsarEndpointConfigurer.java |  2 +
 .../org/apache/camel/component/pulsar/pulsar.json  |  1 +
 .../src/main/docs/pulsar-component.adoc            |  3 +-
 .../pulsar/DefaultPulsarMessageReceipt.java        |  2 +-
 .../pulsar/configuration/PulsarConfiguration.java  | 12 +++++
 .../consumers/CommonCreationStrategyImpl.java      |  1 +
 .../pulsar/PulsarConsumerAcknowledgementTest.java  | 53 +++++++++++++++++-----
 .../PulsarConsumerNoAcknowledgementTest.java       | 21 +++++----
 .../pulsar/PulsarCustomMessageReceiptTest.java     | 17 +++----
 .../pulsar/PulsarNegativeAcknowledgementTest.java  | 33 --------------
 10 files changed, 81 insertions(+), 64 deletions(-)
 delete mode 100644 
components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarNegativeAcknowledgementTest.java

Reply via email to