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)

Reply via email to