jdaugherty
08/16/2025, 9:48 PMgaolei
08/17/2025, 12:18 AMString defaultSchoolName = grailsApplication.getConfig().get('my.own.property')
Another thing i noticed is the jsonObject parsed by JsonSlupper, the old map way stopped compiling. I have to use jsonObj.get('someNode').get('childrenNode'). In existing code, I just do jsonObj['abc']?.['efg']?....
I wonder why Groovy 4 does not allow these type grammar sugars. I personally like them.mattias_reichel
08/17/2025, 6:45 AM