Mattias Reichel

Results 112 comments of Mattias Reichel

This is because Grails 6.2.0 removed `grails-shell` which is a dependency of `grails-database-migration:4.2.1`. This is fixed in upcoming? `grails-database-migration:5.0.0`. Related: https://github.com/grails/grails-database-migration/pull/350

Not sure when grails-database-migration:5.0.0 will be released. In the mean time you can just add the dependency `org.grails:grails-shell:6.1.2` to your project to make it work.

Is this relevant for your issue: https://github.com/grails/grails-core/issues/13486

I think the problem here might be faulty condition logic. This method in `NavigableMap` is what prints the warning: ```groovy public Object getProperty(String name) { if (!containsKey(name)) { return null...

@andr3aLucch3si85 In your test app, I can reproduce that `` works in a GSP page but not in a GSP layout. Does this accurately describe the issue you're experiencing?

There seems to be something wrong with the CLA signing. I'm gonna merge this, thanks @johan313 👍

There is a discussion and workaround for this issue in the Grails Slack: https://www.linen.dev/s/grails/t/16763663/i-m-thinking-it-s-about-time-i-moved-my-handful-of-grails-5-#a7585594-ea67-4100-9081-7bab180a165f

Related: https://github.com/apache/grails-spring-security/issues/1104