grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.79k stars 950 forks source link

Closure Resolution Strategy for doWithSpring() #13867

Open jdaugherty opened 1 day ago

jdaugherty commented 1 day ago

Issue description

History:

These changes have broken plugins like the DSL used in the database migration plugin: https://github.com/search?q=repo%3Agrails%2Fgrails-database-migration+delegate_first&type=code

The decision was to revert the resolution strategy and let the default resolution strategy of the closure apply.