gpc / fields

a spiritual successor to the bean-fields plugin
http://gpc.github.io/fields/
84 stars 104 forks source link

Grails 4.1.0.M1 "Accessing config through dot notation is deprecated" #309

Closed davidkron closed 10 months ago

davidkron commented 4 years ago

I'm doing some Grails 4.1.0.M1 testing and I am getting the following warning:

org.grails.config.NavigableMap: Accessing config through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead.

I think this line from the fields plugin generates a warning: https://github.com/grails-fields-plugin/grails-fields/blob/da4ac74028896504a7bc7615edc52532bf47e854/src/main/groovy/grails/plugin/formfields/FormFieldsTemplateService.groovy#L234

sbglasius commented 10 months ago

This is fixed in the latest release