You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/22 07:12:49 UTC

[camel] branch derby created (now 64d0a40cc29)

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

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


      at 64d0a40cc29 Upgrade derby 10.16.1.1

This branch includes the following new commits:

     new 64d0a40cc29 Upgrade derby 10.16.1.1

The 1 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.



[camel] 01/01: Upgrade derby 10.16.1.1

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

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

commit 64d0a40cc29efbfb411a4a15cfcdb514bc021e51
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jul 22 09:12:34 2023 +0200

    Upgrade derby 10.16.1.1
---
 components/camel-jcr/pom.xml         | 6 ++++++
 components/camel-jdbc/pom.xml        | 6 ++++++
 components/camel-jpa/pom.xml         | 6 ++++++
 components/camel-mybatis/pom.xml     | 6 ++++++
 components/camel-quartz/pom.xml      | 6 ++++++
 components/camel-spring-jdbc/pom.xml | 6 ++++++
 components/camel-spring-xml/pom.xml  | 6 ++++++
 components/camel-sql/pom.xml         | 6 ++++++
 parent/pom.xml                       | 2 +-
 9 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index 1d7bcb63454..447eae1a031 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -69,5 +69,11 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
     </dependencies>
 </project>
diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml
index 22dfcd55564..d2e9cd85af3 100644
--- a/components/camel-jdbc/pom.xml
+++ b/components/camel-jdbc/pom.xml
@@ -68,5 +68,11 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
     </dependencies>
 </project>
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 9d4994da28f..38d28bbe2e6 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -92,6 +92,12 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml
index 03ea2f608c4..64fcf495fec 100644
--- a/components/camel-mybatis/pom.xml
+++ b/components/camel-mybatis/pom.xml
@@ -58,6 +58,12 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index a198149423e..d3599f80275 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -99,6 +99,12 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jdbc</artifactId>
diff --git a/components/camel-spring-jdbc/pom.xml b/components/camel-spring-jdbc/pom.xml
index 5160b0cb9e6..702824d83cf 100644
--- a/components/camel-spring-jdbc/pom.xml
+++ b/components/camel-spring-jdbc/pom.xml
@@ -67,5 +67,11 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
     </dependencies>
 </project>
diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index e01ef56ed3e..df11e4090c0 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -139,6 +139,12 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index 2f1510433c7..cc3979795d2 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -83,6 +83,12 @@
             <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <version>${derby-version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index e9b446794bb..1f07e6cc05b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
         <datasonnet-mapper-version>2.5.2-jakarta4</datasonnet-mapper-version>
         <debezium-version>2.3.0.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.33</debezium-mysql-connector-version>
-        <derby-version>10.14.2.0</derby-version>
+        <derby-version>10.16.1.1</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
         <directory-watcher-version>0.18.0</directory-watcher-version>
         <disruptor-version>3.4.4</disruptor-version>