Sean Mills created CXF-6719:
-------------------------------

             Summary: GZIPOutInterceptor enum scope change breaks method 
contract
                 Key: CXF-6719
                 URL: https://issues.apache.org/jira/browse/CXF-6719
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 3.1.4
            Reporter: Sean Mills


The org.apache.cxf.transport.common.gzip.GZIPOutInterceptor exposes the public 
static method:
{code:java}
public static UseGzip gzipPermitted(Message message, boolean force) throws Fault
{code}
However, the UseGzip enum has been changed to friendly scope in 3.1.4.  The 
enum needs to be changed back to public scope or the return type needs to be 
changed to a visible type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to