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/05/10 10:11:51 UTC

[camel] branch regen_bot updated (0a4a373a719 -> ce5899d6097)

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 0a4a373a719 Regen for commit ab02e0bfebb289213a6dbbd4fb4f35068b4c96f8
     add acdc6bafd4d [CAMEL-18072] mongodb: add a type converter to convert from byte[] to Document (#7562)
     add 354c03de2fa Enrich documentation for debugging of Camel JBang (#7579)
     add 27aff7f257a Regen for commit 8e781c8248b8e4cfa5976f6187bfbb3cd5f2a6d7
     add ce5899d6097 Regen for commit 27aff7f257a3d04d3e9e0cf01514fbe5354e9042

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   (0a4a373a719)
            \
             N -- N -- N   refs/heads/regen_bot (ce5899d6097)

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:
 .../converters/MongoDbBasicConvertersLoader.java   |  2 +
 .../mongodb/converters/MongoDbBasicConverters.java | 18 +++++++++
 .../integration/MongoDbTypeConvertersTest.java     | 43 +++++++++++-----------
 .../modules/ROOT/pages/camel-jbang.adoc            | 14 ++++++-
 4 files changed, 55 insertions(+), 22 deletions(-)
 copy tests/camel-typeconverterscan-test/src/test/java/org/apache/camel/tests/typeconverterscan/RouteMainTest.java => components/camel-mongodb/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbTypeConvertersTest.java (50%)