Skip to content

v1.3.1 Stop Preventing the Double Initialization in Spring Cloud Applications

Compare
Choose a tag to compare
@fredboutin fredboutin released this 04 Mar 14:45
7bc0cb2

[Fix for Spring Cloud users] The flag to prevent a double initialization in a Spring Cloud application was actually preventing the parameter store property source to be added on top of other sources in the normal Spring Boot context since it was added before in the bootstrap context and other sources were added on top of it afterwards.