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 08:41:44 UTC

[camel] branch master updated (8be2135 -> f5b25e1)

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.git.


    from 8be2135  Fixed CS and make platform-http create consumer in doInit instead of doStart
     new e5470df  CAMEL-14715 - Remove werken-xpath bundle property placeholder (camel-karaf-migration)
     new d36cd72  CAMEL-14715 - Remove wsdl4j bundle property placeholder (camel-karaf-migration)
     new 3d2e9bb  CAMEL-14715 - Remove xalan bundle property placeholder (camel-karaf-migration)
     new 2cc9378  CAMEL-14715 - Remove xerces bundle property placeholder (camel-karaf-migration)
     new 2c175a1  CAMEL-14715 - Remove xmlgraphics commons bundle property placeholder (camel-karaf-migration)
     new abb5cee  CAMEL-14715 - Remove xmlresolver bundle property placeholder (camel-karaf-migration)
     new 199bd76  CAMEL-14715 - Remove xpp3 bundle property placeholder (camel-karaf-migration)
     new 31d0b34  CAMEL-14715 - Remove xstream bundle property placeholder (camel-karaf-migration)
     new c795cd3  CAMEL-14715 - Remove zipkin libthrift property placeholder (camel-karaf-migration)
     new 590ed00  CAMEL-14715 - Remove zjsonpatch property placeholder (camel-karaf-migration)
     new 8a44e32  CAMEL-14715 - Remove zookeeper guava property placeholder (camel-karaf-migration)
     new f5b25e1  CAMEL-14715 - Remove zxing bundle property placeholder (camel-karaf-migration)

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


[camel] 09/12: CAMEL-14715 - Remove zipkin libthrift property placeholder (camel-karaf-migration)

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.git

commit c795cd3c36b0887885276ff6bb275e7614fe7a3b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:12:23 2020 +0200

    CAMEL-14715 - Remove zipkin libthrift property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1c2a481..072ff4f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -563,7 +563,6 @@
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.12.2</zipkin-reporter-version>
         <zipkin-version>2.21.0</zipkin-version>
-        <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.5.7</zookeeper-version>
         <zookeeper-guava-version>27.1-jre</zookeeper-guava-version>


[camel] 02/12: CAMEL-14715 - Remove wsdl4j bundle property placeholder (camel-karaf-migration)

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.git

commit d36cd72dd30ef3845402661cd32128d357f2c52b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:08:04 2020 +0200

    CAMEL-14715 - Remove wsdl4j bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5855a0b..48b4cff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -544,7 +544,6 @@
         <wiremock-version>2.24.1</wiremock-version>
         <woodstox-version>4.4.1</woodstox-version>
         <woodstox-core-version>5.2.1</woodstox-core-version>
-        <wsdl4j-bundle-version>1.6.3_1</wsdl4j-bundle-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
         <xalan-bundle-version>2.7.2_3</xalan-bundle-version>
         <xalan-version>2.7.2</xalan-version>


[camel] 04/12: CAMEL-14715 - Remove xerces bundle property placeholder (camel-karaf-migration)

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.git

commit 2cc93781138d9327b1a5a95ef599867e476f9e17
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:09:00 2020 +0200

    CAMEL-14715 - Remove xerces bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b8feb84..33ae527 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -549,7 +549,6 @@
         <xbean-spring-version>4.14</xbean-spring-version>
         <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
         <xchange-version>4.4.2</xchange-version>
-        <xerces-bundle-version>2.12.0_1</xerces-bundle-version>
         <xerces-version>2.12.0</xerces-version>
         <!-- needed to manage the xml-apis version in camel-xmljson -->
         <xml-apis-version>1.4.01</xml-apis-version>


[camel] 08/12: CAMEL-14715 - Remove xstream bundle property placeholder (camel-karaf-migration)

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.git

commit 31d0b34436adc1ddd619edebdd005de66fe76859
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:11:43 2020 +0200

    CAMEL-14715 - Remove xstream bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f2e7deb..1c2a481 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -558,7 +558,6 @@
         <xmlsec-version>2.1.4</xmlsec-version>
         <xmlunit-version>2.6.3</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
-        <xstream-bundle-version>1.4.11.1_1</xstream-bundle-version>
         <xstream-version>1.4.11.1</xstream-version>
         <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>


[camel] 05/12: CAMEL-14715 - Remove xmlgraphics commons bundle property placeholder (camel-karaf-migration)

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.git

commit 2c175a12b1415e3589cd07bb5368e24f0659e60f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:09:47 2020 +0200

    CAMEL-14715 - Remove xmlgraphics commons bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 33ae527..fd6ed10 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -554,7 +554,6 @@
         <xml-apis-version>1.4.01</xml-apis-version>
         <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
         <xml-resolver-version>1.2</xml-resolver-version>
-        <xmlgraphics-commons-bundle-version>2.3_1</xmlgraphics-commons-bundle-version>
         <xmlgraphics-batik-version>1.12</xmlgraphics-batik-version>
         <xmlresolver-bundle-version>1.2_5</xmlresolver-bundle-version>
         <xmlsec-version>2.1.4</xmlsec-version>


[camel] 10/12: CAMEL-14715 - Remove zjsonpatch property placeholder (camel-karaf-migration)

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.git

commit 590ed0043ed8191b953288ba94ff2c1affe6e4eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:13:13 2020 +0200

    CAMEL-14715 - Remove zjsonpatch property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 072ff4f..2f2d2e5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -563,7 +563,6 @@
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.12.2</zipkin-reporter-version>
         <zipkin-version>2.21.0</zipkin-version>
-        <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.5.7</zookeeper-version>
         <zookeeper-guava-version>27.1-jre</zookeeper-guava-version>
         <zxing-version>3.4.0</zxing-version>


[camel] 12/12: CAMEL-14715 - Remove zxing bundle property placeholder (camel-karaf-migration)

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.git

commit f5b25e1b6287323bdc7ac8b3569a935047012433
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:14:25 2020 +0200

    CAMEL-14715 - Remove zxing bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f79fcb5..2180cbc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -565,7 +565,6 @@
         <zipkin-version>2.21.0</zipkin-version>
         <zookeeper-version>3.5.7</zookeeper-version>
         <zxing-version>3.4.0</zxing-version>
-        <zxing-bundle-version>3.4.0_1</zxing-bundle-version>
 
         <!-- OSGi bundles properties -->
         <camel.osgi.import.camel.version>


[camel] 01/12: CAMEL-14715 - Remove werken-xpath bundle property placeholder (camel-karaf-migration)

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.git

commit e5470dffa17091ec66d6b0a5cba7b375a9dd2ba1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:07:15 2020 +0200

    CAMEL-14715 - Remove werken-xpath bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index da2c9f8..5855a0b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -540,7 +540,6 @@
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>
         <weld3-version>3.0.5.Final</weld3-version>
-        <werken-xpath-bundle-version>0.9.4_5</werken-xpath-bundle-version>
         <wildfly-elytron>1.11.2.Final</wildfly-elytron>
         <wiremock-version>2.24.1</wiremock-version>
         <woodstox-version>4.4.1</woodstox-version>


[camel] 06/12: CAMEL-14715 - Remove xmlresolver bundle property placeholder (camel-karaf-migration)

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.git

commit abb5ceec40c602ddb408f5f9642ef4c10cd6b67c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:10:15 2020 +0200

    CAMEL-14715 - Remove xmlresolver bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fd6ed10..2636d3d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -555,7 +555,6 @@
         <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
         <xml-resolver-version>1.2</xml-resolver-version>
         <xmlgraphics-batik-version>1.12</xmlgraphics-batik-version>
-        <xmlresolver-bundle-version>1.2_5</xmlresolver-bundle-version>
         <xmlsec-version>2.1.4</xmlsec-version>
         <xmlunit-version>2.6.3</xmlunit-version>
         <xpp3-bundle-version>1.1.4c_7</xpp3-bundle-version>


[camel] 11/12: CAMEL-14715 - Remove zookeeper guava property placeholder (camel-karaf-migration)

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.git

commit 8a44e326e72abd68998a90d6db8e9278c16995e9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:13:32 2020 +0200

    CAMEL-14715 - Remove zookeeper guava property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2f2d2e5..f79fcb5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -564,7 +564,6 @@
         <zipkin-reporter-version>2.12.2</zipkin-reporter-version>
         <zipkin-version>2.21.0</zipkin-version>
         <zookeeper-version>3.5.7</zookeeper-version>
-        <zookeeper-guava-version>27.1-jre</zookeeper-guava-version>
         <zxing-version>3.4.0</zxing-version>
         <zxing-bundle-version>3.4.0_1</zxing-bundle-version>
 


[camel] 03/12: CAMEL-14715 - Remove xalan bundle property placeholder (camel-karaf-migration)

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.git

commit 3d2e9bb8c0ac616ac6b1c1671b58a30e9bf2455d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:08:33 2020 +0200

    CAMEL-14715 - Remove xalan bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 48b4cff..b8feb84 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -545,7 +545,6 @@
         <woodstox-version>4.4.1</woodstox-version>
         <woodstox-core-version>5.2.1</woodstox-core-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
-        <xalan-bundle-version>2.7.2_3</xalan-bundle-version>
         <xalan-version>2.7.2</xalan-version>
         <xbean-spring-version>4.14</xbean-spring-version>
         <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>


[camel] 07/12: CAMEL-14715 - Remove xpp3 bundle property placeholder (camel-karaf-migration)

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.git

commit 199bd76bd8916f0706ae60760be246585c28cc20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 10:11:02 2020 +0200

    CAMEL-14715 - Remove xpp3 bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2636d3d..f2e7deb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -557,7 +557,6 @@
         <xmlgraphics-batik-version>1.12</xmlgraphics-batik-version>
         <xmlsec-version>2.1.4</xmlsec-version>
         <xmlunit-version>2.6.3</xmlunit-version>
-        <xpp3-bundle-version>1.1.4c_7</xpp3-bundle-version>
         <xpp3-version>1.1.4c</xpp3-version>
         <xstream-bundle-version>1.4.11.1_1</xstream-bundle-version>
         <xstream-version>1.4.11.1</xstream-version>