AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

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

Open ghost opened this issue 1 year ago • 1 comments

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

ghost avatar Mar 14 '24 23:03 ghost

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

mrm9084 avatar Mar 19 '24 00:03 mrm9084