You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/10/12 20:16:41 UTC

[jira] Updated: (CAMEL-3225) Lock down camel 2.5 to cxf 2.2.x

     [ https://issues.apache.org/activemq/browse/CAMEL-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3225:
-------------------------------

    Description: 
Since 2.5 will not be updated to CXF 2.3.0 and 2.3.0 may cause issues when used in conjunction with 2.5, the OSGi manifest should lock CXF down to [2.2.10,2.3).

Patch:

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 2bff9de..775aea2 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -39,6 +39,7 @@
       javax.jws*;version="[0.0,3)",
       javax.xml.stream*;version="[0.0,2)",
       javax.xml.ws*;version="[0.0,3.0)",
+      org.apache.cxf*;version="[2.2.10,2.3)",
       org.apache.camel.*;${camel.osgi.import.camel.version},
       ${camel.osgi.import.defaults},
       ${camel.osgi.import.additional},


  was:

Since 2.5 will not be updated to CXF 2.3.0 and 2.3.0 may cause issues when used in conjunction with 2.5, the OSGi manifest should lock CXF down to [2.2.10,2.3).

Patch:

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 2bff9de..775aea2 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -39,6 +39,7 @@
       javax.jws*;version="[0.0,3)",
       javax.xml.stream*;version="[0.0,2)",
       javax.xml.ws*;version="[0.0,3.0)",
+      org.apache.cxf*;version="[2.2.10,2.3)",
       org.apache.camel.*;${camel.osgi.import.camel.version},
       ${camel.osgi.import.defaults},
       ${camel.osgi.import.additional},


       Priority: Trivial  (was: Major)
     Issue Type: Task  (was: Bug)

> Lock down camel 2.5 to cxf 2.2.x
> --------------------------------
>
>                 Key: CAMEL-3225
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3225
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-cxf
>            Reporter: Daniel Kulp
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>
> Since 2.5 will not be updated to CXF 2.3.0 and 2.3.0 may cause issues when used in conjunction with 2.5, the OSGi manifest should lock CXF down to [2.2.10,2.3).
> Patch:
> diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
> index 2bff9de..775aea2 100644
> --- a/components/camel-cxf/pom.xml
> +++ b/components/camel-cxf/pom.xml
> @@ -39,6 +39,7 @@
>        javax.jws*;version="[0.0,3)",
>        javax.xml.stream*;version="[0.0,2)",
>        javax.xml.ws*;version="[0.0,3.0)",
> +      org.apache.cxf*;version="[2.2.10,2.3)",
>        org.apache.camel.*;${camel.osgi.import.camel.version},
>        ${camel.osgi.import.defaults},
>        ${camel.osgi.import.additional},

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.