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

davsclaus pushed a change to branch fix/CAMEL-23997-manual-commit-noop
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 6e50f6574d75 CAMEL-23997: Move manual commit guard from recordOffset 
to commit
    omit 0d2536bce34d CAMEL-23997: Address review feedback - add test for 
streaming processor fix
    omit 248fb6ebf6fe CAMEL-23997: Fix manual commit mode auto-committing 
offsets
    omit f0aeb503d244 CAMEL-23997: Fix manual commit mode auto-committing 
offsets with Sync/Async commit managers
     add 89f6a09c83da CAMEL-24061: Wire OAuth credentials onto gRPC stub 
channel in camel-zeebe (#24695)
     add 5ab808d52af2 CAMEL-23996: Fix KafkaIdempotentRepository correctness 
bugs
     add 60fefde622ff chore(deps): Bump aws-java-sdk2-version from 2.47.6 to 
2.48.0
     add 836e10a89726 chore(deps): Bump huaweicloud-sdk-version from 3.1.205 to 
3.1.206
     add fa377c5a6f54 chore(deps-dev): Bump org.apache.pdfbox:pdfbox from 3.0.7 
to 3.0.8
     add 51c07c5ffee5 chore(deps): Bump 
org.openrewrite.maven:rewrite-maven-plugin
     add 43dbffa14bfd CAMEL-23997: Fix manual commit mode auto-committing 
offsets with Sync/Async commit managers
     add a056c6cf166c CAMEL-23997: Fix manual commit mode auto-committing 
offsets
     add 7ad1b1abb4f9 CAMEL-23997: Address review feedback - add test for 
streaming processor fix
     add 765336df22b9 CAMEL-23997: Move manual commit guard from recordOffset 
to commit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6e50f6574d75)
            \
             N -- N -- N   refs/heads/fix/CAMEL-23997-manual-commit-noop 
(765336df22b9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../kafka/KafkaIdempotentRepository.java           |  23 ++--
 .../kafka/KafkaIdempotentRepositoryTest.java       | 150 +++++++++++++++++++++
 .../component/zeebe/internal/ZeebeService.java     |  76 ++++++++---
 parent/pom.xml                                     |   8 +-
 4 files changed, 230 insertions(+), 27 deletions(-)
 create mode 100644 
components/camel-kafka/src/test/java/org/apache/camel/processor/idempotent/kafka/KafkaIdempotentRepositoryTest.java

Reply via email to