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 f169808b Regen for commit 55440355c9c7f09c1629bc3e1324618281a2b083 add 2244a16 CAMEL-16400: split unit and integration tests for camel-arangodb (#5321) add 9751f56 Regen for commit 2244a16dcfb82a3cf0f24155a5544d6ea4f72a6c 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 (f169808b) \ N -- N -- N refs/heads/regen_bot (9751f56) 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: components/camel-arangodb/pom.xml | 75 +++------------------- .../ArangoCollectionDeleteIT.java} | 4 +- .../ArangoCollectionFindByKeyIT.java} | 4 +- .../ArangoCollectionQueryIT.java} | 4 +- .../ArangoCollectionSaveIT.java} | 4 +- .../ArangoCollectionUpdateIT.java} | 4 +- .../ArangoGraphEdgeIT.java} | 4 +- .../ArangoGraphQueriesIT.java} | 4 +- .../ArangoGraphVertexIT.java} | 4 +- .../BaseArangoDb.java} | 4 +- .../BaseCollection.java} | 4 +- .../BaseGraph.java} | 4 +- .../{ => integration}/TestDocumentEntity.java | 2 +- .../arangodb/{ => integration}/TestEntity.java | 2 +- 14 files changed, 32 insertions(+), 91 deletions(-) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoCollectionDeleteTest.java => integration/ArangoCollectionDeleteIT.java} (96%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoCollectionFindByKeyTest.java => integration/ArangoCollectionFindByKeyIT.java} (97%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoCollectionQueryTest.java => integration/ArangoCollectionQueryIT.java} (96%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoCollectionSaveTest.java => integration/ArangoCollectionSaveIT.java} (98%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoCollectionUpdateTest.java => integration/ArangoCollectionUpdateIT.java} (97%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoGraphEdgeTest.java => integration/ArangoGraphEdgeIT.java} (98%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoGraphQueriesTest.java => integration/ArangoGraphQueriesIT.java} (97%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ArangoGraphVertexTest.java => integration/ArangoGraphVertexIT.java} (98%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{BaseArangoDbTest.java => integration/BaseArangoDb.java} (95%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{BaseCollectionTest.java => integration/BaseCollection.java} (91%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{BaseGraphTest.java => integration/BaseGraph.java} (98%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ => integration}/TestDocumentEntity.java (96%) rename components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/{ => integration}/TestEntity.java (94%)