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 2022/10/11 08:09:09 UTC

[camel] branch regen_bot updated (7cd14876c2d -> 86a1a34412e)

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 7cd14876c2d Sync deps
     add f7932e4ec60 CAMEL-18148: cleanup the offset update interfaces
     add aed463febc2 [CXF-8762] CXF client sends the SOAPAction header without quotes (#8494)
     add cb336a1ed4a Upgrade protobuf to 3.19.6 (#8505)
     add 2396b8f21e7 (chores) ci: FIX 404 on mvnd install and upgrade to 0.8.2
     add 5e7c55e7974 (chores) ci: fixed missing scape on the mvnd upgrade
     add 76a9dde3ab1 (chores) ci: fix upgrade Apache Maven Daemon to 0.8.2
     add e8d6de41c1d [camel-18588] Added condition to only commit offset if it is not -1
     add 86a1a34412e Regen for commit e8d6de41c1d2cc820d7418b39c4476288b4b055b

No new revisions were added by this update.

Summary of changes:
 .github/actions/install-mvnd/action.yml            |  2 +-
 camel-dependencies/pom.xml                         |  2 +-
 .../component/cxf/jaxws/DefaultCxfBinding.java     | 16 ++++++++++
 .../component/cxf/jaxws/DefaultCxfBindingTest.java | 14 ++++-----
 .../consumer/support/KafkaRecordProcessor.java     |  8 +++--
 .../resume/kafka/KafkaResumeStrategy.java          |  6 +---
 .../kafka/SingleNodeKafkaResumeStrategy.java       |  4 +--
 .../KafkaConsumerWithResumeRouteStrategyIT.java    |  4 +--
 .../org/apache/camel/resume/ResumeStrategy.java    |  8 +++++
 .../resume/UpdatableConsumerResumeStrategy.java    | 34 ----------------------
 .../docs/modules/eips/pages/resume-strategies.adoc |  2 +-
 .../processor/resume/ResumableCompletion.java      | 16 ++++------
 .../processor/resume/TransientResumeStrategy.java  |  6 ++++
 .../FileConsumerResumeFromOffsetStrategyTest.java  | 11 +------
 parent/pom.xml                                     |  2 +-
 15 files changed, 57 insertions(+), 78 deletions(-)
 delete mode 100644 core/camel-api/src/main/java/org/apache/camel/resume/UpdatableConsumerResumeStrategy.java