Skip to content

Commit

Permalink
Create UPGRADE7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole authored Nov 3, 2024
1 parent b47904a commit e7ba2d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UPGRADE7.md
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.

0 comments on commit e7ba2d2

Please sign in to comment.