Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid dot-notation warnings using Grails 5 #294

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

ltamaster
Copy link
Contributor

For issue #285

Avoid dot-notation warnings using Grails 5
The main issue is config.getProperty('grails.assets', Map, [:]) returns a NavigableMap object, so to avoid the warning I translated that to a Map using toFlatConfig() method

@ltamaster ltamaster changed the title transform NavigableMap for map using toFlatConfig method Avoid dot-notation warnings using Grails 5 Feb 2, 2022
@davydotcom davydotcom merged commit 7916072 into bertramdev:master Feb 2, 2022
@davydotcom
Copy link
Contributor

I've been looking for a way! Awesome!!

@ltamaster
Copy link
Contributor Author

cool, any plan for a new release?
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants