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/12/19 11:16:11 UTC

[camel] branch regen_bot updated (439bdc09828 -> 205c07fb40f)

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


    omit 439bdc09828 Regen for commit 9747733135980b8eacc4003fe7dd13c4a0daf5f4
     add 35538a67c46 CAMEL-18828: camel-kudu - Add DELETE, UPDATE, and UPSERT support to the producer (#8921)
     add 77b514e5e6f CAMEL-18825: Make XmlHelper more secure
     add 205c07fb40f Regen for commit 77b514e5e6f2fa088cd3918b1cd1e3099046aaaf

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   (439bdc09828)
            \
             N -- N -- N   refs/heads/regen_bot (205c07fb40f)

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:
 .../org/apache/camel/catalog/components/kudu.json  |   2 +-
 .../org/apache/camel/component/kudu/kudu.json      |   2 +-
 .../camel/component/kudu/KuduOperations.java       |   3 +
 .../apache/camel/component/kudu/KuduProducer.java  |  75 +++++++++-
 .../camel/component/kudu/KuduProducerTest.java     | 153 +++++++++++++++++++++
 .../maven/bom/generator/BomGeneratorMojo.java      |  10 ++
 .../generator/openapi/RestDslYamlGenerator.java    |  10 ++
 7 files changed, 252 insertions(+), 3 deletions(-)