We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5dd57 commit 3f4ca0fCopy full SHA for 3f4ca0f
UPGRADE7.md
@@ -7,4 +7,4 @@ Experienced while upgrading modules for Grails 7
7
- [GROOVY-10621](https://issues.apache.org/jira/browse/GROOVY-10621)
8
- Primitive booleans will no longer generate the form of isProperty & getProperty. They will only generate isProperty()
9
- [GROOVY-5169](https://issues.apache.org/jira/browse/GROOVY-5169) [GROOVY-10449](https://issues.apache.org/jira/browse/GROOVY-10449)
10
- - Fields with a public modifier were not considered a property in groovy 3, but are now.
+ - Fields with a public modifier were not returned with MetaClassImpl#getProperties() in groovy 3, but are now.
0 commit comments