James Carman created CXF-7837: --------------------------------- Summary: GZIPFeature Does Not Have @Provider Annotation Key: CXF-7837 URL: https://issues.apache.org/jira/browse/CXF-7837 Project: CXF Issue Type: Bug Affects Versions: 3.2.6 Reporter: James Carman
When using the Spring Boot CxfAutoConfiguration, it requires that all discoverable CXF features be annotated with the @Provider annotation (the one from CXF, not JAX-RS). Currently, the GZIPFeature class does not have that annotation, so it is not discoverable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)