You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/04/08 15:50:41 UTC

(camel) branch main updated (730d499791b -> 358fb5f57ff)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 730d499791b CAMEL-20649: test fixes
     new 3b356e2cceb (chores) camel-test-arangodb: upgrade to the latest ArangoDB client
     new 358fb5f57ff (chores) camel-test-infra-arangodb: upgrade to the latest ArangoDB container

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/camel/component/arangodb/integration/BaseGraph.java | 2 +-
 parent/pom.xml                                                          | 2 +-
 .../org/apache/camel/test/infra/arangodb/services/container.properties  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


(camel) 01/02: (chores) camel-test-arangodb: upgrade to the latest ArangoDB client

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3b356e2cceb7ee8689a29b563f94441ba605a188
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Apr 4 15:14:36 2024 +0200

    (chores) camel-test-arangodb: upgrade to the latest ArangoDB client
---
 .../java/org/apache/camel/component/arangodb/integration/BaseGraph.java | 2 +-
 parent/pom.xml                                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/integration/BaseGraph.java b/components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/integration/BaseGraph.java
index d95f778ace7..61b2d890da3 100644
--- a/components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/integration/BaseGraph.java
+++ b/components/camel-arangodb/src/test/java/org/apache/camel/component/arangodb/integration/BaseGraph.java
@@ -112,9 +112,9 @@ public abstract class BaseGraph extends BaseArangoDb {
     }
 
     protected void dropData() {
+        graph.drop();
         edgesCollection.drop();
         verticesCollection.drop();
-        graph.drop();
     }
 
     @BeforeEach
diff --git a/parent/pom.xml b/parent/pom.xml
index 96fa70076f1..78d18c08232 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>
         <apicurio-version>2.0.4</apicurio-version>
-        <arangodb-java-version>7.5.1</arangodb-java-version>
+        <arangodb-java-version>7.6.0</arangodb-java-version>
         <as2-lib-version>5.1.2</as2-lib-version>
         <ascii-table-version>1.8.0</ascii-table-version>
         <asm-version>9.7</asm-version>


(camel) 02/02: (chores) camel-test-infra-arangodb: upgrade to the latest ArangoDB container

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 358fb5f57ff43ffeb98d2b5818def96ffb02f741
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Apr 4 15:17:02 2024 +0200

    (chores) camel-test-infra-arangodb: upgrade to the latest ArangoDB container
---
 .../org/apache/camel/test/infra/arangodb/services/container.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-arangodb/src/test/resources/org/apache/camel/test/infra/arangodb/services/container.properties b/test-infra/camel-test-infra-arangodb/src/test/resources/org/apache/camel/test/infra/arangodb/services/container.properties
index 00f50ce1372..baff7a3baa5 100644
--- a/test-infra/camel-test-infra-arangodb/src/test/resources/org/apache/camel/test/infra/arangodb/services/container.properties
+++ b/test-infra/camel-test-infra-arangodb/src/test/resources/org/apache/camel/test/infra/arangodb/services/container.properties
@@ -15,4 +15,4 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 ## tested against 2.1.2, 2.2.0 & 2.3.1
-arangodb.container=arangodb:3.11.8
\ No newline at end of file
+arangodb.container=arangodb:3.12
\ No newline at end of file