v1.3.1 Stop Preventing the Double Initialization in Spring Cloud Applications
[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.