Allow for programatic access to new ConfigDataEnvironment processing #22601
Labels
theme: config-data
Issues related to the configuration theme
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Spring Cloud uses
SpringApplication
as an api in a few different ways to get at boots configuration processing.For the 1st, hopefully, we can eliminate bootstrap all together.
To test the 2nd, I made
ConfigDataEnvironment
, its constructor, andprocessAndApply()
public and made a change here spring-cloud/spring-cloud-commons@24f444b and it was successful.For the 3rd, I still need to do a POC on config server.
The text was updated successfully, but these errors were encountered: