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

Usage of deprecated dot-based navigation to Grails config should be removed #31

Open
darxriggs opened this issue Aug 20, 2022 · 1 comment

Comments

@darxriggs
Copy link

The dot-based navigation was deprecated in Grails 5 (https://grails.org/blog/2021-10-11-grails-5-ga.html).

Using this plugin with Grails 5 therefore generates log entries as the following one:
"WARN Accessing config key '[remotepagination, enableBootstrap]' through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead."

@darxriggs
Copy link
Author

@amitjain1982 The plugin currently seems not to be maintained anymore.

If there is a chance that you release a new version, I would prepare a pull request to change the way the configuration is accessed.

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

No branches or pull requests

1 participant