Open pepoirot opened 8 years ago
In CXF 2.7.x, org.apache.cxf.jaxrs.client.ClientWebApplicationException was replaced by javax.ws.rs.client.ClientException (see the API changes section in https://cxf.apache.org/docs/27-migration-guide.html).
org.apache.cxf.jaxrs.client.ClientWebApplicationException
javax.ws.rs.client.ClientException
In CXF 2.7.14+, the signature of AnnotationUtils.getAnnotatedMethod() was changed to address CXF-6078. See the issue https://issues.apache.org/jira/browse/CXF-6078 and the commit https://github.com/apache/cxf/commit/30390cc755f58eab3b346dc7b035e6286d6662b8.
AnnotationUtils.getAnnotatedMethod()
In CXF 2.7.x,
org.apache.cxf.jaxrs.client.ClientWebApplicationException
was replaced byjavax.ws.rs.client.ClientException
(see the API changes section in https://cxf.apache.org/docs/27-migration-guide.html).In CXF 2.7.14+, the signature of
AnnotationUtils.getAnnotatedMethod()
was changed to address CXF-6078. See the issue https://issues.apache.org/jira/browse/CXF-6078 and the commit https://github.com/apache/cxf/commit/30390cc755f58eab3b346dc7b035e6286d6662b8.