You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Kyle Moore (Jira)" <ji...@apache.org> on 2022/07/27 23:54:00 UTC

[jira] [Created] (GROOVY-10708) Property access for wrapped vs. primitive boolean

Kyle Moore created GROOVY-10708:
-----------------------------------

             Summary: Property access for wrapped vs. primitive boolean
                 Key: GROOVY-10708
                 URL: https://issues.apache.org/jira/browse/GROOVY-10708
             Project: Groovy
          Issue Type: Bug
            Reporter: Kyle Moore


In upgrading our codebase from Groovy 3.0.11 to 4.0.3, we noticed the documented change that {{isXyz}} accessors returning a {{Boolean}} are no longer recognized as properties.

This has the potential to break a few use-cases in Gradle where accessors returning  {{Boolean}} are no longer included in {{MetaClass#getProperties()}}. We may be able to workaround this on our own, but are wondering if this behavior can be configured or modified in the 4.0.x timeline.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)