You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sean Mills (JIRA)" <ji...@apache.org> on 2015/12/20 21:00:47 UTC

[jira] [Created] (CXF-6719) GZIPOutInterceptor enum scope change breaks method contract

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)