-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Deprecate path support in secrets and config #631
Comments
reference: https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4 nothing happens with using |
So we deprecated path support, what about I am asking because if we remove path support, reload without configuration watcher will not work. What I mean:
This happens because our process of detecting changes does not care about Now, if that is something we need to "fix" or not depends on the simple fact if we want to support
If we want to support reload (with @ryanjbaxter I hope I am making sense. I was really trying to remove |
Yes, if they want the reload functionality they would have to use the configuration watcher, so yes reload using path would be deprecated as well (but to me this implied in the fact that path support is deprecated) |
let me confirm then. In the next major release, we remove:
Please correct me if I'm wrong. |
Right but only the path configuration. If you are specifying configmaps/secrets without mounting them as volumes reload support continues to work as is. |
You can use boot config location for config maps as files and the new support for key/value files.
The text was updated successfully, but these errors were encountered: