You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/07 06:36:05 UTC

[camel-kamelets] branch bom-work created (now 77f47bd)

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

acosentino pushed a change to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 77f47bd  Camel-Kamelets-Bom: Fixed script

This branch includes the following new commits:

     new 7c98433  Camel-Kamelets-Bom: Managed Redshift driver
     new 638123f  Camel-Kamelets-Bom: Managed Redshift driver
     new 799b3f6  Camel-Kamelets-Bom: Managed Qpid JMS Client
     new 499a331  Camel-Kamelets-Bom: Managed Artemis JMS Client
     new 94f1eff  Camel-Kamelets-Bom: Managed Artemis JMS Client
     new 3591772  Camel-Kamelets-Bom: Managed Postgresql Driver
     new 7090aac  Camel-Kamelets-Bom: Aligned Groovy script
     new 77f47bd  Camel-Kamelets-Bom: Fixed script

The 8 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-kamelets] 06/08: Camel-Kamelets-Bom: Managed Postgresql Driver

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 359177209a41b15b119f901435bdc4eb862458ad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:28:28 2022 +0100

    Camel-Kamelets-Bom: Managed Postgresql Driver
---
 library/camel-kamelets-bom/pom.xml | 5 +++++
 pom.xml                            | 1 +
 2 files changed, 6 insertions(+)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 89983da..673311e 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -55,6 +55,11 @@
         <artifactId>artemis-jms-client-all</artifactId>
         <version>${version.org.apache.activemq.artemis-jms-client-all}</version>
       </dependency>
+      <dependency>
+        <groupId>org.postgresql</groupId>
+        <artifactId>postgresql</artifactId>
+        <version>${version.org.postgresql.postgresql}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index 7ee84f5..0b7f0d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         <version.org.apache.activemq.artemis-jms-client-all>2.17.0</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.postgresql.postgresql>42.2.14</version.org.postgresql.postgresql>
     </properties>
 
     <developers>

[camel-kamelets] 02/08: Camel-Kamelets-Bom: Managed Redshift driver

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 638123f7914c3c7f49099b18191bd21a8c9926dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:16:55 2022 +0100

    Camel-Kamelets-Bom: Managed Redshift driver
---
 library/camel-kamelets-bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index fbd842d..7598f72 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -41,9 +41,9 @@
         <version>${version.org.apache.commons.commons-dbcp2}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-dbcp2</artifactId>
-        <version>${version.org.apache.commons.commons-dbcp2}</version>
+        <groupId>com.amazon.redshift</groupId>
+        <artifactId>redshift-jdbc42</artifactId>
+        <version>${version.com.amazon.redshift.redshift-jdbc42}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

[camel-kamelets] 04/08: Camel-Kamelets-Bom: Managed Artemis JMS Client

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 499a3316265ff9bc517c2c5cedcf43250e946328
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:22:05 2022 +0100

    Camel-Kamelets-Bom: Managed Artemis JMS Client
---
 library/camel-kamelets-bom/pom.xml | 5 +++++
 pom.xml                            | 1 +
 2 files changed, 6 insertions(+)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index da1d1c5..df4394b 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -50,6 +50,11 @@
         <artifactId>qpid-jms-client</artifactId>
         <version>${version.org.apache.qpid.qpid-jms-client}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.qpid</groupId>
+        <artifactId>qpid-jms-client</artifactId>
+        <version>${version.org.apache.qpid.qpid-jms-client}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index cf9a5c0..7ee84f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
         <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
+        <version.org.apache.activemq.artemis-jms-client-all>2.17.0</version.org.apache.activemq.artemis-jms-client-all>
     </properties>
 
     <developers>

[camel-kamelets] 08/08: Camel-Kamelets-Bom: Fixed script

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 77f47bd53babd9fe536aae6779dc0b1e222e8e64
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:34:43 2022 +0100

    Camel-Kamelets-Bom: Fixed script
---
 script/version/UpdateDepsVersionKamelets.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/version/UpdateDepsVersionKamelets.groovy b/script/version/UpdateDepsVersionKamelets.groovy
index 52114c0..cf87d1d 100644
--- a/script/version/UpdateDepsVersionKamelets.groovy
+++ b/script/version/UpdateDepsVersionKamelets.groovy
@@ -51,8 +51,8 @@ def updateKameletDirectory(String directoryName, Map properties) {
             String kameletFile = f.getName() 
             new File( kameletFile + ".bak" ).withWriter { w ->
                 new File( directoryName + kameletFile ).eachLine { line ->
-                    libVersions.each { line = line.replaceAll(it.key, it.value)
-                                     w << line +  System.getProperty("line.separator") }
+                    libVersions.each { line = line.replaceAll(it.key, it.value) }
+                                     w << line +  System.getProperty("line.separator") 
                 }
             }
             Files.copy(Paths.get(kameletFile + ".bak"), Paths.get(directoryName + kameletFile), StandardCopyOption.REPLACE_EXISTING)

[camel-kamelets] 03/08: Camel-Kamelets-Bom: Managed Qpid JMS Client

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 799b3f65493a3bdba984202da893fa59924df7ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:18:54 2022 +0100

    Camel-Kamelets-Bom: Managed Qpid JMS Client
---
 library/camel-kamelets-bom/pom.xml | 5 +++++
 pom.xml                            | 1 +
 2 files changed, 6 insertions(+)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 7598f72..da1d1c5 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -45,6 +45,11 @@
         <artifactId>redshift-jdbc42</artifactId>
         <version>${version.com.amazon.redshift.redshift-jdbc42}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.qpid</groupId>
+        <artifactId>qpid-jms-client</artifactId>
+        <version>${version.org.apache.qpid.qpid-jms-client}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index 5fd997d..cf9a5c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
 
         <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
+        <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
     </properties>
 
     <developers>

[camel-kamelets] 05/08: Camel-Kamelets-Bom: Managed Artemis JMS Client

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 94f1eff5a73feb09c55bd52fe9bb3c49371b7df1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:26:24 2022 +0100

    Camel-Kamelets-Bom: Managed Artemis JMS Client
---
 library/camel-kamelets-bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index df4394b..89983da 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -51,9 +51,9 @@
         <version>${version.org.apache.qpid.qpid-jms-client}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.qpid</groupId>
-        <artifactId>qpid-jms-client</artifactId>
-        <version>${version.org.apache.qpid.qpid-jms-client}</version>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>artemis-jms-client-all</artifactId>
+        <version>${version.org.apache.activemq.artemis-jms-client-all}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

[camel-kamelets] 01/08: Camel-Kamelets-Bom: Managed Redshift driver

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 7c98433fb5c3f6bbb7d4058b032a76e4643478c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:16:13 2022 +0100

    Camel-Kamelets-Bom: Managed Redshift driver
---
 library/camel-kamelets-bom/pom.xml | 5 +++++
 pom.xml                            | 1 +
 2 files changed, 6 insertions(+)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 2f30db1..fbd842d 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -40,6 +40,11 @@
         <artifactId>commons-dbcp2</artifactId>
         <version>${version.org.apache.commons.commons-dbcp2}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-dbcp2</artifactId>
+        <version>${version.org.apache.commons.commons-dbcp2}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index 14234f6..5fd997d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@
         <classgraph.version>4.8.138</classgraph.version>
 
         <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2>
+        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
     </properties>
 
     <developers>

[camel-kamelets] 07/08: Camel-Kamelets-Bom: Aligned Groovy script

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 7090aac1d024c562b49b2aa6e4649fc9021e7e60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:31:20 2022 +0100

    Camel-Kamelets-Bom: Aligned Groovy script
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b7f0d5..d0b00fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,11 @@
                     <source>
                     import UpdateDepsVersionKamelets
                     new UpdateDepsVersionKamelets().updateKameletDirectory("./kamelets/",  [
-                        "version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}"
+                        "version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}",
+                        "version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
+                        "version.org.apache.qpid.qpid-jms-client": "${version.org.apache.qpid.qpid-jms-client}",
+                        "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
+                        "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}"
                     ])
                     </source>
                 </configuration>