jakub-bochenski / guice-cxf

Guice ESDL for Apache CXF (JAX-RS)
Apache License 2.0
2 stars 7 forks source link

Add support for CXF 2.7.x. #6

Open pepoirot opened 8 years ago

pepoirot commented 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).

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.