You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Francesco Chicchiriccò (Jira)" <ji...@apache.org> on 2022/03/21 09:04:00 UTC

[jira] [Created] (CXF-8680) ClientProxyImpl fails to find boolean param values via BeanParam

Francesco Chicchiriccò created CXF-8680:
-------------------------------------------

             Summary: ClientProxyImpl fails to find boolean param values via BeanParam
                 Key: CXF-8680
                 URL: https://issues.apache.org/jira/browse/CXF-8680
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.5.1, 3.4.6, 3.3.13
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 3.5.2, 3.4.7


When passing Java beans with boolean properties as {{@BeanParam}}, {{ClientProxyImpl}} fails to get the actual property values because it looks only for "get" methods, not for "is".

More in general, getter method lookup is not dealing with exceptions which can break the resolution process.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)