In testing on Windows I suddenly discovered that the support I added for Spring Cloud Config now requires that the build run using Java 8. This is because the Maven spring-boot-plugin requires Java 8. Since the build uses toolchains extensively I don’t think this will create any problems as all the stuff that supports Java 7 should still use it to compile.
Ralph