grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

fix: Remove default controller scope from app config #342

Open matrei opened 2 months ago

matrei commented 2 months ago

As singleton is the default scope for controllers since Grails 6.2 we can remove this setting from the application config.

Related grails/grails-core#13332