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 2020/03/31 07:39:44 UTC

[camel-karaf] branch master updated (4451eb7 -> 2f9b746)

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

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


    from 4451eb7  Upgrade dropwizard metrcis
     new e514637  Add pax-exam* dependency management
     new 3129932  Upgrade CXF to version 3.3.6
     new d4bc7e3  Upgrade Commons Lang 3 to version 3.10.
     new b9adaf3  Upgrade JSoup to version 1.13.1.
     new f50feb4  Upgrade JUnit to version 4.13.
     new 830081c  Upgrade Freemarker to version 2.3.30.
     new cc47011  Remove unused httpclient-version placeholder.
     new d446b8e  Remove unused animal-sniffer-version placeholder.
     new 1f94f90  CAMEL-14715: Remove obsolete "avro bundles" comment
     new 2f9b746  Remove unused cdi-api-1.2-version placeholder.

The 10 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 | 45 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 9 deletions(-)


[camel-karaf] 09/10: CAMEL-14715: Remove obsolete "avro bundles" comment

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

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

commit 1f94f9097088171df532a23759758e64582d24c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:37:33 2020 +0200

    CAMEL-14715: Remove obsolete "avro bundles" comment
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb63031..bb964c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,6 @@
         <avro-version>1.9.1</avro-version>
         <avro-ipc-jetty-version>1.9.1</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
-        <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <avro-bundle-version>1.9.1_1</avro-bundle-version>
         <awaitility-version>4.0.2</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.714_1</aws-java-sdk-bundle-version>


[camel-karaf] 02/10: Upgrade CXF to version 3.3.6

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

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

commit 31299321499eca442967f565e366f501184a6459
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:33:25 2020 +0200

    Upgrade CXF to version 3.3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45727ce..acb6964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
         <couchbase-client-version>1.4.13</couchbase-client-version>
         <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version>
         <curator-version>4.3.0</curator-version>
-        <cxf-version>3.3.5</cxf-version>
+        <cxf-version>3.3.6</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>
         <cxf-codegen-plugin-version>3.3.5</cxf-codegen-plugin-version>
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>


[camel-karaf] 03/10: Upgrade Commons Lang 3 to version 3.10.

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

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

commit d4bc7e3907e6e7185ebdaf87ceae57dea831ade9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:33:57 2020 +0200

    Upgrade Commons Lang 3 to version 3.10.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index acb6964..f3687e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
         <commons-httpclient-bundle-version>3.1_7</commons-httpclient-bundle-version>
         <commons-io-version>2.6</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
-        <commons-lang3-version>3.9</commons-lang3-version>
+        <commons-lang3-version>3.10</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.6</commons-net-version>


[camel-karaf] 08/10: Remove unused animal-sniffer-version placeholder.

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

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

commit d446b8ef6763814f072fd0a38588a4f9b14d8abd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:37:02 2020 +0200

    Remove unused animal-sniffer-version placeholder.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3b7da3..bb63031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,6 @@
         <activemq-artemis-version>2.11.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.11.0</ahc-version>
-        <animal-sniffer-version>1.17</animal-sniffer-version>
         <android-annotations-version>4.1.1.4</android-annotations-version>
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>


[camel-karaf] 05/10: Upgrade JUnit to version 4.13.

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

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

commit f50feb41b191528313fd98f67f56410a564a1698
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:34:54 2020 +0200

    Upgrade JUnit to version 4.13.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a798ed9..321445f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@
         <juel-bundle-version>2.1.3_1</juel-bundle-version>
         <junit-bundle-version>4.11_1</junit-bundle-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
-        <junit-version>4.12</junit-version>
+        <junit-version>4.13</junit-version>
         <junit-jupiter-version>5.6.1</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>


[camel-karaf] 10/10: Remove unused cdi-api-1.2-version placeholder.

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

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

commit 2f9b746e8f966dd4410291956f5dbfe94c186640
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:39:27 2020 +0200

    Remove unused cdi-api-1.2-version placeholder.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb964c5..e751749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,6 @@
         <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
         <cassandra-version>3.7</cassandra-version>
         <cassandra-unit-version>3.1.3.2</cassandra-unit-version>
-        <cdi-api-1.2-version>1.2</cdi-api-1.2-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <jta-api-1.2-version>1.2</jta-api-1.2-version>
         <cglib-version>3.2.12</cglib-version>


[camel-karaf] 06/10: Upgrade Freemarker to version 2.3.30.

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

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

commit 830081c867632faa113904e1f270ba194907dbcf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:35:34 2020 +0200

    Upgrade Freemarker to version 2.3.30.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 321445f..8230542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
         <fop-bundle-version>2.3_1</fop-bundle-version>
         <fop-version>2.3</fop-version>
         <ftpserver-version>1.1.1</ftpserver-version>
-        <freemarker-version>2.3.29</freemarker-version>
+        <freemarker-version>2.3.30</freemarker-version>
         <generex-bundle-version>1.0.2_1</generex-bundle-version>
         <geronimo-annotation-1.0-spec-version>1.1.1</geronimo-annotation-1.0-spec-version>
         <geronimo-annotation-1.2-spec-version>1.0</geronimo-annotation-1.2-spec-version>


[camel-karaf] 07/10: Remove unused httpclient-version placeholder.

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

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

commit cc47011e85fa6d9e26f2cbe3f3abf00dc5762abf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:36:12 2020 +0200

    Remove unused httpclient-version placeholder.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8230542..b3b7da3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,6 @@
         <httpcore4-version>4.4.13</httpcore4-version>
         <httpclient4-version>4.5.12</httpclient4-version>
         <httpasyncclient-version>4.1.4</httpasyncclient-version>
-        <httpclient-version>3.1</httpclient-version>
         <hystrix-version>1.5.18</hystrix-version>
         <hystrix-bundle-version>1.5.18_1</hystrix-bundle-version>
         <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>


[camel-karaf] 01/10: Add pax-exam* dependency management

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

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

commit e51463736f8b11c8dae8dc92b7a8f002b11998c7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:27:03 2020 +0200

    Add pax-exam* dependency management
---
 pom.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9ea19e3..45727ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -933,6 +933,37 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <!-- optional Pax support -->
+            <dependency>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>pax-exam</artifactId>
+                <version>${pax-exam-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>pax-exam-junit4</artifactId>
+                <version>${pax-exam-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>pax-exam-container-karaf</artifactId>
+                <version>${pax-exam-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>pax-exam-link-mvn</artifactId>
+                <version>${pax-exam-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.swissbox</groupId>
+                <artifactId>pax-swissbox-tinybundles</artifactId>
+                <version>${pax-tiny-bundle-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>pax-exam-invoker-junit</artifactId>
+                <version>${pax-exam-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 


[camel-karaf] 04/10: Upgrade JSoup to version 1.13.1.

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

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

commit b9adaf34b8c34501e6b33ed04703153749da67d3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:34:35 2020 +0200

    Upgrade JSoup to version 1.13.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3687e6..a798ed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@
         <json-path-version>2.4.0</json-path-version>
         <json-simple-version>1.1.1</json-simple-version>
         <json-smart-version>2.3</json-smart-version>
-        <jsoup-version>1.12.2</jsoup-version>
+        <jsoup-version>1.13.1</jsoup-version>
         <jt400-version>10.2</jt400-version>
         <jt400-bundle-version>10.2_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>