Skip to content

Commit 295ef57

Browse files
authored
docs: Add Grails 7 gotcha about jar artifact naming (#13825)
1 parent 7d7847b commit 295ef57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE7.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Experienced while upgrading modules for Grails 7
66
- https://github.com/grails/gorm-hibernate5/pull/910/commits/c8de45df204966ccc228b46b94beeb2142ae0f59
77
- [GROOVY-10621](https://issues.apache.org/jira/browse/GROOVY-10621)
88
- Primitive booleans will no longer generate the form of isProperty & getProperty. They will only generate isProperty()
9+
- Jar artifacts produced by Grails Plugins will no longer have the suffix `-plain`
10+
- https://github.com/grails/grails-gradle-plugin/pull/347
911
- [GROOVY-5169](https://issues.apache.org/jira/browse/GROOVY-5169) [GROOVY-10449](https://issues.apache.org/jira/browse/GROOVY-10449)
1012
- Fields with a public modifier were not returned with MetaClassImpl#getProperties() in groovy 3, but are now.
1113

0 commit comments

Comments
 (0)