Azure / AppConfiguration

Questions, feedback and samples for Azure App Configuration service
MIT License
222 stars 66 forks source link

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

Open tylervangorder-8451 opened 4 months ago

tylervangorder-8451 commented 4 months ago

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 commented 4 months ago

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