From e7ba2d264b92e5648fcba2c6cc77caaef7483c79 Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Sat, 2 Nov 2024 20:07:16 -0700 Subject: [PATCH] Create UPGRADE7.md --- UPGRADE7.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 UPGRADE7.md diff --git a/UPGRADE7.md b/UPGRADE7.md new file mode 100644 index 0000000000..cd6e05b259 --- /dev/null +++ b/UPGRADE7.md @@ -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.