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/01/17 15:34:37 UTC

[camel] branch regen_bot updated (30f8518 -> bd8ab8f)

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.


 discard 30f8518  Regen for commit 02f7d3313985b97e9b554ff2a20ceee21c8b1076
    omit 02f7d33  CAMEL-17057: Update documentation for MongoDB component. (#6762)
    omit 3670192  CAMEL-17499: Renaming inconsistent data format names in model

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (bd8ab8f)
            \
             O -- O -- O   (30f8518)

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:
 .../apache/camel/catalog/components/mongodb.json   |  4 +-
 .../apache/camel/catalog/models/dataFormats.json   |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  2 +-
 .../apache/camel/component/mongodb/mongodb.json    |  4 +-
 .../src/main/docs/mongodb-component.adoc           |  3 +-
 .../camel/component/mongodb/MongoDbEndpoint.java   |  4 +-
 .../mongodb/MongoDbEndpointClientTest.java         | 56 ----------------------
 .../mongodb/MongoDbEndpointHostsTest.java          | 49 -------------------
 .../apache/camel/model/dataformat/dataFormats.json |  2 +-
 .../model/dataformat/DataFormatsDefinition.java    |  2 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  4 +-
 .../dsl/MongoDbEndpointBuilderFactory.java         | 16 +++----
 .../dsl/yaml/deserializers/ModelDeserializers.java |  4 +-
 .../src/generated/resources/camel-yaml-dsl.json    |  2 +-
 14 files changed, 24 insertions(+), 130 deletions(-)
 delete mode 100644 components/camel-mongodb/src/test/java/org/apache/camel/component/mongodb/MongoDbEndpointClientTest.java
 delete mode 100644 components/camel-mongodb/src/test/java/org/apache/camel/component/mongodb/MongoDbEndpointHostsTest.java