You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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
The text was updated successfully, but these errors were encountered: