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 2023/07/19 08:59:38 UTC

[camel] branch regen_bot updated (01bc8aea080 -> 94bd9ec21ef)

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


    from 01bc8aea080 Upgrade AWS SDK v2 to version 2.20.105 (#10719)
     add 94bd9ec21ef [CAMEL-19613] ArangoDB component (#10718)

No new revisions were added by this update.

Summary of changes:
 components/camel-arangodb/pom.xml                  |  7 +++
 .../component/arangodb/ArangoDbComponentTest.java  | 26 +++++++++--
 .../integration/ArangoCollectionFindByKeyIT.java   |  9 ++--
 .../arangodb/integration/BaseArangoDb.java         | 46 ++++++++++++++++---
 .../arangodb/integration/BaseDocumentEntity.java   | 52 ----------------------
 .../component/arangodb/integration/BaseGraph.java  |  2 +-
 6 files changed, 74 insertions(+), 68 deletions(-)
 delete mode 100644 components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/integration/BaseDocumentEntity.java