Description
Looks like you cannot do 2.2.4 -> 2.2.5 upgrade out of the box
We hit some compilations failures
[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
...
Hmm dont like that CXF is not binary compatible!