grails / grails-doc

Documentation Project For The Grails Web Application Framework
http://grails.org/doc/latest/
199 stars 536 forks source link

update docs to reflect deprecation of dot-based config navigation #833

Open kgeis opened 2 years ago

kgeis commented 2 years ago

Issue description

I am preparing to migrate from Grails 4 to 5, and the release notes talk about deprecation of the dot-based config navigation. I want to see the recommended practice for setting values on my Spring beans, so I look in Grails 5.1.2 Guide: Grails and Spring. The examples there use the deprecated navigation and should be updated.

jeffscottbrown commented 2 years ago

@kgeis Thank you for the feedback. It is good information. We will investigate updating the docs.

In the meantime, some more information related to retrieving config values is available at grails.org/blog/2017-01-20-3.html and grails.org/blog/index.html.

Thank you!