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 2021/12/10 13:39:08 UTC

[camel-karaf] branch main updated (62e5ae1 -> f44cb67)

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

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


    from 62e5ae1  CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
     new 8fa7e81  Upgrade Lucene bundle to version 8.11.0_1
     new d5aa6fb  Upgrade Pax Logging to version 1.11.10
     new 06838c0  Upgrade Solr bundle to version 8.11.0_1
     new 370ab5e  Upgrade Libphonenumber bundle to version 8.12.38_1
     new ca2c584  Upgrade AWS2 Bundle SDK to version 2.17.93_1
     new f44cb67  Upgrade Spring Batch bundle to version 4.3.4_1

The 6 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:
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

[camel-karaf] 04/06: Upgrade Libphonenumber bundle to version 8.12.38_1

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

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

commit 370ab5ea7ecbb25ec102a7df265c04c55c940929
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 14:21:36 2021 +0100

    Upgrade Libphonenumber bundle to version 8.12.38_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf83c12..8f958b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
         <karaf4-version>4.3.3</karaf4-version>
         <kxml2-bundle-version>2.3.0_3</kxml2-bundle-version>
         <kubernetes-client-jackson-version>2.13.0</kubernetes-client-jackson-version>
-        <libphonenumber-bundle-version>8.12.36_1</libphonenumber-bundle-version>
+        <libphonenumber-bundle-version>8.12.38_1</libphonenumber-bundle-version>
         <lucene-bundle-version>8.11.0_1</lucene-bundle-version>
         <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
         <libthrift-bundle-version>0.14.1_1</libthrift-bundle-version>

[camel-karaf] 05/06: Upgrade AWS2 Bundle SDK to version 2.17.93_1

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

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

commit ca2c584837b9530df347615eab228305d52c238f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 14:22:59 2021 +0100

    Upgrade AWS2 Bundle SDK to version 2.17.93_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f958b7..cfd2c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
         <avro-java-commons-compress-version>1.20</avro-java-commons-compress-version>
         <avro-jackson-version>2.12.3</avro-jackson-version>
-        <aws-sdk-v2-bundle-version>2.17.68_1</aws-sdk-v2-bundle-version>
+        <aws-sdk-v2-bundle-version>2.17.93_1</aws-sdk-v2-bundle-version>
         <azure-core-bundle-version>1.16.0_1</azure-core-bundle-version>
         <azure-core-amqp-bundle-version>2.0.3_1</azure-core-amqp-bundle-version>
         <azure-messaging-eventhubs-bundle-version>5.8.0_1</azure-messaging-eventhubs-bundle-version>

[camel-karaf] 01/06: Upgrade Lucene bundle to version 8.11.0_1

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

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

commit 8fa7e810100072d96bb78ad43a5f811d1f0c840a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 13:58:40 2021 +0100

    Upgrade Lucene bundle to version 8.11.0_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18cf14b..9651af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
         <kxml2-bundle-version>2.3.0_3</kxml2-bundle-version>
         <kubernetes-client-jackson-version>2.13.0</kubernetes-client-jackson-version>
         <libphonenumber-bundle-version>8.12.36_1</libphonenumber-bundle-version>
-        <lucene-bundle-version>8.10.1_1</lucene-bundle-version>
+        <lucene-bundle-version>8.11.0_1</lucene-bundle-version>
         <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
         <libthrift-bundle-version>0.14.1_1</libthrift-bundle-version>
         <lz4-version>1.8.0</lz4-version>

[camel-karaf] 03/06: Upgrade Solr bundle to version 8.11.0_1

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

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

commit 06838c05cd2641ef5983ae18fdd9512f41b70a4c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 14:18:55 2021 +0100

    Upgrade Solr bundle to version 8.11.0_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2bf85c1..cf83c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
         <servicemix-jaxb-version>2.3_2</servicemix-jaxb-version>
         <!-- snappy 1.1.8.x does not work in OSGi -->
         <snappy-version>1.1.7.3</snappy-version>
-        <solr-bundle-version>8.10.1_1</solr-bundle-version>
+        <solr-bundle-version>8.11.0_1</solr-bundle-version>
         <spring-batch-bundle-version>4.3.3_1</spring-batch-bundle-version>
         <spring-data-commons-bundle-version>2.5.6_1</spring-data-commons-bundle-version>
         <spring-ldap-bundle-version>2.3.3.RELEASE_1</spring-ldap-bundle-version>

[camel-karaf] 06/06: Upgrade Spring Batch bundle to version 4.3.4_1

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

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

commit f44cb67a1209642f38db087e5684b4e28eea8f79
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 14:23:33 2021 +0100

    Upgrade Spring Batch bundle to version 4.3.4_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfd2c83..deb24be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
         <!-- snappy 1.1.8.x does not work in OSGi -->
         <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.11.0_1</solr-bundle-version>
-        <spring-batch-bundle-version>4.3.3_1</spring-batch-bundle-version>
+        <spring-batch-bundle-version>4.3.4_1</spring-batch-bundle-version>
         <spring-data-commons-bundle-version>2.5.6_1</spring-data-commons-bundle-version>
         <spring-ldap-bundle-version>2.3.3.RELEASE_1</spring-ldap-bundle-version>
         <spring-ws-bundle-version>3.0.8.RELEASE_1</spring-ws-bundle-version>

[camel-karaf] 02/06: Upgrade Pax Logging to version 1.11.10

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

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

commit d5aa6fb3e8b17d0f59c2dc06a063793a75ce0642
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 10 13:59:43 2021 +0100

    Upgrade Pax Logging to version 1.11.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9651af1..2bf85c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@
         <pax-cdi-version>1.0.0</pax-cdi-version>
         <pax-exam-version>4.13.4</pax-exam-version>
         <pax-tiny-bundle-version>3.0.0</pax-tiny-bundle-version>
-        <pax-logging-version>1.11.9</pax-logging-version>
+        <pax-logging-version>1.11.10</pax-logging-version>
         <perfmark-version>0.17.0</perfmark-version>
         <protobuf-guava-version>30.1.1-jre</protobuf-guava-version>
         <protobuf-javanano-version>3.1.0</protobuf-javanano-version>