Upgrade to CXF 2.2.5
--------------------
Key: CAMEL-2202
URL: https://issues.apache.org/activemq/browse/CAMEL-2202
Project: Apache Camel
Issue Type: Task
Components: camel-cxf
Affects Versions: 2.0.0
Reporter: Claus Ibsen
Assignee: Willem Jiang
Priority: Minor
Fix For: 2.1.0
Looks like you cannot do 2.2.4 -> 2.2.5 upgrade out of the box :(
We hit some compilations failures
{code}
[INFO] Compilation failure
/Users/davsclaus/workspace/camel/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java:[157,31]
createClient(org.apache.cxf.endpoint.Endpoint) in cannot override
createClient(org.apache.cxf.endpoint.Endpoint) in
org.apache.cxf.frontend.ClientFactoryBean; attempting to use incompatible
return type
found : void
required: org.apache.cxf.endpoint.Client
...
{code}
Hmm dont like that CXF is not binary compatible!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.