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/19 04:16:26 UTC

[camel-kafka-connector] branch automatic-periodic-sync updated (4c078d2af -> 90545aa3d)

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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


    omit 4c078d2af [create-pull-request] automated change
     add 8837cd048 Bump peter-evans/create-pull-request from 4.1.1 to 4.1.3
     add bbec8f65d Bump actions/checkout from 3.0.2 to 3.1.0
     add 86d4b0c04 Updated CHANGELOG.md
     add 2a36be113 fix #1447 Fixed NPE error during SinkTask header mapping
     add 13656b6ca fix #1447 Unused import removal
     add 44def3696 fix #1447 Camel version to 3.18.1
     add 2530e9899 Point to Camel 3.19.0 on main
     add a7cc2370c Point to Camel 3.19.0 on main
     add bbde55cd0 Updated CHANGELOG.md
     add 90545aa3d [create-pull-request] automated change

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   (4c078d2af)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (90545aa3d)

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:
 .github/workflows/asf-snapshots-deploy.yml         |   4 +-
 .github/workflows/automatic-changelog-update.yml   |   2 +-
 .github/workflows/automatic-sync-camel-main.yml    |   6 +-
 .github/workflows/backport.yml                     |   2 +-
 .github/workflows/ci-build.yml                     |   2 +-
 .github/workflows/daily-java-next.yml              |   2 +-
 .github/workflows/depsreview.yaml                  |   2 +-
 .github/workflows/maven-it.yaml                    |   2 +-
 CHANGELOG.md                                       |   8 +
 .../apache/camel/kafkaconnector/CamelSinkTask.java |   3 +-
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 187 ++++++++-------------
 parent/pom.xml                                     |   2 +-
 pom.xml                                            |   2 +-
 tests/itests-azure-storage-blob/pom.xml            |   4 -
 14 files changed, 97 insertions(+), 131 deletions(-)