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

Are there plans to support loading external configuration via Spring's spring.config.import mechanism? #887

Open
tylervangorder-8451 opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request JavaSpring

Comments

@tylervangorder-8451
Copy link

Many of the spring cloud projects (spring-config-server, spring-cloud-vault) have moved away from using the bootstrap.properties/boostrap.yml to load external configuration early in the Spring application's lifecycle in favor of using the configuration imports.

Are there plans to do something similar with Azure App Configuration?

For reference:

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-Config-Data-Migration-Guide
https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4

@mrm9084
Copy link
Member

mrm9084 commented Mar 19, 2024

Yes, but it will be a breaking change to support it. We are waiting on the next major release.

@zhenlan zhenlan added enhancement New feature or request and removed question labels Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request JavaSpring
Projects
None yet
Development

No branches or pull requests

3 participants