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 10:58:19 UTC

[camel] branch regen_bot updated (e6c0190463a -> 5af473e22dd)

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 e6c0190463a Regen for commit 4e2797a02bd381fd3574e569ff0e3cc29181f5d5
     add 97477331359 CAMEL-18825: Make XmlHelper more secure
     add 35538a67c46 CAMEL-18828: camel-kudu - Add DELETE, UPDATE, and UPSERT support to the producer (#8921)
     add 5af473e22dd Regen for commit 35538a67c46235be159b00ffef0d5d2068997d51

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   (e6c0190463a)
            \
             N -- N -- N   refs/heads/regen_bot (5af473e22dd)

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 +++++++++++++++++++++
 .../generator/openapi/RestDslXmlGenerator.java     |  10 ++
 .../generator/swagger/RestDslXmlGenerator.java     |  10 ++
 7 files changed, 252 insertions(+), 3 deletions(-)