Experienced while upgrading modules for Grails 7
- h2 2.x is stricter about reserved words
- GROOVY-10621
- Primitive booleans will no longer generate the form of isProperty & getProperty. They will only generate isProperty()
- Jar artifacts produced by Grails Plugins will no longer have the suffix
-plain
- GROOVY-5169 GROOVY-10449
- Fields with a public modifier were not returned with MetaClassImpl#getProperties() in groovy 3, but are now.