-
Notifications
You must be signed in to change notification settings - Fork 950
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b47904a
commit e7ba2d2
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Common 7.0 Upgrade Gotchas | ||
|
||
Experienced while upgrading modules for Grails 7 | ||
|
||
- h2 2.x is stricter about reserved words | ||
- https://github.com/grails/gorm-hibernate5/pull/910/commits/c8de45df204966ccc228b46b94beeb2142ae0f59 | ||
- GROOVY-10621 | ||
- Primitive booleans will no longer generate the form of isProperty & getProperty. They will only generate isProperty() | ||
- GROOVY-5169 | ||
- Fields with a public modifier were not considered a property in groovy 3, but are now. |