You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/12/22 14:49:46 UTC

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

     [ https://issues.apache.org/jira/browse/CXF-6719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-6719.
-----------------------------------
       Resolution: Fixed
         Assignee: Sergey Beryozkin
    Fix Version/s: 3.2.0
                   3.1.5

> 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
>            Assignee: Sergey Beryozkin
>              Labels: features
>             Fix For: 3.1.5, 3.2.0
>
>
> 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)