Migrating Spring Cloud Apps from Spring Boot 1.2 to 1.3
There are some interesting new features in Spring Boot 1.3 that are now available in Spring Cloud in the Brixton release train. The Angel release train of Spring Cloud is partly incompatible with Spring Boot 1.3, so when you upgrade there are some important things to be aware of. This article helps you navigate the changes and update any existing apps to use the new features. It should also be helpful generally when trying to adopt new versions of Spring projects into existing codebases.
TIP: You can use
…mvn dependency:tree
orgradle dependencies
to list the dependencies in your project and check the versions.