It doesn't happen for all apps. I saw it with @nebhale's [CloudFoundry test app](https://github.com/cloudfoundry/java-test-applications/tree/master/spring-boot-cli-application). I don't see it with the most basic of apps: ``` @EnableAutoConfiguration class Test { } ```