如何搭建自己的SPRING INITIALIZR server

这两天在慕课学Spring boot ,用idea通过spring initializr新建项目 即使用代理连不上。无奈。

参考了

GitHub - spring-io/initializr: A web-based quickstart generator for Spring projects
https://github.com/spring-io/initializr/

成功搭建好了server,记录下来供大家参考。

win10 jdk1.8 maven3.5 git

1.

sds@SS MINGW64 ~/Desktop
$ git clone https://github.com/spring-io/initializr.git
Cloning into 'initializr'...
remote: Counting objects: 10027, done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 10027 (delta 19), reused 71 (delta 12), pack-reused 9947
Receiving objects: 100% (10027/10027), 3.00 MiB | 908.00 KiB/s, done.
Resolving deltas: 100% (4344/4344), done.

2.

$ cd initializr/

3. 可以去喝杯茶

$ ./mvnw clean install

4.

$ cd initializr-service
$ ../mvnw spring-boot:run

5. 

http://localhost:8080/ 

 

参考

GitHub - spring-io/initializr: A web-based quickstart generator for Spring projects
https://github.com/spring-io/initializr/

 

git bash 记录

sds@SS MINGW64 ~/Desktop
$ git clone https://github.com/spring-io/initializr.git
Cloning into 'initializr'...
remote: Counting objects: 10027, done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 10027 (delta 19), reused 71 (delta 12), pack-reused 9947
Receiving objects: 100% (10027/10027), 3.00 MiB | 908.00 KiB/s, done.
Resolving deltas: 100% (4344/4344), done.

sds@SS MINGW64 ~/Desktop
$ cd initializr/

sds@SS MINGW64 ~/Desktop/initializr (master)
$ ./mvnw clean install
/c/Users/sds/Desktop/initializr
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Spring Initializr
[INFO] Spring Initializr :: Generator
[INFO] Spring Initializr :: Web
[INFO] Spring Initializr :: Actuator
[INFO] Spring Initializr :: Docs
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ initializr ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ initializr ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ initializr ---
[INFO] Installing C:\Users\sds\Desktop\initializr\pom.xml to C:\Users\sds\.m2\repository\io\spring\initializr\initializr\0.4.0.BUILD-SNAPSHOT\initializr-0.4.0.BUILD-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr :: Generator 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ initializr-generator ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ initializr-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ initializr-generator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to C:\Users\sds\Desktop\initializr\initializr-generator\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ initializr-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 52 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ initializr-generator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to C:\Users\sds\Desktop\initializr\initializr-generator\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ initializr-generator ---
[INFO] Surefire report directory: C:\Users\sds\Desktop\initializr\initializr-generator\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.spring.initializr.generator.CommandLineHelpGeneratorTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in io.spring.initializr.generator.CommandLineHelpGeneratorTests
Running io.spring.initializr.generator.ProjectGeneratorBuildTests
20:26:45.029 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:45.177 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:45.305 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:45.430 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:45.560 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:45.675 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[foo]
20:26:45.800 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[foo]
20:26:45.928 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[foo, web, data-jpa]
20:26:46.061 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:46.187 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:46.318 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:46.457 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:46.616 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]
20:26:46.753 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]
20:26:46.874 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]
20:26:47.011 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]
20:26:47.133 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]

20:26:47.260 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[foo]
20:26:47.385 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[foo]
20:26:47.521 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[foo, web, data-jpa]
20:26:47.667 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:47.789 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web, tomcat]
20:26:47.922 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web, tomcat]
20:26:48.069 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web, tomcat]
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.906 sec - in io.spring.initializr.generator.ProjectGeneratorBuildTests
Running io.spring.initializr.generator.ProjectGeneratorLanguageTests
20:26:48.214 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:48.330 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:48.453 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:48.582 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:48.728 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:48.844 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:49.027 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:49.217 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:49.345 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:49.463 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:49.585 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:49.726 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:49.852 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:50.001 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:50.130 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:50.286 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:50.461 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:50.607 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:50.739 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:50.945 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:51.069 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:51.180 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:51.312 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:51.431 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:51.563 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:51.691 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:51.834 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:51.952 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:52.094 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
20:26:52.221 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:52.333 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:52.449 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:52.583 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web, tomcat]
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.504 sec - in io.spring.initializr.generator.ProjectGeneratorLanguageTests
Running io.spring.initializr.generator.ProjectGeneratorTests
20:26:52.729 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:52.864 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:53.099 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:53.163 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:53.194 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:53.229 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[whatever, data-jpa, web]
20:26:53.255 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[hamcrest, h2, servlet-api, data-jpa, web]
20:26:53.276 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:53.393 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[foo]
20:26:53.414 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:53.434 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[custom-artifact]
20:26:53.452 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[thymeleaf, tomcat]
20:26:53.593 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:53.613 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:53.647 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo, root_starter]
20:26:53.671 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[thymeleaf, tomcat]
20:26:53.812 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:53.914 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo, bar]
20:26:53.958 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:54.077 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[data-jpa, web, tomcat]
20:26:54.101 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:54.126 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:54.152 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[root_starter]
20:26:54.275 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:54.415 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:54.435 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:54.577 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[hamcrest, h2, servlet-api, data-jpa, web]
20:26:54.603 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[thymeleaf]
20:26:54.627 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:54.746 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:54.881 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:54.890 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:54.912 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:55.064 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[custom-artifact]
20:26:55.089 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:55.234 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:55.256 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:55.280 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:55.387 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo]
20:26:55.410 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:55.564 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:55.582 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:55.621 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:55.750 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[whatever, data-jpa, web]
20:26:55.768 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:55.785 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:55.887 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:55.907 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:55.925 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:55.957 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[web]
20:26:55.986 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-project, dependencies=[web]
20:26:56.116 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-build, dependencies=[foo, bar]
20:26:56.138 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:56.157 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[web]
20:26:56.176 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:56.308 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[root_starter]
20:26:56.454 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:56.560 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[foo]
20:26:56.576 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=maven-project, dependencies=[web]
20:26:56.707 [main] INFO io.spring.initializr.generator.ProjectGenerator - Processing request{type=gradle-build, dependencies=[data-jpa, web, tomcat]
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.004 sec - in io.spring.initializr.generator.ProjectGeneratorTests
Running io.spring.initializr.generator.ProjectRequestResolverTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.generator.ProjectRequestResolverTests
Running io.spring.initializr.generator.ProjectRequestTests
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in io.spring.initializr.generator.ProjectRequestTests
Running io.spring.initializr.metadata.BillOfMaterialsTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.BillOfMaterialsTests
Running io.spring.initializr.metadata.DependenciesCapabilityTests
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.DependenciesCapabilityTests
Running io.spring.initializr.metadata.DependencyTests
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in io.spring.initializr.metadata.DependencyTests
Running io.spring.initializr.metadata.InitializrConfigurationTests
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in io.spring.initializr.metadata.InitializrConfigurationTests
Running io.spring.initializr.metadata.InitializrMetadataBuilderTests
20:26:56.902 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-default.yml]
20:26:56.960 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {info={spring-boot={version=1.1.4.RELEASE}}, initializr={env={boms={my-api-bom={groupId=org.acme, artifactId=my-api-bom, additionalBoms=[my-api-dependencies-bom], mappings=[{versionRange=[1.0.0.RELEASE,1.1.6.RELEASE), version=1.0.0.RELEASE, repositories=my-api-repo-1}, {versionRange=1.2.1.RELEASE, version=2.0.0.RELEASE, repositories=my-api-repo-2}]}, my-api-dependencies-bom={groupId=org.acme, artifactId=my-api-dependencies-bom, version=1.0.0.RELEASE, repositories=my-api-repo-3}}, repositories={my-api-repo-1={name=repo1, url=http://example.com/repo1}, my-api-repo-2={name=repo2, url=http://example.com/repo2}, my-api-repo-3={name=repo3, url=http://example.com/repo3}}}, dependencies=[{name=Core, content=[{name=Web, id=web, description=Web dependency description, facets=[web], links=[{rel=guide, href=https://example.com/guide, description=Building a RESTful Web Service}, {rel=reference, href=https://example.com/doc}]}, {name=Security, id=security}, {name=Data JPA, id=data-jpa, aliases=[jpa]}]}, {name=Other, content=[{name=Foo, groupId=org.acme, artifactId=foo, version=1.3.5, weight=42, keywords=[thefoo, dafoo], links=[{rel=guide, href=https://example.com/guide1}, {rel=reference, href=https://example.com/{bootVersion}/doc}, {rel=guide, href=https://example.com/guide2, description=Some guide for foo}]}, {name=Bar, id=org.acme:bar, version=2.1.0}, {name=Biz, groupId=org.acme, artifactId=biz, scope=runtime, version=1.3.5, versionRange=1.2.0.BUILD-SNAPSHOT}, {name=Bur, id=org.acme:bur, version=2.1.0, scope=test, versionRange=[1.1.4.RELEASE,1.2.0.BUILD-SNAPSHOT)}, {name=My API, id=my-api, groupId=org.acme, artifactId=my-api, scope=provided, bom=my-api-bom}]}], types=[{name=Maven POM, id=maven-build, sts-id=pom.xml, tags={build=maven, format=build}, default=false, action=/pom.xml}, {name=Maven Project, id=maven-project, sts-id=starter.zip, tags={build=maven, format=project}, default=true, action=/starter.zip}, {name=Gradle Config, id=gradle-build, sts-id=build.gradle, tags={build=gradle, format=build}, default=false, action=/build.gradle}, {name=Gradle Project, id=gradle-project, sts-id=gradle.zip, tags={build=gradle, format=project}, default=false, action=/starter.zip}], packagings=[{name=Jar, id=jar, default=true}, {name=War, id=war, default=false}], javaVersions=[{id=1.6, default=false}, {id=1.7, default=false}, {id=1.8, default=true}], languages=[{name=Groovy, id=groovy, default=false}, {name=Java, id=java, default=true}, {name=Kotlin, id=kotlin, default=false}], bootVersions=[{name=Latest SNAPSHOT, id=1.2.0.BUILD-SNAPSHOT, default=false}, {name=1.1.4, id=1.1.4.RELEASE, default=true}, {name=1.0.2, id=1.0.2.RELEASE, default=false}]}}
20:26:56.961 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-default.yml]
20:26:56.961 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:56.990 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].action' in [main] with type [String]
20:26:56.991 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.name' in [main] with type [String]
20:26:56.992 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].sts-id' in [main] with type [String]
20:26:56.992 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].action' in [main] with type [String]
20:26:56.992 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.artifactId' in [main] with type [String]
20:26:56.993 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].name' in [main] with type [String]
20:26:56.993 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].sts-id' in [main] with type [String]
20:26:56.993 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].name' in [main] with type [String]
20:26:56.993 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].id' in [main] with type [String]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].default' in [main] with type [Boolean]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].version' in [main] with type [String]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].weight' in [main] with type [Integer]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].name' in [main] with type [String]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.format' in [main] with type [String]
20:26:56.994 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].artifactId' in [main] with type [String]
20:26:56.995 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].default' in [main] with type [Boolean]
20:26:56.995 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].id' in [main] with type [String]
20:26:56.995 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].id' in [main] with type [String]
20:26:56.995 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].rel' in [main] with type [String]
20:26:56.995 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].href' in [main] with type [String]
20:26:56.996 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].id' in [main] with type [String]
20:26:56.996 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].name' in [main] with type [String]
20:26:56.996 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].name' in [main] with type [String]
20:26:56.996 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].default' in [main] with type [Boolean]
20:26:56.997 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].id' in [main] with type [String]
20:26:56.997 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.artifactId' in [main] with type [String]
20:26:56.997 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].versionRange' in [main] with type [String]
20:26:56.997 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].name' in [main] with type [String]
20:26:56.997 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].name' in [main] with type [String]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.version' in [main] with type [String]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[1]' in [main] with type [String]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].default' in [main] with type [Boolean]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].href' in [main] with type [String]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].default' in [main] with type [Boolean]
20:26:56.998 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].default' in [main] with type [Boolean]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.format' in [main] with type [String]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].version' in [main] with type [String]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].name' in [main] with type [String]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].artifactId' in [main] with type [String]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].id' in [main] with type [String]
20:26:56.999 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.build' in [main] with type [String]
20:26:57.000 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].id' in [main] with type [Double]
20:26:57.000 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].default' in [main] with type [Boolean]
20:26:57.000 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].scope' in [main] with type [String]
20:26:57.000 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].default' in [main] with type [Boolean]
20:26:57.000 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].name' in [main] with type [String]
20:26:57.001 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].id' in [main] with type [String]
20:26:57.001 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].repositories' in [main] with type [String]
20:26:57.001 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].version' in [main] with type [String]
20:26:57.001 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[0]' in [main] with type [String]
20:26:57.001 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].description' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].name' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].name' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].scope' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].name' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].versionRange' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].href' in [main] with type [String]
20:26:57.002 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.additionalBoms[0]' in [main] with type [String]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.format' in [main] with type [String]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].sts-id' in [main] with type [String]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].artifactId' in [main] with type [String]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].action' in [main] with type [String]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].id' in [main] with type [Double]
20:26:57.003 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.build' in [main] with type [String]
20:26:57.004 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.groupId' in [main] with type [String]
20:26:57.004 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].sts-id' in [main] with type [String]
20:26:57.004 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.url' in [main] with type [String]
20:26:57.004 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].name' in [main] with type [String]
20:26:57.004 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].version' in [main] with type [String]
20:26:57.005 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].id' in [main] with type [String]
20:26:57.005 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].id' in [main] with type [String]
20:26:57.005 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].id' in [main] with type [String]
20:26:57.005 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].default' in [main] with type [Boolean]
20:26:57.005 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].name' in [main] with type [String]
20:26:57.006 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].name' in [main] with type [String]
20:26:57.006 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].rel' in [main] with type [String]
20:26:57.006 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].default' in [main] with type [Boolean]
20:26:57.006 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].aliases[0]' in [main] with type [String]
20:26:57.006 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].action' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].facets[0]' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].name' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].id' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.groupId' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.format' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].id' in [main] with type [Double]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.name' in [main] with type [String]
20:26:57.007 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].default' in [main] with type [Boolean]
20:26:57.008 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].groupId' in [main] with type [String]
20:26:57.008 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.build' in [main] with type [String]
20:26:57.008 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].versionRange' in [main] with type [String]
20:26:57.008 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].name' in [main] with type [String]
20:26:57.008 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].id' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].href' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.url' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].rel' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].id' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].id' in [main] with type [String]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].default' in [main] with type [Boolean]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].default' in [main] with type [Boolean]
20:26:57.009 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].bom' in [main] with type [String]
20:26:57.010 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].default' in [main] with type [Boolean]
20:26:57.010 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].version' in [main] with type [String]
20:26:57.011 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].name' in [main] with type [String]
20:26:57.011 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].description' in [main] with type [String]
20:26:57.011 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.name' in [main] with type [String]
20:26:57.011 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].id' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].groupId' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].href' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.repositories' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].scope' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].repositories' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].groupId' in [main] with type [String]
20:26:57.012 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].name' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].rel' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].id' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].name' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].version' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.build' in [main] with type [String]
20:26:57.013 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.url' in [main] with type [String]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].id' in [main] with type [String]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].description' in [main] with type [String]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].id' in [main] with type [String]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].name' in [main] with type [String]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].default' in [main] with type [Boolean]
20:26:57.014 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].rel' in [main] with type [String]
20:26:57.015 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].name' in [main] with type [String]
20:26:57.015 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].versionRange' in [main] with type [String]
20:26:57.135 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.135 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.135 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.137 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.137 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.137 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.139 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.139 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.139 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.140 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-custom-env.yml]
20:26:57.141 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {initializr={env={artifactRepository=https://repo.spring.io/lib-release, google-analytics-tracking-code=UA-1234567-89, forceSsl=false, fallbackApplicationName=FooBarApplication, invalidApplicationNames=[InvalidApplication], kotlin={version=1.0.0-beta-2423}}}}
20:26:57.141 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-custom-env.yml]
20:26:57.141 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.142 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.google-analytics-tracking-code' in [main] with type [String]
20:26:57.142 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.forceSsl' in [main] with type [Boolean]
20:26:57.142 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.invalidApplicationNames[0]' in [main] with type [String]
20:26:57.142 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.kotlin.version' in [main] with type [String]
20:26:57.142 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.fallbackApplicationName' in [main] with type [String]
20:26:57.143 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.artifactRepository' in [main] with type [String]
20:26:57.149 [main] INFO io.spring.initializr.metadata.InitializrMetadataBuilder$ResourceInitializrMetadataCustomizer - Loading initializr metadata from class path resource [metadata/config/test-min.json]
20:26:57.423 [main] INFO io.spring.initializr.metadata.InitializrMetadataBuilder$ResourceInitializrMetadataCustomizer - Loading initializr metadata from class path resource [metadata/config/test-bom.json]
20:26:57.441 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-default.yml]
20:26:57.451 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {info={spring-boot={version=1.1.4.RELEASE}}, initializr={env={boms={my-api-bom={groupId=org.acme, artifactId=my-api-bom, additionalBoms=[my-api-dependencies-bom], mappings=[{versionRange=[1.0.0.RELEASE,1.1.6.RELEASE), version=1.0.0.RELEASE, repositories=my-api-repo-1}, {versionRange=1.2.1.RELEASE, version=2.0.0.RELEASE, repositories=my-api-repo-2}]}, my-api-dependencies-bom={groupId=org.acme, artifactId=my-api-dependencies-bom, version=1.0.0.RELEASE, repositories=my-api-repo-3}}, repositories={my-api-repo-1={name=repo1, url=http://example.com/repo1}, my-api-repo-2={name=repo2, url=http://example.com/repo2}, my-api-repo-3={name=repo3, url=http://example.com/repo3}}}, dependencies=[{name=Core, content=[{name=Web, id=web, description=Web dependency description, facets=[web], links=[{rel=guide, href=https://example.com/guide, description=Building a RESTful Web Service}, {rel=reference, href=https://example.com/doc}]}, {name=Security, id=security}, {name=Data JPA, id=data-jpa, aliases=[jpa]}]}, {name=Other, content=[{name=Foo, groupId=org.acme, artifactId=foo, version=1.3.5, weight=42, keywords=[thefoo, dafoo], links=[{rel=guide, href=https://example.com/guide1}, {rel=reference, href=https://example.com/{bootVersion}/doc}, {rel=guide, href=https://example.com/guide2, description=Some guide for foo}]}, {name=Bar, id=org.acme:bar, version=2.1.0}, {name=Biz, groupId=org.acme, artifactId=biz, scope=runtime, version=1.3.5, versionRange=1.2.0.BUILD-SNAPSHOT}, {name=Bur, id=org.acme:bur, version=2.1.0, scope=test, versionRange=[1.1.4.RELEASE,1.2.0.BUILD-SNAPSHOT)}, {name=My API, id=my-api, groupId=org.acme, artifactId=my-api, scope=provided, bom=my-api-bom}]}], types=[{name=Maven POM, id=maven-build, sts-id=pom.xml, tags={build=maven, format=build}, default=false, action=/pom.xml}, {name=Maven Project, id=maven-project, sts-id=starter.zip, tags={build=maven, format=project}, default=true, action=/starter.zip}, {name=Gradle Config, id=gradle-build, sts-id=build.gradle, tags={build=gradle, format=build}, default=false, action=/build.gradle}, {name=Gradle Project, id=gradle-project, sts-id=gradle.zip, tags={build=gradle, format=project}, default=false, action=/starter.zip}], packagings=[{name=Jar, id=jar, default=true}, {name=War, id=war, default=false}], javaVersions=[{id=1.6, default=false}, {id=1.7, default=false}, {id=1.8, default=true}], languages=[{name=Groovy, id=groovy, default=false}, {name=Java, id=java, default=true}, {name=Kotlin, id=kotlin, default=false}], bootVersions=[{name=Latest SNAPSHOT, id=1.2.0.BUILD-SNAPSHOT, default=false}, {name=1.1.4, id=1.1.4.RELEASE, default=true}, {name=1.0.2, id=1.0.2.RELEASE, default=false}]}}
20:26:57.451 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-default.yml]
20:26:57.452 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.452 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].action' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.name' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].sts-id' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].action' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.artifactId' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].name' in [main] with type [String]
20:26:57.453 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].sts-id' in [main] with type [String]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].name' in [main] with type [String]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].id' in [main] with type [String]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].default' in [main] with type [Boolean]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].version' in [main] with type [String]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].weight' in [main] with type [Integer]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].name' in [main] with type [String]
20:26:57.454 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.format' in [main] with type [String]
20:26:57.455 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].artifactId' in [main] with type [String]
20:26:57.455 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].default' in [main] with type [Boolean]
20:26:57.455 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].id' in [main] with type [String]
20:26:57.455 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].id' in [main] with type [String]
20:26:57.455 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].rel' in [main] with type [String]
20:26:57.456 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].href' in [main] with type [String]
20:26:57.456 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].id' in [main] with type [String]
20:26:57.456 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].name' in [main] with type [String]
20:26:57.456 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].name' in [main] with type [String]
20:26:57.456 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].default' in [main] with type [Boolean]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].id' in [main] with type [String]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.artifactId' in [main] with type [String]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].versionRange' in [main] with type [String]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].name' in [main] with type [String]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].name' in [main] with type [String]
20:26:57.460 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.version' in [main] with type [String]
20:26:57.461 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[1]' in [main] with type [String]
20:26:57.461 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].default' in [main] with type [Boolean]
20:26:57.461 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].href' in [main] with type [String]
20:26:57.461 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].default' in [main] with type [Boolean]
20:26:57.461 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].default' in [main] with type [Boolean]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.format' in [main] with type [String]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].version' in [main] with type [String]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].name' in [main] with type [String]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].artifactId' in [main] with type [String]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].id' in [main] with type [String]
20:26:57.462 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.build' in [main] with type [String]
20:26:57.463 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].id' in [main] with type [Double]
20:26:57.463 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].default' in [main] with type [Boolean]
20:26:57.464 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].scope' in [main] with type [String]
20:26:57.464 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].default' in [main] with type [Boolean]
20:26:57.464 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].name' in [main] with type [String]
20:26:57.464 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].id' in [main] with type [String]
20:26:57.465 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].repositories' in [main] with type [String]
20:26:57.465 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].version' in [main] with type [String]
20:26:57.465 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[0]' in [main] with type [String]
20:26:57.465 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].description' in [main] with type [String]
20:26:57.465 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].name' in [main] with type [String]
20:26:57.466 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].name' in [main] with type [String]
20:26:57.466 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].scope' in [main] with type [String]
20:26:57.466 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].name' in [main] with type [String]
20:26:57.466 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].versionRange' in [main] with type [String]
20:26:57.467 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].href' in [main] with type [String]
20:26:57.467 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.additionalBoms[0]' in [main] with type [String]
20:26:57.467 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.format' in [main] with type [String]
20:26:57.467 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].sts-id' in [main] with type [String]
20:26:57.467 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].artifactId' in [main] with type [String]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].action' in [main] with type [String]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].id' in [main] with type [Double]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.build' in [main] with type [String]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.groupId' in [main] with type [String]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].sts-id' in [main] with type [String]
20:26:57.468 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.url' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].name' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].version' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].id' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].id' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].id' in [main] with type [String]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].default' in [main] with type [Boolean]
20:26:57.469 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].name' in [main] with type [String]
20:26:57.470 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].name' in [main] with type [String]
20:26:57.470 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].rel' in [main] with type [String]
20:26:57.470 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].default' in [main] with type [Boolean]
20:26:57.470 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].aliases[0]' in [main] with type [String]
20:26:57.470 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].action' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].facets[0]' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].name' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].id' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.groupId' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.format' in [main] with type [String]
20:26:57.471 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].id' in [main] with type [Double]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.name' in [main] with type [String]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].default' in [main] with type [Boolean]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].groupId' in [main] with type [String]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.build' in [main] with type [String]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].versionRange' in [main] with type [String]
20:26:57.472 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].name' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].id' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].href' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.url' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].rel' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].id' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].id' in [main] with type [String]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].default' in [main] with type [Boolean]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].default' in [main] with type [Boolean]
20:26:57.473 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].bom' in [main] with type [String]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].default' in [main] with type [Boolean]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].version' in [main] with type [String]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].name' in [main] with type [String]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].description' in [main] with type [String]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.name' in [main] with type [String]
20:26:57.474 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].id' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].groupId' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].href' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.repositories' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].scope' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].repositories' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].groupId' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].name' in [main] with type [String]
20:26:57.475 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].rel' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].id' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].name' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].version' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.build' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.url' in [main] with type [String]
20:26:57.476 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].id' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].description' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].id' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].name' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].default' in [main] with type [Boolean]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].rel' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].name' in [main] with type [String]
20:26:57.477 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].versionRange' in [main] with type [String]
20:26:57.512 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.512 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.512 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.513 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.513 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.513 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.514 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.514 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.514 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.515 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-custom-env.yml]
20:26:57.516 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {initializr={env={artifactRepository=https://repo.spring.io/lib-release, google-analytics-tracking-code=UA-1234567-89, forceSsl=false, fallbackApplicationName=FooBarApplication, invalidApplicationNames=[InvalidApplication], kotlin={version=1.0.0-beta-2423}}}}
20:26:57.516 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-custom-env.yml]
20:26:57.516 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.516 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.google-analytics-tracking-code' in [main] with type [String]
20:26:57.517 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.forceSsl' in [main] with type [Boolean]
20:26:57.517 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.invalidApplicationNames[0]' in [main] with type [String]
20:26:57.517 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.kotlin.version' in [main] with type [String]
20:26:57.517 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.fallbackApplicationName' in [main] with type [String]
20:26:57.517 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.artifactRepository' in [main] with type [String]
20:26:57.521 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-default.yml]
20:26:57.530 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {info={spring-boot={version=1.1.4.RELEASE}}, initializr={env={boms={my-api-bom={groupId=org.acme, artifactId=my-api-bom, additionalBoms=[my-api-dependencies-bom], mappings=[{versionRange=[1.0.0.RELEASE,1.1.6.RELEASE), version=1.0.0.RELEASE, repositories=my-api-repo-1}, {versionRange=1.2.1.RELEASE, version=2.0.0.RELEASE, repositories=my-api-repo-2}]}, my-api-dependencies-bom={groupId=org.acme, artifactId=my-api-dependencies-bom, version=1.0.0.RELEASE, repositories=my-api-repo-3}}, repositories={my-api-repo-1={name=repo1, url=http://example.com/repo1}, my-api-repo-2={name=repo2, url=http://example.com/repo2}, my-api-repo-3={name=repo3, url=http://example.com/repo3}}}, dependencies=[{name=Core, content=[{name=Web, id=web, description=Web dependency description, facets=[web], links=[{rel=guide, href=https://example.com/guide, description=Building a RESTful Web Service}, {rel=reference, href=https://example.com/doc}]}, {name=Security, id=security}, {name=Data JPA, id=data-jpa, aliases=[jpa]}]}, {name=Other, content=[{name=Foo, groupId=org.acme, artifactId=foo, version=1.3.5, weight=42, keywords=[thefoo, dafoo], links=[{rel=guide, href=https://example.com/guide1}, {rel=reference, href=https://example.com/{bootVersion}/doc}, {rel=guide, href=https://example.com/guide2, description=Some guide for foo}]}, {name=Bar, id=org.acme:bar, version=2.1.0}, {name=Biz, groupId=org.acme, artifactId=biz, scope=runtime, version=1.3.5, versionRange=1.2.0.BUILD-SNAPSHOT}, {name=Bur, id=org.acme:bur, version=2.1.0, scope=test, versionRange=[1.1.4.RELEASE,1.2.0.BUILD-SNAPSHOT)}, {name=My API, id=my-api, groupId=org.acme, artifactId=my-api, scope=provided, bom=my-api-bom}]}], types=[{name=Maven POM, id=maven-build, sts-id=pom.xml, tags={build=maven, format=build}, default=false, action=/pom.xml}, {name=Maven Project, id=maven-project, sts-id=starter.zip, tags={build=maven, format=project}, default=true, action=/starter.zip}, {name=Gradle Config, id=gradle-build, sts-id=build.gradle, tags={build=gradle, format=build}, default=false, action=/build.gradle}, {name=Gradle Project, id=gradle-project, sts-id=gradle.zip, tags={build=gradle, format=project}, default=false, action=/starter.zip}], packagings=[{name=Jar, id=jar, default=true}, {name=War, id=war, default=false}], javaVersions=[{id=1.6, default=false}, {id=1.7, default=false}, {id=1.8, default=true}], languages=[{name=Groovy, id=groovy, default=false}, {name=Java, id=java, default=true}, {name=Kotlin, id=kotlin, default=false}], bootVersions=[{name=Latest SNAPSHOT, id=1.2.0.BUILD-SNAPSHOT, default=false}, {name=1.1.4, id=1.1.4.RELEASE, default=true}, {name=1.0.2, id=1.0.2.RELEASE, default=false}]}}
20:26:57.530 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-default.yml]
20:26:57.530 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.531 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].action' in [main] with type [String]
20:26:57.531 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.name' in [main] with type [String]
20:26:57.531 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].sts-id' in [main] with type [String]
20:26:57.531 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].action' in [main] with type [String]
20:26:57.531 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.artifactId' in [main] with type [String]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].name' in [main] with type [String]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].sts-id' in [main] with type [String]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].name' in [main] with type [String]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].id' in [main] with type [String]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].default' in [main] with type [Boolean]
20:26:57.532 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].version' in [main] with type [String]
20:26:57.533 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].weight' in [main] with type [Integer]
20:26:57.533 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].name' in [main] with type [String]
20:26:57.535 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.format' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].artifactId' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].default' in [main] with type [Boolean]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].id' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].id' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].rel' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].href' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].id' in [main] with type [String]
20:26:57.536 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].name' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].name' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].default' in [main] with type [Boolean]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].id' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.artifactId' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].versionRange' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].name' in [main] with type [String]
20:26:57.537 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].name' in [main] with type [String]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.version' in [main] with type [String]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[1]' in [main] with type [String]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].default' in [main] with type [Boolean]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].href' in [main] with type [String]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].default' in [main] with type [Boolean]
20:26:57.538 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].default' in [main] with type [Boolean]
20:26:57.539 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.format' in [main] with type [String]
20:26:57.539 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].version' in [main] with type [String]
20:26:57.539 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].name' in [main] with type [String]
20:26:57.540 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].artifactId' in [main] with type [String]
20:26:57.540 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].id' in [main] with type [String]
20:26:57.540 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.build' in [main] with type [String]
20:26:57.540 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].id' in [main] with type [Double]
20:26:57.540 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].default' in [main] with type [Boolean]
20:26:57.541 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].scope' in [main] with type [String]
20:26:57.541 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].default' in [main] with type [Boolean]
20:26:57.541 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].name' in [main] with type [String]
20:26:57.541 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].id' in [main] with type [String]
20:26:57.542 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].repositories' in [main] with type [String]
20:26:57.542 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].version' in [main] with type [String]
20:26:57.542 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[0]' in [main] with type [String]
20:26:57.542 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].description' in [main] with type [String]
20:26:57.543 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].name' in [main] with type [String]
20:26:57.543 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].name' in [main] with type [String]
20:26:57.543 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].scope' in [main] with type [String]
20:26:57.543 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].name' in [main] with type [String]
20:26:57.543 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].versionRange' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].href' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.additionalBoms[0]' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.format' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].sts-id' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].artifactId' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].action' in [main] with type [String]
20:26:57.544 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].id' in [main] with type [Double]
20:26:57.545 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.build' in [main] with type [String]
20:26:57.545 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.groupId' in [main] with type [String]
20:26:57.545 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].sts-id' in [main] with type [String]
20:26:57.545 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.url' in [main] with type [String]
20:26:57.545 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].name' in [main] with type [String]
20:26:57.546 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].version' in [main] with type [String]
20:26:57.546 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].id' in [main] with type [String]
20:26:57.546 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].id' in [main] with type [String]
20:26:57.546 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].id' in [main] with type [String]
20:26:57.547 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].default' in [main] with type [Boolean]
20:26:57.547 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].name' in [main] with type [String]
20:26:57.547 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].name' in [main] with type [String]
20:26:57.547 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].rel' in [main] with type [String]
20:26:57.547 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].default' in [main] with type [Boolean]
20:26:57.548 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].aliases[0]' in [main] with type [String]
20:26:57.548 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].action' in [main] with type [String]
20:26:57.548 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].facets[0]' in [main] with type [String]
20:26:57.548 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].name' in [main] with type [String]
20:26:57.548 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].id' in [main] with type [String]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.groupId' in [main] with type [String]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.format' in [main] with type [String]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].id' in [main] with type [Double]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.name' in [main] with type [String]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].default' in [main] with type [Boolean]
20:26:57.549 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].groupId' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.build' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].versionRange' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].name' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].id' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].href' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.url' in [main] with type [String]
20:26:57.550 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].rel' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].id' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].id' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].default' in [main] with type [Boolean]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].default' in [main] with type [Boolean]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].bom' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].default' in [main] with type [Boolean]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].version' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].name' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].description' in [main] with type [String]
20:26:57.551 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.name' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].id' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].groupId' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].href' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.repositories' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].scope' in [main] with type [String]
20:26:57.552 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].repositories' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].groupId' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].name' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].rel' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].id' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].name' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].version' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.build' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.url' in [main] with type [String]
20:26:57.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].id' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].description' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].id' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].name' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].default' in [main] with type [Boolean]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].rel' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].name' in [main] with type [String]
20:26:57.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].versionRange' in [main] with type [String]
20:26:57.586 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.587 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.587 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.588 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.588 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.588 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.590 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.590 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.590 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.591 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-custom-defaults.yml]
20:26:57.592 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {initializr={groupId={value=org.foo}, artifactId={value=foo-bar}, version={value=1.2.4-SNAPSHOT}, name={value=FooBar}, description={value=FooBar Project}, packageName={value=org.foo.demo}}}
20:26:57.592 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-custom-defaults.yml]
20:26:57.592 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packageName.value' in [main] with type [String]
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.version.value' in [main] with type [String]
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.groupId.value' in [main] with type [String]
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.description.value' in [main] with type [String]
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.artifactId.value' in [main] with type [String]
20:26:57.594 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.name.value' in [main] with type [String]
20:26:57.598 [main] INFO io.spring.initializr.metadata.InitializrMetadataBuilder$ResourceInitializrMetadataCustomizer - Loading initializr metadata from class path resource [metadata/config/test-repository.json]
20:26:57.615 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-default.yml]
20:26:57.623 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {info={spring-boot={version=1.1.4.RELEASE}}, initializr={env={boms={my-api-bom={groupId=org.acme, artifactId=my-api-bom, additionalBoms=[my-api-dependencies-bom], mappings=[{versionRange=[1.0.0.RELEASE,1.1.6.RELEASE), version=1.0.0.RELEASE, repositories=my-api-repo-1}, {versionRange=1.2.1.RELEASE, version=2.0.0.RELEASE, repositories=my-api-repo-2}]}, my-api-dependencies-bom={groupId=org.acme, artifactId=my-api-dependencies-bom, version=1.0.0.RELEASE, repositories=my-api-repo-3}}, repositories={my-api-repo-1={name=repo1, url=http://example.com/repo1}, my-api-repo-2={name=repo2, url=http://example.com/repo2}, my-api-repo-3={name=repo3, url=http://example.com/repo3}}}, dependencies=[{name=Core, content=[{name=Web, id=web, description=Web dependency description, facets=[web], links=[{rel=guide, href=https://example.com/guide, description=Building a RESTful Web Service}, {rel=reference, href=https://example.com/doc}]}, {name=Security, id=security}, {name=Data JPA, id=data-jpa, aliases=[jpa]}]}, {name=Other, content=[{name=Foo, groupId=org.acme, artifactId=foo, version=1.3.5, weight=42, keywords=[thefoo, dafoo], links=[{rel=guide, href=https://example.com/guide1}, {rel=reference, href=https://example.com/{bootVersion}/doc}, {rel=guide, href=https://example.com/guide2, description=Some guide for foo}]}, {name=Bar, id=org.acme:bar, version=2.1.0}, {name=Biz, groupId=org.acme, artifactId=biz, scope=runtime, version=1.3.5, versionRange=1.2.0.BUILD-SNAPSHOT}, {name=Bur, id=org.acme:bur, version=2.1.0, scope=test, versionRange=[1.1.4.RELEASE,1.2.0.BUILD-SNAPSHOT)}, {name=My API, id=my-api, groupId=org.acme, artifactId=my-api, scope=provided, bom=my-api-bom}]}], types=[{name=Maven POM, id=maven-build, sts-id=pom.xml, tags={build=maven, format=build}, default=false, action=/pom.xml}, {name=Maven Project, id=maven-project, sts-id=starter.zip, tags={build=maven, format=project}, default=true, action=/starter.zip}, {name=Gradle Config, id=gradle-build, sts-id=build.gradle, tags={build=gradle, format=build}, default=false, action=/build.gradle}, {name=Gradle Project, id=gradle-project, sts-id=gradle.zip, tags={build=gradle, format=project}, default=false, action=/starter.zip}], packagings=[{name=Jar, id=jar, default=true}, {name=War, id=war, default=false}], javaVersions=[{id=1.6, default=false}, {id=1.7, default=false}, {id=1.8, default=true}], languages=[{name=Groovy, id=groovy, default=false}, {name=Java, id=java, default=true}, {name=Kotlin, id=kotlin, default=false}], bootVersions=[{name=Latest SNAPSHOT, id=1.2.0.BUILD-SNAPSHOT, default=false}, {name=1.1.4, id=1.1.4.RELEASE, default=true}, {name=1.0.2, id=1.0.2.RELEASE, default=false}]}}
20:26:57.623 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-default.yml]
20:26:57.623 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.625 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].action' in [main] with type [String]
20:26:57.625 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.name' in [main] with type [String]
20:26:57.625 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].sts-id' in [main] with type [String]
20:26:57.625 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].action' in [main] with type [String]
20:26:57.625 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.artifactId' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].name' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].sts-id' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].name' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].id' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].default' in [main] with type [Boolean]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].version' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].weight' in [main] with type [Integer]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].name' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.format' in [main] with type [String]
20:26:57.626 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].artifactId' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].default' in [main] with type [Boolean]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].id' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].id' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].rel' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].href' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].id' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].name' in [main] with type [String]
20:26:57.627 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].name' in [main] with type [String]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].default' in [main] with type [Boolean]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].id' in [main] with type [String]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.artifactId' in [main] with type [String]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].versionRange' in [main] with type [String]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].name' in [main] with type [String]
20:26:57.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].name' in [main] with type [String]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.version' in [main] with type [String]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[1]' in [main] with type [String]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].default' in [main] with type [Boolean]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].href' in [main] with type [String]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].default' in [main] with type [Boolean]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].default' in [main] with type [Boolean]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.format' in [main] with type [String]
20:26:57.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].version' in [main] with type [String]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].name' in [main] with type [String]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].artifactId' in [main] with type [String]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].id' in [main] with type [String]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.build' in [main] with type [String]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].id' in [main] with type [Double]
20:26:57.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].default' in [main] with type [Boolean]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].scope' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].default' in [main] with type [Boolean]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].name' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].id' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].repositories' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].version' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[0]' in [main] with type [String]
20:26:57.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].description' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].name' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].name' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].scope' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].name' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].versionRange' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].href' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.additionalBoms[0]' in [main] with type [String]
20:26:57.632 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.format' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].sts-id' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].artifactId' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].action' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].id' in [main] with type [Double]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.build' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.groupId' in [main] with type [String]
20:26:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].sts-id' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.url' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].name' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].version' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].id' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].id' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].id' in [main] with type [String]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].default' in [main] with type [Boolean]
20:26:57.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].name' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].name' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].rel' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].default' in [main] with type [Boolean]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].aliases[0]' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].action' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].facets[0]' in [main] with type [String]
20:26:57.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].name' in [main] with type [String]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].id' in [main] with type [String]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.groupId' in [main] with type [String]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.format' in [main] with type [String]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].id' in [main] with type [Double]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.name' in [main] with type [String]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].default' in [main] with type [Boolean]
20:26:57.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].groupId' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.build' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].versionRange' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].name' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].id' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].href' in [main] with type [String]
20:26:57.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.url' in [main] with type [String]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].rel' in [main] with type [String]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].id' in [main] with type [String]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].id' in [main] with type [String]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].default' in [main] with type [Boolean]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].default' in [main] with type [Boolean]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].bom' in [main] with type [String]
20:26:57.638 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].default' in [main] with type [Boolean]
20:26:57.639 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].version' in [main] with type [String]
20:26:57.639 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].name' in [main] with type [String]
20:26:57.639 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].description' in [main] with type [String]
20:26:57.639 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.name' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].id' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].groupId' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].href' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.repositories' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].scope' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].repositories' in [main] with type [String]
20:26:57.640 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].groupId' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].name' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].rel' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].id' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].name' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].version' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.build' in [main] with type [String]
20:26:57.641 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.url' in [main] with type [String]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].id' in [main] with type [String]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].description' in [main] with type [String]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].id' in [main] with type [String]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].name' in [main] with type [String]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].default' in [main] with type [Boolean]
20:26:57.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].rel' in [main] with type [String]
20:26:57.643 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].name' in [main] with type [String]
20:26:57.643 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].versionRange' in [main] with type [String]
20:26:57.672 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.672 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.672 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.674 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.674 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.674 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.675 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.675 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.675 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.676 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loading from YAML: class path resource [application-test-default.yml]
20:26:57.681 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Merging document (no matchers set): {info={spring-boot={version=1.1.4.RELEASE}}, initializr={env={boms={my-api-bom={groupId=org.acme, artifactId=my-api-bom, additionalBoms=[my-api-dependencies-bom], mappings=[{versionRange=[1.0.0.RELEASE,1.1.6.RELEASE), version=1.0.0.RELEASE, repositories=my-api-repo-1}, {versionRange=1.2.1.RELEASE, version=2.0.0.RELEASE, repositories=my-api-repo-2}]}, my-api-dependencies-bom={groupId=org.acme, artifactId=my-api-dependencies-bom, version=1.0.0.RELEASE, repositories=my-api-repo-3}}, repositories={my-api-repo-1={name=repo1, url=http://example.com/repo1}, my-api-repo-2={name=repo2, url=http://example.com/repo2}, my-api-repo-3={name=repo3, url=http://example.com/repo3}}}, dependencies=[{name=Core, content=[{name=Web, id=web, description=Web dependency description, facets=[web], links=[{rel=guide, href=https://example.com/guide, description=Building a RESTful Web Service}, {rel=reference, href=https://example.com/doc}]}, {name=Security, id=security}, {name=Data JPA, id=data-jpa, aliases=[jpa]}]}, {name=Other, content=[{name=Foo, groupId=org.acme, artifactId=foo, version=1.3.5, weight=42, keywords=[thefoo, dafoo], links=[{rel=guide, href=https://example.com/guide1}, {rel=reference, href=https://example.com/{bootVersion}/doc}, {rel=guide, href=https://example.com/guide2, description=Some guide for foo}]}, {name=Bar, id=org.acme:bar, version=2.1.0}, {name=Biz, groupId=org.acme, artifactId=biz, scope=runtime, version=1.3.5, versionRange=1.2.0.BUILD-SNAPSHOT}, {name=Bur, id=org.acme:bur, version=2.1.0, scope=test, versionRange=[1.1.4.RELEASE,1.2.0.BUILD-SNAPSHOT)}, {name=My API, id=my-api, groupId=org.acme, artifactId=my-api, scope=provided, bom=my-api-bom}]}], types=[{name=Maven POM, id=maven-build, sts-id=pom.xml, tags={build=maven, format=build}, default=false, action=/pom.xml}, {name=Maven Project, id=maven-project, sts-id=starter.zip, tags={build=maven, format=project}, default=true, action=/starter.zip}, {name=Gradle Config, id=gradle-build, sts-id=build.gradle, tags={build=gradle, format=build}, default=false, action=/build.gradle}, {name=Gradle Project, id=gradle-project, sts-id=gradle.zip, tags={build=gradle, format=project}, default=false, action=/starter.zip}], packagings=[{name=Jar, id=jar, default=true}, {name=War, id=war, default=false}], javaVersions=[{id=1.6, default=false}, {id=1.7, default=false}, {id=1.8, default=true}], languages=[{name=Groovy, id=groovy, default=false}, {name=Java, id=java, default=true}, {name=Kotlin, id=kotlin, default=false}], bootVersions=[{name=Latest SNAPSHOT, id=1.2.0.BUILD-SNAPSHOT, default=false}, {name=1.1.4, id=1.1.4.RELEASE, default=true}, {name=1.0.2, id=1.0.2.RELEASE, default=false}]}}
20:26:57.681 [main] DEBUG org.springframework.beans.factory.config.YamlPropertiesFactoryBean - Loaded 1 document from YAML resource: class path resource [application-test-default.yml]
20:26:57.682 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [main] PropertySource with highest search precedence
20:26:57.683 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].action' in [main] with type [String]
20:26:57.683 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.name' in [main] with type [String]
20:26:57.683 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].sts-id' in [main] with type [String]
20:26:57.683 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].action' in [main] with type [String]
20:26:57.684 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.artifactId' in [main] with type [String]
20:26:57.684 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].name' in [main] with type [String]
20:26:57.685 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].sts-id' in [main] with type [String]
20:26:57.685 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].name' in [main] with type [String]
20:26:57.685 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].id' in [main] with type [String]
20:26:57.685 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].default' in [main] with type [Boolean]
20:26:57.685 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].version' in [main] with type [String]
20:26:57.686 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].weight' in [main] with type [Integer]
20:26:57.686 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].name' in [main] with type [String]
20:26:57.686 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.format' in [main] with type [String]
20:26:57.686 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].artifactId' in [main] with type [String]
20:26:57.687 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].default' in [main] with type [Boolean]
20:26:57.687 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].id' in [main] with type [String]
20:26:57.687 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].id' in [main] with type [String]
20:26:57.687 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].rel' in [main] with type [String]
20:26:57.687 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].href' in [main] with type [String]
20:26:57.688 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].id' in [main] with type [String]
20:26:57.688 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].name' in [main] with type [String]
20:26:57.688 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].name' in [main] with type [String]
20:26:57.688 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].default' in [main] with type [Boolean]
20:26:57.688 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].id' in [main] with type [String]
20:26:57.689 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.artifactId' in [main] with type [String]
20:26:57.689 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].versionRange' in [main] with type [String]
20:26:57.689 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].name' in [main] with type [String]
20:26:57.689 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].name' in [main] with type [String]
20:26:57.689 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.version' in [main] with type [String]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[1]' in [main] with type [String]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].default' in [main] with type [Boolean]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].href' in [main] with type [String]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].default' in [main] with type [Boolean]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].default' in [main] with type [Boolean]
20:26:57.690 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.format' in [main] with type [String]
20:26:57.691 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].version' in [main] with type [String]
20:26:57.691 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].name' in [main] with type [String]
20:26:57.691 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].artifactId' in [main] with type [String]
20:26:57.691 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].id' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].tags.build' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].id' in [main] with type [Double]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].default' in [main] with type [Boolean]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].scope' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[2].default' in [main] with type [Boolean]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].name' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[1].id' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].repositories' in [main] with type [String]
20:26:57.692 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].version' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].keywords[0]' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].description' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].name' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].name' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].scope' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].name' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].versionRange' in [main] with type [String]
20:26:57.693 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[1].href' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.additionalBoms[0]' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.format' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].sts-id' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].artifactId' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].action' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].id' in [main] with type [Double]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.build' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.groupId' in [main] with type [String]
20:26:57.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].sts-id' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-3.url' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[0].name' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].version' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].id' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].id' in [main] with type [String]
20:26:57.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].id' in [main] with type [String]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].default' in [main] with type [Boolean]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].name' in [main] with type [String]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].name' in [main] with type [String]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[0].rel' in [main] with type [String]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].default' in [main] with type [Boolean]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].aliases[0]' in [main] with type [String]
20:26:57.696 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].action' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].facets[0]' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].name' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].id' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.groupId' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].tags.format' in [main] with type [String]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[0].id' in [main] with type [Double]
20:26:57.697 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.name' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.javaVersions[1].default' in [main] with type [Boolean]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].groupId' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[3].tags.build' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].versionRange' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].name' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[2].id' in [main] with type [String]
20:26:57.698 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].href' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.url' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[1].rel' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[1].id' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[2].id' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[0].default' in [main] with type [Boolean]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].default' in [main] with type [Boolean]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].bom' in [main] with type [String]
20:26:57.699 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[0].default' in [main] with type [Boolean]
20:26:57.700 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[1].version' in [main] with type [String]
20:26:57.700 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].name' in [main] with type [String]
20:26:57.700 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].description' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-2.name' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.packagings[1].id' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].groupId' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].href' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-dependencies-bom.repositories' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].scope' in [main] with type [String]
20:26:57.701 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.boms.my-api-bom.mappings[0].repositories' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[4].groupId' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].name' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].rel' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.bootVersions[1].id' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[3].name' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[1].version' in [main] with type [String]
20:26:57.702 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].tags.build' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.env.repositories.my-api-repo-1.url' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].id' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[0].links[2].description' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[1].id' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[2].name' in [main] with type [String]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.languages[2].default' in [main] with type [Boolean]
20:26:57.703 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[0].content[0].links[0].rel' in [main] with type [String]
20:26:57.704 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.types[0].name' in [main] with type [String]
20:26:57.704 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.dependencies[1].content[2].versionRange' in [main] with type [String]
20:26:57.735 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.735 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.735 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.736 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.736 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.736 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:26:57.737 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:26:57.737 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:26:57.737 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 sec - in io.spring.initializr.metadata.InitializrMetadataBuilderTests
Running io.spring.initializr.metadata.InitializrMetadataTests
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in io.spring.initializr.metadata.InitializrMetadataTests
Running io.spring.initializr.metadata.LinkTests
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.LinkTests
Running io.spring.initializr.metadata.SingleSelectCapabilityTests
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.SingleSelectCapabilityTests
Running io.spring.initializr.metadata.TextCapabilityTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.TextCapabilityTests
Running io.spring.initializr.metadata.TypeCapabilityTests
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.TypeCapabilityTests
Running io.spring.initializr.metadata.TypeTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.metadata.TypeTests
Running io.spring.initializr.util.AgentTests
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in io.spring.initializr.util.AgentTests
Running io.spring.initializr.util.VersionParserTests
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.util.VersionParserTests
Running io.spring.initializr.util.VersionPropertyTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.spring.initializr.util.VersionPropertyTests
Running io.spring.initializr.util.VersionRangeTests
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.util.VersionRangeTests
Running io.spring.initializr.util.VersionTests
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.util.VersionTests

Results :

Tests run: 313, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ initializr-generator ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ initializr-generator ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ initializr-generator ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ initializr-generator ---
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-generator\0.4.0.BUILD-SNAPSHOT\initializr-generator-0.4.0.BUILD-SNAPSHOT.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-generator\pom.xml to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-generator\0.4.0.BUILD-SNAPSHOT\initializr-generator-0.4.0.BUILD-SNAPSHOT.pom
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT-sources.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-generator\0.4.0.BUILD-SNAPSHOT\initializr-generator-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-generator\target\initializr-generator-0.4.0.BUILD-SNAPSHOT-tests.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-generator\0.4.0.BUILD-SNAPSHOT\initializr-generator-0.4.0.BUILD-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr :: Web 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ initializr-web ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ initializr-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ initializr-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to C:\Users\sds\Desktop\initializr\initializr-web\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ initializr-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ initializr-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to C:\Users\sds\Desktop\initializr\initializr-web\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ initializr-web ---
[INFO] Surefire report directory: C:\Users\sds\Desktop\initializr\initializr-web\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.spring.initializr.web.autoconfigure.CloudfoundryEnvironmentPostProcessorTests
20:27:01.504 [main] DEBUG org.springframework.mock.env.MockEnvironment - Initialized MockEnvironment with PropertySources []
20:27:01.509 [main] DEBUG org.springframework.mock.env.MockEnvironment - Adding [mockProperties] PropertySource with lowest search precedence
20:27:01.621 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'vcap.services.stats-index.credentials.uri' in any property source
20:27:01.621 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'initializr.stats.elastic.uri' in any property source
20:27:01.674 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'initializr.stats.elastic.username' in any property source
20:27:01.674 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'initializr.stats.elastic.password' in any property source
20:27:01.675 [main] DEBUG org.springframework.mock.env.MockEnvironment - Initialized MockEnvironment with PropertySources []
20:27:01.675 [main] DEBUG org.springframework.mock.env.MockEnvironment - Adding [mockProperties] PropertySource with lowest search precedence
20:27:01.683 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'vcap.services.stats-index.credentials.uri' in [mockProperties] with type [String]
20:27:01.693 [main] DEBUG org.springframework.mock.env.MockEnvironment - Adding [defaultProperties] PropertySource with lowest search precedence
20:27:01.694 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.stats.elastic.uri' in [defaultProperties] with type [String]
20:27:01.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.stats.elastic.username' in [defaultProperties] with type [String]
20:27:01.695 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.stats.elastic.password' in [defaultProperties] with type [String]
20:27:01.696 [main] DEBUG org.springframework.mock.env.MockEnvironment - Initialized MockEnvironment with PropertySources []
20:27:01.696 [main] DEBUG org.springframework.mock.env.MockEnvironment - Adding [mockProperties] PropertySource with lowest search precedence
20:27:01.704 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'vcap.services.stats-index.credentials.uri' in [mockProperties] with type [String]
20:27:01.705 [main] DEBUG org.springframework.mock.env.MockEnvironment - Adding [defaultProperties] PropertySource with lowest search precedence
20:27:01.705 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'initializr.stats.elastic.uri' in [defaultProperties] with type [String]
20:27:01.705 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'initializr.stats.elastic.username' in any property source
20:27:01.705 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'initializr.stats.elastic.password' in any property source
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in io.spring.initializr.web.autoconfigure.CloudfoundryEnvironmentPostProcessorTests
Running io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests
20:27:01.763 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:01.764 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:01.764 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:01.789 [main] DEBUG org.springframework.context.annotation.ClassPathBeanDefinitionScanner - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
20:27:01.793 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [test] PropertySource with highest search precedence
20:27:01.820 [main] INFO org.springframework.context.annotation.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1a561cf: startup date [Sat Sep 02 20:27:01 CST 2017]; root of context hierarchy
20:27:01.820 [main] DEBUG org.springframework.context.annotation.AnnotationConfigApplicationContext - Bean factory for org.springframework.context.annotation.AnnotationConfigApplicationContext@1a561cf: org.springframework.beans.factory.support.DefaultListableBeanFactory@1e36e46: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,initializrAutoConfigurationTests.CustomRestTemplateConfiguration,webClientAutoConfiguration,initializrAutoConfiguration]; root of factory hierarchy
20:27:01.836 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
20:27:01.836 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
20:27:01.855 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
20:27:01.858 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
20:27:01.904 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.910 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.947 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests$CustomRestTemplateConfiguration.testRestTemplateCustomizer()
20:27:01.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.949 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
20:27:01.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.977 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' to allow for resolving potential circular references
20:27:01.977 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.982 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration.restTemplateBuilder()
20:27:01.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.986 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registered bean definition for imported class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration'
20:27:01.987 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration.initializrCacheManagerCustomizer()
20:27:01.988 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.989 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.990 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.projectGenerator()
20:27:01.993 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.993 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.994 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.templateRenderer()
20:27:01.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.996 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.996 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.projectRequestResolver()
20:27:01.997 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.projectResourceLocator()
20:27:01.998 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:01.998 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:01.999 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.initializrMetadataProvider()
20:27:02.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:02.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'autoConfigurationReport'
20:27:02.001 [main] DEBUG org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader - Registering bean definition for @Bean method io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration.dependencyMetadataProvider()
20:27:02.225 [main] DEBUG org.springframework.context.annotation.ConfigurationClassEnhancer - Successfully enhanced io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests$CustomRestTemplateConfiguration; enhanced class name is: io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests$CustomRestTemplateConfiguration$$EnhancerBySpringCGLIB$$5661921a
20:27:02.225 [main] DEBUG org.springframework.context.annotation.ConfigurationClassPostProcessor - Replacing bean definition 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration' existing class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests$CustomRestTemplateConfiguration' with enhanced class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests$CustomRestTemplateConfiguration$$EnhancerBySpringCGLIB$$5661921a'
20:27:02.227 [main] DEBUG org.springframework.context.annotation.ConfigurationClassEnhancer - Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$47a270b5
20:27:02.227 [main] DEBUG org.springframework.context.annotation.ConfigurationClassPostProcessor - Replacing bean definition 'webClientAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$47a270b5'
20:27:02.232 [main] DEBUG org.springframework.context.annotation.ConfigurationClassEnhancer - Successfully enhanced io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration; enhanced class name is: io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$$EnhancerBySpringCGLIB$$1a3199c8
20:27:02.232 [main] DEBUG org.springframework.context.annotation.ConfigurationClassPostProcessor - Replacing bean definition 'initializrAutoConfiguration' existing class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration' with enhanced class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$$EnhancerBySpringCGLIB$$1a3199c8'
20:27:02.235 [main] DEBUG org.springframework.context.annotation.ConfigurationClassEnhancer - Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$3e32c319
20:27:02.236 [main] DEBUG org.springframework.context.annotation.ConfigurationClassPostProcessor - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$3e32c319'
20:27:02.238 [main] DEBUG org.springframework.context.annotation.ConfigurationClassEnhancer - Successfully enhanced io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration; enhanced class name is: io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration$$EnhancerBySpringCGLIB$$eb41d79b
20:27:02.238 [main] DEBUG org.springframework.context.annotation.ConfigurationClassPostProcessor - Replacing bean definition 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration' existing class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration' with enhanced class 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration$$EnhancerBySpringCGLIB$$eb41d79b'
20:27:02.239 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
20:27:02.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
20:27:02.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' to allow for resolving potential circular references
20:27:02.254 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
20:27:02.256 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
20:27:02.256 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
20:27:02.257 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
20:27:02.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
20:27:02.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
20:27:02.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
20:27:02.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
20:27:02.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
20:27:02.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
20:27:02.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
20:27:02.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
20:27:02.283 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
20:27:02.283 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:02.283 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:02.284 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:02.284 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:02.284 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:02.284 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' to allow for resolving potential circular references
20:27:02.301 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
20:27:02.304 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:02.306 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:02.308 [main] DEBUG org.springframework.context.annotation.AnnotationConfigApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@115b28]
20:27:02.310 [main] DEBUG org.springframework.context.annotation.AnnotationConfigApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1214ee6]
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e36e46: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,initializrAutoConfigurationTests.CustomRestTemplateConfiguration,webClientAutoConfiguration,initializrAutoConfiguration,testRestTemplateCustomizer,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration,org.springframework.boot.autoconfigure.condition.BeanTypeRegistry,restTemplateBuilder,io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration,initializrCacheManagerCustomizer,projectGenerator,templateRenderer,projectRequestResolver,projectResourceLocator,initializrMetadataProvider,dependencyMetadataProvider,initializr-io.spring.initializr.metadata.InitializrProperties,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store]; root of factory hierarchy
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
20:27:02.312 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
20:27:02.322 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
20:27:02.324 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
20:27:02.324 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
20:27:02.325 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
20:27:02.325 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
20:27:02.328 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
20:27:02.328 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration'
20:27:02.328 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration'
20:27:02.328 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration' to allow for resolving potential circular references
20:27:02.332 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration'
20:27:02.332 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'webClientAutoConfiguration'
20:27:02.332 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'webClientAutoConfiguration'
20:27:02.332 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'webClientAutoConfiguration' to allow for resolving potential circular references
20:27:02.335 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'webClientAutoConfiguration'
20:27:02.336 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'initializrAutoConfiguration'
20:27:02.336 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'initializrAutoConfiguration'
20:27:02.337 [main] DEBUG org.springframework.core.LocalVariableTableParameterNameDiscoverer - Cannot find '.class' file for class [class io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$$EnhancerBySpringCGLIB$$1a3199c8] - unable to determine constructor/method parameter names
20:27:02.344 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'initializrAutoConfiguration' to allow for resolving potential circular references
20:27:02.347 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'initializrAutoConfiguration'
20:27:02.348 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'testRestTemplateCustomizer'
20:27:02.348 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'testRestTemplateCustomizer'
20:27:02.348 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfigurationTests.CustomRestTemplateConfiguration'
20:27:02.405 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'testRestTemplateCustomizer' to allow for resolving potential circular references
20:27:02.406 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'testRestTemplateCustomizer'
20:27:02.407 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
20:27:02.407 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
20:27:02.407 [main] DEBUG org.springframework.core.LocalVariableTableParameterNameDiscoverer - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$3e32c319] - unable to determine constructor/method parameter names
20:27:02.408 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' to allow for resolving potential circular references
20:27:02.411 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
20:27:02.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
20:27:02.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'restTemplateBuilder'
20:27:02.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'restTemplateBuilder'
20:27:02.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration'
20:27:02.418 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'testRestTemplateCustomizer'
20:27:02.429 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'restTemplateBuilder' to allow for resolving potential circular references
20:27:02.436 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'restTemplateBuilder'
20:27:02.436 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration'
20:27:02.437 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration'
20:27:02.437 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration' to allow for resolving potential circular references
20:27:02.441 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration'
20:27:02.441 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'initializrCacheManagerCustomizer'
20:27:02.441 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'initializrCacheManagerCustomizer'
20:27:02.441 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration'
20:27:02.446 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'initializrCacheManagerCustomizer' to allow for resolving potential circular references
20:27:02.448 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'initializrCacheManagerCustomizer'
20:27:02.449 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'projectGenerator'
20:27:02.449 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'projectGenerator'
20:27:02.449 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private org.springframework.context.ApplicationEventPublisher io.spring.initializr.generator.ProjectGenerator.eventPublisher
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private io.spring.initializr.metadata.InitializrMetadataProvider io.spring.initializr.generator.ProjectGenerator.metadataProvider
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private io.spring.initializr.generator.ProjectRequestResolver io.spring.initializr.generator.ProjectGenerator.requestResolver
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private io.spring.initializr.util.TemplateRenderer io.spring.initializr.generator.ProjectGenerator.templateRenderer
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private io.spring.initializr.generator.ProjectResourceLocator io.spring.initializr.generator.ProjectGenerator.projectResourceLocator
20:27:02.475 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Registered injected element on class [io.spring.initializr.generator.ProjectGenerator]: AutowiredFieldElement for private java.lang.String io.spring.initializr.generator.ProjectGenerator.tmpdir
20:27:02.475 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'projectGenerator' to allow for resolving potential circular references
20:27:02.477 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private org.springframework.context.ApplicationEventPublisher io.spring.initializr.generator.ProjectGenerator.eventPublisher
20:27:02.478 [main] DEBUG org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'projectGenerator' to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@1a561cf'
20:27:02.478 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private io.spring.initializr.metadata.InitializrMetadataProvider io.spring.initializr.generator.ProjectGenerator.metadataProvider
20:27:02.479 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'initializrMetadataProvider'
20:27:02.479 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'initializrMetadataProvider'
20:27:02.479 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:02.481 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'initializr-io.spring.initializr.metadata.InitializrProperties'
20:27:02.481 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'initializr-io.spring.initializr.metadata.InitializrProperties'
20:27:02.490 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'initializr-io.spring.initializr.metadata.InitializrProperties' to allow for resolving potential circular references
20:27:02.537 [main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider
20:27:02.539 [main] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.5.Final
20:27:02.565 [main] DEBUG org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
20:27:02.575 [main] DEBUG org.hibernate.validator.internal.engine.ConfigurationImpl - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
20:27:02.576 [main] DEBUG org.hibernate.validator.internal.engine.ConfigurationImpl - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
20:27:02.577 [main] DEBUG org.hibernate.validator.internal.engine.ConfigurationImpl - Setting custom ParameterNameProvider of type com.sun.proxy.$Proxy40
20:27:02.579 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser - Trying to load META-INF/validation.xml for XML based Validator configuration.
20:27:02.580 [main] DEBUG org.hibernate.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via user class loader
20:27:02.581 [main] DEBUG org.hibernate.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via TCCL
20:27:02.581 [main] DEBUG org.hibernate.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
20:27:02.581 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser - No META-INF/validation.xml found. Using annotation based configuration only.
20:27:02.643 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setConverters(java.util.List)
20:27:02.643 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setGenericConverters(java.util.List)
20:27:02.656 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [test] PropertySource with lowest search precedence
20:27:02.656 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [systemProperties] PropertySource with lowest search precedence
20:27:02.656 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:02.734 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'initializr-io.spring.initializr.metadata.InitializrProperties'
20:27:02.734 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'restTemplateBuilder'
20:27:02.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'initializrMetadataProvider' via factory method to bean named 'initializr-io.spring.initializr.metadata.InitializrProperties'
20:27:02.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'initializrMetadataProvider' via factory method to bean named 'restTemplateBuilder'
20:27:04.254 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'initializrMetadataProvider' to allow for resolving potential circular references
20:27:04.256 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'initializrMetadataProvider'
20:27:04.256 [main] DEBUG org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'projectGenerator' to bean named 'initializrMetadataProvider'
20:27:04.257 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private io.spring.initializr.generator.ProjectRequestResolver io.spring.initializr.generator.ProjectGenerator.requestResolver
20:27:04.257 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'projectRequestResolver'
20:27:04.257 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'projectRequestResolver'
20:27:04.257 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:04.258 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'projectRequestResolver' to allow for resolving potential circular references
20:27:04.260 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'projectRequestResolver'
20:27:04.260 [main] DEBUG org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'projectGenerator' to bean named 'projectRequestResolver'
20:27:04.260 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private io.spring.initializr.util.TemplateRenderer io.spring.initializr.generator.ProjectGenerator.templateRenderer
20:27:04.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'templateRenderer'
20:27:04.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'templateRenderer'
20:27:04.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:04.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'environment'
20:27:04.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'templateRenderer' via factory method to bean named 'environment'
20:27:04.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'templateRenderer' to allow for resolving potential circular references
20:27:04.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'templateRenderer'
20:27:04.266 [main] DEBUG org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'projectGenerator' to bean named 'templateRenderer'
20:27:04.266 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private io.spring.initializr.generator.ProjectResourceLocator io.spring.initializr.generator.ProjectGenerator.projectResourceLocator
20:27:04.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'projectResourceLocator'
20:27:04.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'projectResourceLocator'
20:27:04.267 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:04.267 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'projectResourceLocator' to allow for resolving potential circular references
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'projectResourceLocator'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - Autowiring by type from bean name 'projectGenerator' to bean named 'projectResourceLocator'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected element of bean 'projectGenerator': AutowiredFieldElement for private java.lang.String io.spring.initializr.generator.ProjectGenerator.tmpdir
20:27:04.269 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'TMPDIR:.' in any property source
20:27:04.269 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Found key 'TMPDIR' in [systemEnvironment] with type [String]
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'projectGenerator'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'templateRenderer'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'projectRequestResolver'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'projectResourceLocator'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrMetadataProvider'
20:27:04.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dependencyMetadataProvider'
20:27:04.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'dependencyMetadataProvider'
20:27:04.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrAutoConfiguration'
20:27:04.271 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'dependencyMetadataProvider' to allow for resolving potential circular references
20:27:04.273 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'dependencyMetadataProvider'
20:27:04.273 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializr-io.spring.initializr.metadata.InitializrProperties'
20:27:04.273 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:04.273 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store'
20:27:04.274 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
20:27:04.296 [main] DEBUG org.springframework.context.annotation.AnnotationConfigApplicationContext - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@170f32f]
20:27:04.296 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'lifecycleProcessor'
20:27:04.298 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
20:27:04.299 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source
20:27:04.301 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrMetadataProvider'
20:27:04.307 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'initializrMetadataProvider'
20:27:04.309 [main] INFO org.springframework.context.annotation.AnnotationConfigApplicationContext - Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1a561cf: startup date [Sat Sep 02 20:27:01 CST 2017]; root of context hierarchy
20:27:04.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'lifecycleProcessor'
20:27:04.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1e36e46: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,initializrAutoConfigurationTests.CustomRestTemplateConfiguration,webClientAutoConfiguration,initializrAutoConfiguration,testRestTemplateCustomizer,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration,org.springframework.boot.autoconfigure.condition.BeanTypeRegistry,restTemplateBuilder,io.spring.initializr.web.autoconfigure.InitializrAutoConfiguration$InitializrCacheConfiguration,initializrCacheManagerCustomizer,projectGenerator,templateRenderer,projectRequestResolver,projectResourceLocator,initializrMetadataProvider,dependencyMetadataProvider,initializr-io.spring.initializr.metadata.InitializrProperties,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store]; root of factory hierarchy
20:27:04.310 [main] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter - Invoking destroy() on bean with name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.6 sec - in io.spring.initializr.web.autoconfigure.InitializrAutoConfigurationTests
Running io.spring.initializr.web.mapper.DependencyMetadataJsonMapperTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in io.spring.initializr.web.mapper.DependencyMetadataJsonMapperTests
Running io.spring.initializr.web.mapper.InitializrMetadataJsonMapperTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in io.spring.initializr.web.mapper.InitializrMetadataJsonMapperTests
Running io.spring.initializr.web.mapper.LinkMapperTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.web.mapper.LinkMapperTests
Running io.spring.initializr.web.project.CommandLineExampleIntegrationTests
20:27:04.389 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class io.spring.initializr.web.project.CommandLineExampleIntegrationTests]
20:27:04.393 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:27:04.396 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:27:04.401 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [io.spring.initializr.web.project.CommandLineExampleIntegrationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
20:27:04.412 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: class path resource [io/spring/initializr/web/AbstractInitializrControllerIntegrationTests-context.xml] does not exist
20:27:04.412 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: class path resource [io/spring/initializr/web/AbstractInitializrControllerIntegrationTestsContext.groovy] does not exist
20:27:04.413 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
20:27:04.455 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Merging default listeners with listeners configured via @TestExecutionListeners for class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests].
20:27:04.457 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:27:04.468 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
20:27:04.471 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
20:27:04.471 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1243bc1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@287667, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6ee0bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a617, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7f77a5, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1b9aa43, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@bc288, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1f5f5c0, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@8a6984, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@b72664, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@34b7b8]
20:27:04.473 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.web.project.CommandLineExampleIntegrationTests]
20:27:04.473 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.web.project.CommandLineExampleIntegrationTests]
20:27:04.474 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.web.project.CommandLineExampleIntegrationTests]
20:27:04.474 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.web.project.CommandLineExampleIntegrationTests]
20:27:04.478 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@5bfdfc testClass = CommandLineExampleIntegrationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@1829787 testClass = CommandLineExampleIntegrationTests, locations = '{}', classes = '{class io.spring.initializr.web.AbstractInitializrIntegrationTests$Config, class io.spring.initializr.web.AbstractInitializrControllerIntegrationTests$RestTemplateConfig}', contextInitializerClasses = '[]', activeProfiles = '{test-default}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.ImportsContextCustomizer@c6621ccf, org.springframework.boot.test.context.SpringBootTestContextCustomizer@74c0c, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@ff644, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@69e604ea, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@104122f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
20:27:04.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:04.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:04.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:04.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [test] PropertySource with highest search precedence
20:27:04.489 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
20:27:04.489 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:04.791  INFO 6220 --- [           main] i.w.p.CommandLineExampleIntegrationTests : Starting CommandLineExampleIntegrationTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:04.792  INFO 6220 --- [           main] i.w.p.CommandLineExampleIntegrationTests : The following profiles are active: test-default
2017-09-02 20:27:04.810  INFO 6220 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@c58feb: startup date [Sat Sep 02 20:27:04 CST 2017]; root of context hierarchy
2017-09-02 20:27:06.434  INFO 6220 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-02 20:27:06.434  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization started
2017-09-02 20:27:06.740  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:06.741  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:06.755  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:06.756  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:06.756  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:06.756  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:06.757  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:06.757  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:06.757  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:06.758  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:06.758  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:06.759  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:06.759  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:06.760  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:06.760  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:06.760  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:06.762  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:06.799  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:06.799  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:06.818  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:06.877  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@c58feb: startup date [Sat Sep 02 20:27:04 CST 2017]; root of context hierarchy
2017-09-02 20:27:07.168  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization completed in 734 ms
2017-09-02 20:27:07.410  INFO 6220 --- [           main] i.w.p.CommandLineExampleIntegrationTests : Started CommandLineExampleIntegrationTests in 2.913 seconds (JVM running for 6.392)
2017-09-02 20:27:07.550  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=gradle-project, dependencies=[web, data-jpa]
2017-09-02 20:27:07.726  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4796097054128139534.tar.gz (53039 bytes)
2017-09-02 20:27:08.205  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web]
2017-09-02 20:27:08.297  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp3294013349235472016.zip (49745 bytes)
2017-09-02 20:27:08.745  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:08.813  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4323464927115647626.zip (49465 bytes)
2017-09-02 20:27:09.061  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-build, dependencies=[web, tomcat]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.733 sec - in io.spring.initializr.web.project.CommandLineExampleIntegrationTests
Running io.spring.initializr.web.project.LegacyStsControllerIntegrationTests
2017-09-02 20:27:09.109  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.project.LegacyStsControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:09.110  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:09.126  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:09.129  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:09.130  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:09.130  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1258eff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@502326, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1ca31eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58df8, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@156b031, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7af36e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@83ca23, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@fefc6, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@a61e4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@13e6df7, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@1e07361]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:09.208  INFO 6220 --- [           main] .w.p.LegacyStsControllerIntegrationTests : Starting LegacyStsControllerIntegrationTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:09.208  INFO 6220 --- [           main] .w.p.LegacyStsControllerIntegrationTests : The following profiles are active: test-default
2017-09-02 20:27:09.213  INFO 6220 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1e53bef: startup date [Sat Sep 02 20:27:09 CST 2017]; root of context hierarchy
2017-09-02 20:27:10.099  INFO 6220 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-02 20:27:10.099  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization started
2017-09-02 20:27:10.115  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sts],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.LegacyStsController.stsHome(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:10.117  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:10.118  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:10.121  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:10.121  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:10.121  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:10.121  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:10.122  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:10.122  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:10.122  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:10.123  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:10.124  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:10.124  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:10.125  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:10.125  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:10.126  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:10.126  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:10.127  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:10.145  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:10.145  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:10.159  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:10.184  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1e53bef: startup date [Sat Sep 02 20:27:09 CST 2017]; root of context hierarchy
2017-09-02 20:27:10.352  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization completed in 253 ms
2017-09-02 20:27:10.467  INFO 6220 --- [           main] .w.p.LegacyStsControllerIntegrationTests : Started LegacyStsControllerIntegrationTests in 1.329 seconds (JVM running for 9.449)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 sec - in io.spring.initializr.web.project.LegacyStsControllerIntegrationTests
Running io.spring.initializr.web.project.MainControllerDefaultsIntegrationTests
2017-09-02 20:27:10.556  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:10.569  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:10.573  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:10.574  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:10.574  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@209918, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ae5fa7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@aa8b61, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17b001b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@12dacf5, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1a09250, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@131f106, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7f4f63, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@b1a9d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1b0261e, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@16b532f]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:10.690  INFO 6220 --- [           main] p.MainControllerDefaultsIntegrationTests : Starting MainControllerDefaultsIntegrationTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:10.690  INFO 6220 --- [           main] p.MainControllerDefaultsIntegrationTests : The following profiles are active: test-default,test-custom-defaults
2017-09-02 20:27:10.694  INFO 6220 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@321d9d: startup date [Sat Sep 02 20:27:10 CST 2017]; root of context hierarchy
2017-09-02 20:27:11.434  INFO 6220 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-02 20:27:11.435  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization started
2017-09-02 20:27:11.596  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:11.597  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:11.601  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:11.601  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:11.602  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:11.604  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:11.604  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:11.605  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:11.606  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:11.606  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:11.607  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:11.608  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:11.609  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:11.609  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:11.611  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:11.612  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:11.612  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:11.646  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:11.646  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:11.655  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:11.694  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@321d9d: startup date [Sat Sep 02 20:27:10 CST 2017]; root of context hierarchy
2017-09-02 20:27:11.857  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization completed in 422 ms
2017-09-02 20:27:11.956  INFO 6220 --- [           main] p.MainControllerDefaultsIntegrationTests : Started MainControllerDefaultsIntegrationTests in 1.365 seconds (JVM running for 10.938)
2017-09-02 20:27:11.994  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-build, dependencies=[web]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.547 sec - in io.spring.initializr.web.project.MainControllerDefaultsIntegrationTests
Running io.spring.initializr.web.project.MainControllerDependenciesTests
2017-09-02 20:27:12.109  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:12.121  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:12.125  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:12.125  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:12.126  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@89f60f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e08eaf, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1d9dbe6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@13085a3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@22d44, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@11c501d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@bbb273, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1d9291a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5058e8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@15574c7, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@7a6d34]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in io.spring.initializr.web.project.MainControllerDependenciesTests
Running io.spring.initializr.web.project.MainControllerEnvIntegrationTests
2017-09-02 20:27:12.235  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:12.247  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:12.250  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:12.251  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:12.251  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4ca87c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1bbdf92, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1beedff, org.springframework.test.context.support.DirtiesContextTestExecutionListener@b786dc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1a1cdbe, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@d5ca17, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6e07e7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@31e410, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1880a15, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1ebec41, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@1e88f64]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:12.344  INFO 6220 --- [           main] .i.w.p.MainControllerEnvIntegrationTests : Starting MainControllerEnvIntegrationTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:12.345  INFO 6220 --- [           main] .i.w.p.MainControllerEnvIntegrationTests : The following profiles are active: test-default,test-custom-env
2017-09-02 20:27:12.348  INFO 6220 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@14d05b3: startup date [Sat Sep 02 20:27:12 CST 2017]; root of context hierarchy
2017-09-02 20:27:13.042  INFO 6220 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-02 20:27:13.042  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization started
2017-09-02 20:27:13.146  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:13.147  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:13.150  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:13.150  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:13.151  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:13.152  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:13.152  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:13.152  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:13.153  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:13.153  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:13.153  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:13.154  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:13.154  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:13.155  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:13.155  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:13.155  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:13.156  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:13.175  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:13.175  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:13.189  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:13.218  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@14d05b3: startup date [Sat Sep 02 20:27:12 CST 2017]; root of context hierarchy
2017-09-02 20:27:13.377  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization completed in 334 ms
2017-09-02 20:27:13.467  INFO 6220 --- [           main] .i.w.p.MainControllerEnvIntegrationTests : Started MainControllerEnvIntegrationTests in 1.21 seconds (JVM running for 12.449)
2017-09-02 20:27:13.487  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[data-jpa]
2017-09-02 20:27:13.557  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp2756082471189005122.zip (49487 bytes)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.674 sec - in io.spring.initializr.web.project.MainControllerEnvIntegrationTests
Running io.spring.initializr.web.project.MainControllerIntegrationTests
2017-09-02 20:27:13.918  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:13.929  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:13.933  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:13.934  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:13.935  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@14ee422, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e93edd, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1b2e1eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1db008c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1008e61, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@11b44ca, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1e243bb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4cf7eb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1260785, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@d828ff, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@1685204]
2017-09-02 20:27:13.955  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=gradle-build, dependencies=[web, tomcat]
2017-09-02 20:27:14.182  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:14.247  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4776211385435600346.zip (49465 bytes)
2017-09-02 20:27:14.339  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web, data-jpa]
2017-09-02 20:27:14.417  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4759237318825046548.zip (49757 bytes)
2017-09-02 20:27:15.419  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:15.497  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp7691916865546031566.zip (49465 bytes)
2017-09-02 20:27:15.781  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-build, dependencies=[web, tomcat]
2017-09-02 20:27:16.092  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:16.174  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4484809010841122298.tar.gz (47990 bytes)
2017-09-02 20:27:16.399  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[org.acme:bur]
2017-09-02 20:27:16.478  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp9025696722494769211.tar.gz (48007 bytes)
2017-09-02 20:27:16.864  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web, data-jpa]
2017-09-02 20:27:16.938  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp1555336708661736404.zip (49757 bytes)
2017-09-02 20:27:17.243  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=gradle.zip, dependencies=[web, security, tomcat]
2017-09-02 20:27:17.321  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4525438844938466217.zip (55689 bytes)
2017-09-02 20:27:17.692  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[org.acme:foo]
2017-09-02 20:27:17.779  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp6581617798098586274.tar.gz (48012 bytes)
2017-09-02 20:27:18.031  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:18.102  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp995231456599166130.zip (49465 bytes)
2017-09-02 20:27:18.375  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[org.acme:biz]
2017-09-02 20:27:18.464  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp1537714644352249806.tar.gz (47989 bytes)
2017-09-02 20:27:18.772  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web, data-jpa]
2017-09-02 20:27:18.846  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4413091946592606135.zip (49757 bytes)
Tests run: 43, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.188 sec - in io.spring.initializr.web.project.MainControllerIntegrationTests
Running io.spring.initializr.web.project.MainControllerServiceMetadataIntegrationTests
2017-09-02 20:27:19.109  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.spring.initializr.web.project.MainControllerServiceMetadataIntegrationTests], using SpringBootContextLoader
2017-09-02 20:27:19.110  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.project.MainControllerServiceMetadataIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:19.116  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:19.119  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:19.119  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:19.119  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@590dd0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@737fdb, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@a93b25, org.springframework.test.context.support.DirtiesContextTestExecutionListener@13f554f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@186f8f5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7cd4b9, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1a3bf40, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@731a16, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@341e3d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4dcede]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:19.199  INFO 6220 --- [           main] ontrollerServiceMetadataIntegrationTests : Starting MainControllerServiceMetadataIntegrationTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:19.199  INFO 6220 --- [           main] ontrollerServiceMetadataIntegrationTests : The following profiles are active: test-default
2017-09-02 20:27:19.203  INFO 6220 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@11a140c: startup date [Sat Sep 02 20:27:19 CST 2017]; root of context hierarchy
2017-09-02 20:27:19.861  INFO 6220 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
2017-09-02 20:27:19.874  INFO 6220 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-09-02 20:27:19.885  INFO 6220 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.15
2017-09-02 20:27:20.029  INFO 6220 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-09-02 20:27:20.029  INFO 6220 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 827 ms
2017-09-02 20:27:20.115  INFO 6220 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-09-02 20:27:20.121  INFO 6220 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-09-02 20:27:20.121  INFO 6220 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-09-02 20:27:20.121  INFO 6220 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-09-02 20:27:20.122  INFO 6220 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-09-02 20:27:20.355  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@11a140c: startup date [Sat Sep 02 20:27:19 CST 2017]; root of context hierarchy
2017-09-02 20:27:20.366  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:20.367  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:20.369  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:20.370  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:20.370  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:20.371  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:20.371  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:20.371  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:20.372  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:20.372  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:20.372  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:20.373  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:20.373  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:20.373  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:20.374  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:20.374  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:20.375  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:20.398  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:20.398  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:20.431  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:20.715  INFO 6220 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 7667 (http)
2017-09-02 20:27:20.718  INFO 6220 --- [           main] ontrollerServiceMetadataIntegrationTests : Started MainControllerServiceMetadataIntegrationTests in 1.592 seconds (JVM running for 19.7)
2017-09-02 20:27:20.735  INFO 6220 --- [           main] der$ResourceInitializrMetadataCustomizer : Loading initializr metadata from URL [http://localhost:7667/metadata/config]
2017-09-02 20:27:20.807  INFO 6220 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-09-02 20:27:20.807  INFO 6220 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2017-09-02 20:27:20.813  INFO 6220 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 6 ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 sec - in io.spring.initializr.web.project.MainControllerServiceMetadataIntegrationTests
Running io.spring.initializr.web.project.ProjectGenerationPostProcessorTests
2017-09-02 20:27:21.091  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:21.105  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:21.117  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:21.118  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:21.118  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1ac5723, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1b3294c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1391e52, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57d723, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1518645, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@14a3f2a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@466fdf, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e43fb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1ea9f19, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1a14aa1, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@c4f31d]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:21.194  INFO 6220 --- [           main] .w.p.ProjectGenerationPostProcessorTests : Starting ProjectGenerationPostProcessorTests on SS with PID 6220 (started by sds in C:\Users\sds\Desktop\initializr\initializr-web)
2017-09-02 20:27:21.194  INFO 6220 --- [           main] .w.p.ProjectGenerationPostProcessorTests : The following profiles are active: test-default
2017-09-02 20:27:21.198  INFO 6220 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1c74011: startup date [Sat Sep 02 20:27:21 CST 2017]; root of context hierarchy
2017-09-02 20:27:21.923  INFO 6220 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-02 20:27:21.923  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization started
2017-09-02 20:27:22.036  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:22.036  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:22.039  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:22.039  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:22.040  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:22.040  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:22.041  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:22.041  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:22.042  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:22.042  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:22.042  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:22.043  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:22.043  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:22.044  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:22.044  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:22.045  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:22.046  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:22.075  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:22.075  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:22.086  INFO 6220 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:22.126  INFO 6220 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1c74011: startup date [Sat Sep 02 20:27:21 CST 2017]; root of context hierarchy
2017-09-02 20:27:22.382  INFO 6220 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : FrameworkServlet '': initialization completed in 459 ms
2017-09-02 20:27:22.474  INFO 6220 --- [           main] .w.p.ProjectGenerationPostProcessorTests : Started ProjectGenerationPostProcessorTests in 1.347 seconds (JVM running for 21.456)
2017-09-02 20:27:22.496  INFO 6220 --- [           main] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:22.589  INFO 6220 --- [           main] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4664050531096192846.zip (49426 bytes)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.773 sec - in io.spring.initializr.web.project.ProjectGenerationPostProcessorTests
Running io.spring.initializr.web.support.DefaultDependencyMetadataProviderTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in io.spring.initializr.web.support.DefaultDependencyMetadataProviderTests
Running io.spring.initializr.web.support.DefaultInitializrMetadataProviderTests
2017-09-02 20:27:22.897  INFO 6220 --- [           main] .i.w.s.DefaultInitializrMetadataProvider : Fetching boot metadata from https://spring.io/project_metadata/spring-boot
2017-09-02 20:27:22.906  INFO 6220 --- [           main] .i.w.s.DefaultInitializrMetadataProvider : Fetching boot metadata from https://spring.io/project_metadata/spring-boot
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in io.spring.initializr.web.support.DefaultInitializrMetadataProviderTests
Running io.spring.initializr.web.support.SpringBootMetadataReaderTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in io.spring.initializr.web.support.SpringBootMetadataReaderTests
Running io.spring.initializr.web.ui.UiControllerIntegrationTests
2017-09-02 20:27:22.920  INFO 6220 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.web.AbstractInitializrControllerIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:22.939  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:22.942  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:22.943  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:22.943  INFO 6220 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63f554, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@128efd5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@15958d9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@fe33fa, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1faa1e4, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@196a7c9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@cab872, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@12a32f2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1b75e32, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@12d0ca2, io.spring.initializr.web.test.MockMvcClientHttpRequestFactoryTestExecutionListener@353e1d]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in io.spring.initializr.web.ui.UiControllerIntegrationTests
2017-09-02 20:27:23.044  INFO 6220 --- [       Thread-2] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@1e53bef: startup date [Sat Sep 02 20:27:09 CST 2017]; root of context hierarchy
2017-09-02 20:27:23.044  INFO 6220 --- [       Thread-6] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@11a140c: startup date [Sat Sep 02 20:27:19 CST 2017]; root of context hierarchy
2017-09-02 20:27:23.044  INFO 6220 --- [       Thread-1] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@c58feb: startup date [Sat Sep 02 20:27:04 CST 2017]; root of context hierarchy
2017-09-02 20:27:23.046  INFO 6220 --- [       Thread-3] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@321d9d: startup date [Sat Sep 02 20:27:10 CST 2017]; root of context hierarchy
2017-09-02 20:27:23.046  INFO 6220 --- [       Thread-7] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@1c74011: startup date [Sat Sep 02 20:27:21 CST 2017]; root of context hierarchy
2017-09-02 20:27:23.047  INFO 6220 --- [       Thread-4] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@14d05b3: startup date [Sat Sep 02 20:27:12 CST 2017]; root of context hierarchy

Results :

Tests run: 85, Failures: 0, Errors: 0, Skipped: 1

[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (build-assets) @ initializr-web ---
[INFO] Reading assembly descriptor: C:\Users\sds\Desktop\initializr\initializr-web/src/assembly/snippets.xml
[INFO] Reading assembly descriptor: C:\Users\sds\Desktop\initializr\initializr-web/src/assembly/stub.xml
[INFO] Building zip: C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-snippets.zip
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-stubs.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ initializr-web ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ initializr-web ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ initializr-web ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ initializr-web ---
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\pom.xml to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT.pom
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-snippets.zip to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT-snippets.zip
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-stubs.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT-stubs.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-sources.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-web\target\initializr-web-0.4.0.BUILD-SNAPSHOT-tests.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr :: Actuator 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ initializr-actuator ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ initializr-actuator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ initializr-actuator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to C:\Users\sds\Desktop\initializr\initializr-actuator\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ initializr-actuator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ initializr-actuator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to C:\Users\sds\Desktop\initializr\initializr-actuator\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ initializr-actuator ---
[INFO] Surefire report directory: C:\Users\sds\Desktop\initializr\initializr-actuator\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.spring.initializr.actuate.ActuatorIntegrationTests
20:27:27.380 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.388 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:27:27.397 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:27:27.425 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [io.spring.initializr.actuate.ActuatorIntegrationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
20:27:27.441 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.spring.initializr.actuate.ActuatorIntegrationTests], using SpringBootContextLoader
20:27:27.445 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]: class path resource [io/spring/initializr/actuate/ActuatorIntegrationTests-context.xml] does not exist
20:27:27.446 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]: class path resource [io/spring/initializr/actuate/ActuatorIntegrationTestsContext.groovy] does not exist
20:27:27.446 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
20:27:27.503 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [io.spring.initializr.actuate.ActuatorIntegrationTests]: using defaults.
20:27:27.506 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:27:27.521 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
20:27:27.522 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
20:27:27.527 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1ca2dfa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@153f538, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@14593bf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b4de6a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1a18f1b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@18f5f62, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@68e947, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1c222ae, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@ecb35a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1cd892a]
20:27:27.529 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.530 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.531 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.531 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.536 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@de0926 testClass = ActuatorIntegrationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@73b9ce testClass = ActuatorIntegrationTests, locations = '{}', classes = '{class io.spring.initializr.web.AbstractInitializrIntegrationTests$Config, class io.spring.initializr.web.AbstractInitializrIntegrationTests$Config}', contextInitializerClasses = '[]', activeProfiles = '{test-default}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@1553d26, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@bdb19, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@d8062c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
20:27:27.536 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.537 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.actuate.ActuatorIntegrationTests]
20:27:27.547 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@de0926 testClass = ActuatorIntegrationTests, testInstance = io.spring.initializr.actuate.ActuatorIntegrationTests@42d7b5, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@73b9ce testClass = ActuatorIntegrationTests, locations = '{}', classes = '{class io.spring.initializr.web.AbstractInitializrIntegrationTests$Config, class io.spring.initializr.web.AbstractInitializrIntegrationTests$Config}', contextInitializerClasses = '[]', activeProfiles = '{test-default}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@1553d26, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@bdb19, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@d8062c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]].
20:27:27.631 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:27.631 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:27.631 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:27.632 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [test] PropertySource with highest search precedence
20:27:27.634 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}
20:27:27.634 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:28.287  INFO 15188 --- [           main] i.s.i.actuate.ActuatorIntegrationTests   : Starting ActuatorIntegrationTests on SS with PID 15188 (started by sds in C:\Users\sds\Desktop\initializr\initializr-actuator)
2017-09-02 20:27:28.288  INFO 15188 --- [           main] i.s.i.actuate.ActuatorIntegrationTests   : The following profiles are active: test-default
2017-09-02 20:27:28.316  INFO 15188 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@17d3a38: startup date [Sat Sep 02 20:27:28 CST 2017]; root of context hierarchy
2017-09-02 20:27:29.290  INFO 15188 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2017-09-02 20:27:30.809  INFO 15188 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
2017-09-02 20:27:30.821  INFO 15188 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-09-02 20:27:30.822  INFO 15188 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.15
2017-09-02 20:27:30.957  INFO 15188 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-09-02 20:27:30.957  INFO 15188 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2645 ms
2017-09-02 20:27:31.248  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-09-02 20:27:31.252  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2017-09-02 20:27:31.252  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-09-02 20:27:31.253  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-09-02 20:27:31.253  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-09-02 20:27:31.253  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-09-02 20:27:31.253  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2017-09-02 20:27:31.253  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'applicationContextIdFilter' to: [/*]
2017-09-02 20:27:32.002  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@17d3a38: startup date [Sat Sep 02 20:27:28 CST 2017]; root of context hierarchy
2017-09-02 20:27:32.011  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:27:32.077  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:32.078  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:32.096  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:32.096  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:32.096  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:32.096  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:32.097  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:32.097  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:32.097  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:32.098  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:32.098  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:32.099  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:32.099  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:32.100  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:32.100  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:32.100  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:32.102  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:32.141  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:32.141  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:32.158  INFO 15188 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:27:32.187  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:32.786  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.787  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/actuator || /actuator.json],produces=[application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2017-09-02 20:27:32.788  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.788  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.789  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.790  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2017-09-02 20:27:32.791  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.792  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2017-09-02 20:27:32.792  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.794  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.796  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.797  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2017-09-02 20:27:32.797  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:32.798  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2017-09-02 20:27:32.995  INFO 15188 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 7679 (http)
2017-09-02 20:27:33.000  INFO 15188 --- [           main] i.s.i.actuate.ActuatorIntegrationTests   : Started ActuatorIntegrationTests in 5.364 seconds (JVM running for 6.175)
2017-09-02 20:27:33.129  INFO 15188 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-09-02 20:27:33.129  INFO 15188 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2017-09-02 20:27:33.148  INFO 15188 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 19 ms
2017-09-02 20:27:33.290  INFO 15188 --- [o-auto-1-exec-2] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web, data-jpa]
2017-09-02 20:27:33.466  INFO 15188 --- [o-auto-1-exec-2] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp4172054334717008168.zip (49757 bytes)
2017-09-02 20:27:33.667  INFO 15188 --- [o-auto-1-exec-4] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web]
2017-09-02 20:27:33.743  INFO 15188 --- [o-auto-1-exec-4] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp1155372551273576353.zip (49745 bytes)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.84 sec - in io.spring.initializr.actuate.ActuatorIntegrationTests
Running io.spring.initializr.actuate.autoconfigure.InitializrStatsAutoConfigurationTests
2017-09-02 20:27:34.051  INFO 15188 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d05b3e: startup date [Sat Sep 02 20:27:34 CST 2017]; root of context hierarchy
2017-09-02 20:27:34.329  INFO 15188 --- [           main] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d05b3e: startup date [Sat Sep 02 20:27:34 CST 2017]; root of context hierarchy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in io.spring.initializr.actuate.autoconfigure.InitializrStatsAutoConfigurationTests
Running io.spring.initializr.actuate.info.BomRangesInfoContributorTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in io.spring.initializr.actuate.info.BomRangesInfoContributorTests
Running io.spring.initializr.actuate.info.DependencyRangesInfoContributorTests
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.actuate.info.DependencyRangesInfoContributorTests
Running io.spring.initializr.actuate.metric.ProjectGenerationMetricsListenerTests
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in io.spring.initializr.actuate.metric.ProjectGenerationMetricsListenerTests
Running io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests
2017-09-02 20:27:34.392  INFO 15188 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests], using SpringBootContextLoader
2017-09-02 20:27:34.394  INFO 15188 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-02 20:27:34.404  INFO 15188 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-09-02 20:27:34.408  INFO 15188 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
2017-09-02 20:27:34.408  INFO 15188 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
2017-09-02 20:27:34.408  INFO 15188 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@a246af, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4389ed, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@190fee4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@113c84c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@178777f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1c6935c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1bd351e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c7d00d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@8e8565, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@11da29b]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:34.523  INFO 15188 --- [           main] .a.s.MainControllerStatsIntegrationTests : Starting MainControllerStatsIntegrationTests on SS with PID 15188 (started by sds in C:\Users\sds\Desktop\initializr\initializr-actuator)
2017-09-02 20:27:34.523  INFO 15188 --- [           main] .a.s.MainControllerStatsIntegrationTests : The following profiles are active: test-default,test-custom-stats
2017-09-02 20:27:34.525  INFO 15188 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@bbcf91: startup date [Sat Sep 02 20:27:34 CST 2017]; root of context hierarchy
2017-09-02 20:27:35.224  INFO 15188 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2017-09-02 20:27:35.608  INFO 15188 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
2017-09-02 20:27:35.608  INFO 15188 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-09-02 20:27:35.609  INFO 15188 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.15
2017-09-02 20:27:35.623  INFO 15188 --- [ost-startStop-1] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2017-09-02 20:27:35.623  INFO 15188 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1098 ms
2017-09-02 20:27:35.821  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-09-02 20:27:35.822  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2017-09-02 20:27:35.822  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-09-02 20:27:35.822  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-09-02 20:27:35.822  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-09-02 20:27:35.823  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-09-02 20:27:35.823  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2017-09-02 20:27:35.823  INFO 15188 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'applicationContextIdFilter' to: [/*]
2017-09-02 20:27:36.175  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@bbcf91: startup date [Sat Sep 02 20:27:34 CST 2017]; root of context hierarchy
2017-09-02 20:27:36.179  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:27:36.198  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/elastic-error/test/my-entity],methods=[POST]}" onto public void io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests$StatsMockController.handleExpectedError()
2017-09-02 20:27:36.198  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/elastic/test/my-entity],methods=[POST]}" onto public void io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests$StatsMockController.handleProjectRequestDocument(org.springframework.http.RequestEntity<java.lang.String>)
2017-09-02 20:27:36.201  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:27:36.202  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:27:36.205  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:27:36.205  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:27:36.205  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:36.206  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:27:36.206  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:27:36.206  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:36.206  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:27:36.207  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:27:36.207  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:27:36.207  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:27:36.207  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:27:36.207  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:27:36.208  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:27:36.208  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:27:36.209  INFO 15188 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:27:36.239  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:36.239  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:36.255  INFO 15188 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:27:36.272  INFO 15188 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:27:36.724  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2017-09-02 20:27:36.725  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.726  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.727  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2017-09-02 20:27:36.727  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.727  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.728  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.729  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2017-09-02 20:27:36.729  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.730  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2017-09-02 20:27:36.730  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.731  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.732  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/actuator || /actuator.json],produces=[application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2017-09-02 20:27:36.732  INFO 15188 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:27:36.842  INFO 15188 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 7687 (http)
2017-09-02 20:27:36.843  INFO 15188 --- [           main] .a.s.MainControllerStatsIntegrationTests : Started MainControllerStatsIntegrationTests in 2.428 seconds (JVM running for 10.018)
2017-09-02 20:27:36.864  INFO 15188 --- [o-auto-2-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-09-02 20:27:36.864  INFO 15188 --- [o-auto-2-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2017-09-02 20:27:36.877  INFO 15188 --- [o-auto-2-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
2017-09-02 20:27:37.003  INFO 15188 --- [o-auto-2-exec-3] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:37.087  INFO 15188 --- [o-auto-2-exec-3] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp8489800667594723969.zip (49465 bytes)
2017-09-02 20:27:37.178  INFO 15188 --- [o-auto-2-exec-5] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web]
2017-09-02 20:27:37.269  INFO 15188 --- [o-auto-2-exec-5] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp5472472070183457043.zip (49679 bytes)
2017-09-02 20:27:37.355  INFO 15188 --- [o-auto-2-exec-7] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:37.418 ERROR 15188 --- [o-auto-2-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: Expected exception] with root cause

java.lang.IllegalStateException: Expected exception
        at io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests$StatsMockController.handleExpectedError(MainControllerStatsIntegrationTests.java:192) ~[test-classes/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) ~[javax.servlet-api-3.1.0.jar:3.1.0]
        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) ~[spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[javax.servlet-api-3.1.0.jar:3.1.0]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55) ~[spring-boot-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:105) ~[spring-boot-actuator-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:105) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106) ~[spring-boot-actuator-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) ~[tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_144]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_144]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_144]

2017-09-02 20:27:37.425  WARN 15188 --- [o-auto-2-exec-7] i.s.i.a.s.ProjectGenerationStatPublisher : Failed to publish stat to index, document follows

{"generationTimestamp":1504355257404,"groupId":"com.example","artifactId":"demo","packageName":"com.example.demo","bootVersion":"1.1.4.RELEASE","javaVersion":"1.8","language":"java","packaging":"jar","type":"maven-project","dependencies":[],"invalid":false,"invalidJavaVersion":false,"invalidLanguage":false,"invalidPackaging":false,"invalidType":false,"invalidDependencies":[]}


org.springframework.web.client.HttpServerErrorException: 500 null
        at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:66) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:700) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:653) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:628) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:590) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at io.spring.initializr.actuate.stat.ProjectGenerationStatPublisher.lambda$handleEvent$0(ProjectGenerationStatPublisher.java:86) ~[classes/:na]
        at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:276) ~[spring-retry-1.1.5.RELEASE.jar:na]
        at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:157) ~[spring-retry-1.1.5.RELEASE.jar:na]
        at io.spring.initializr.actuate.stat.ProjectGenerationStatPublisher.handleEvent(ProjectGenerationStatPublisher.java:85) ~[classes/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
        at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:253) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:174) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:137) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:167) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:360) [spring-context-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at io.spring.initializr.generator.ProjectGenerator.publishProjectGeneratedEvent(ProjectGenerator.java:298) [initializr-generator-0.4.0.BUILD-SNAPSHOT.jar:na]
        at io.spring.initializr.generator.ProjectGenerator.doGenerateProjectStructure(ProjectGenerator.java:255) [initializr-generator-0.4.0.BUILD-SNAPSHOT.jar:na]
        at io.spring.initializr.generator.ProjectGenerator.generateProjectStructure(ProjectGenerator.java:187) [initializr-generator-0.4.0.BUILD-SNAPSHOT.jar:na]
        at io.spring.initializr.web.project.MainController.springZip(MainController.java:259) [initializr-web-0.4.0.BUILD-SNAPSHOT.jar:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [javax.servlet-api-3.1.0.jar:3.1.0]
        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) [spring-webmvc-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [tomcat-embed-websocket-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55) [spring-boot-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:105) [spring-boot-actuator-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:105) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106) [spring-boot-actuator-1.4.7.RELEASE.jar:1.4.7.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_144]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_144]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.15.jar:8.5.15]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_144]

2017-09-02 20:27:37.460  INFO 15188 --- [o-auto-2-exec-7] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp7072793675863694733.zip (49465 bytes)
2017-09-02 20:27:37.542  INFO 15188 --- [o-auto-2-exec-9] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:37.639  INFO 15188 --- [o-auto-2-exec-9] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp8387031904730062693.zip (49465 bytes)
2017-09-02 20:27:37.740  INFO 15188 --- [o-auto-2-exec-2] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:37.827  INFO 15188 --- [o-auto-2-exec-2] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp9151362586046771714.zip (49465 bytes)
2017-09-02 20:27:37.915  INFO 15188 --- [o-auto-2-exec-4] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[root_starter]
2017-09-02 20:27:38.015  INFO 15188 --- [o-auto-2-exec-4] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp5284272100335223438.zip (49465 bytes)
2017-09-02 20:27:38.104  INFO 15188 --- [o-auto-2-exec-6] i.s.i.generator.ProjectGenerator         : Processing request{type=maven-project, dependencies=[web]
2017-09-02 20:27:38.194  INFO 15188 --- [o-auto-2-exec-6] i.s.i.web.project.MainController         : Uploading: C:\Users\sds\AppData\Local\Temp\initializr\initializr\tmp443123946825466878.zip (49679 bytes)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.864 sec - in io.spring.initializr.actuate.stat.MainControllerStatsIntegrationTests
Running io.spring.initializr.actuate.stat.ProjectGenerationStatPublisherTests
2017-09-02 20:27:38.288  WARN 15188 --- [           main] i.s.i.a.s.ProjectGenerationStatPublisher : Failed to publish stat to index, document follows

{"generationTimestamp":1504355258280,"groupId":"com.example","artifactId":"demo","packageName":"com.example.demo","bootVersion":"1.2.3.RELEASE","javaVersion":"1.8","language":"java","packaging":"jar","type":"maven-project","dependencies":[],"invalid":false,"invalidJavaVersion":false,"invalidLanguage":false,"invalidPackaging":false,"invalidType":false,"invalidDependencies":[]}


org.springframework.web.client.HttpServerErrorException: 500 Internal Server Error
        at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:66) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:700) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:653) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:628) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:590) ~[spring-web-4.3.9.RELEASE.jar:4.3.9.RELEASE]
        at io.spring.initializr.actuate.stat.ProjectGenerationStatPublisher.lambda$handleEvent$0(ProjectGenerationStatPublisher.java:86) ~[classes/:na]
        at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:276) ~[spring-retry-1.1.5.RELEASE.jar:na]
        at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:157) ~[spring-retry-1.1.5.RELEASE.jar:na]
        at io.spring.initializr.actuate.stat.ProjectGenerationStatPublisher.handleEvent(ProjectGenerationStatPublisher.java:85) ~[classes/:na]
        at io.spring.initializr.actuate.stat.ProjectGenerationStatPublisherTests.fatalErrorOnlyLogs(ProjectGenerationStatPublisherTests.java:117) [test-classes/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12]
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12]
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12]
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12]
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12]
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.16.jar:2.16]
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.16.jar:2.16]
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.16.jar:2.16]
        at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.16.jar:2.16]
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.16.jar:2.16]
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.16.jar:2.16]

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in io.spring.initializr.actuate.stat.ProjectGenerationStatPublisherTests
Running io.spring.initializr.actuate.stat.ProjectRequestDocumentFactoryTests
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in io.spring.initializr.actuate.stat.ProjectRequestDocumentFactoryTests
Running io.spring.initializr.actuate.stat.StatsPropertiesTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.spring.initializr.actuate.stat.StatsPropertiesTests
2017-09-02 20:27:38.396  INFO 15188 --- [       Thread-2] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@17d3a38: startup date [Sat Sep 02 20:27:28 CST 2017]; root of context hierarchy
2017-09-02 20:27:38.396  INFO 15188 --- [       Thread-4] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@bbcf91: startup date [Sat Sep 02 20:27:34 CST 2017]; root of context hierarchy

Results :

Tests run: 61, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ initializr-actuator ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-actuator\target\initializr-actuator-0.4.0.BUILD-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ initializr-actuator ---
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-actuator\target\initializr-actuator-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ initializr-actuator ---
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-actuator\target\initializr-actuator-0.4.0.BUILD-SNAPSHOT.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-actuator\0.4.0.BUILD-SNAPSHOT\initializr-actuator-0.4.0.BUILD-SNAPSHOT.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-actuator\pom.xml to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-actuator\0.4.0.BUILD-SNAPSHOT\initializr-actuator-0.4.0.BUILD-SNAPSHOT.pom
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-actuator\target\initializr-actuator-0.4.0.BUILD-SNAPSHOT-sources.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-actuator\0.4.0.BUILD-SNAPSHOT\initializr-actuator-0.4.0.BUILD-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr :: Docs 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ initializr-docs ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ initializr-docs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\sds\Desktop\initializr\initializr-docs\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ initializr-docs ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ initializr-docs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\sds\Desktop\initializr\initializr-docs\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ initializr-docs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ initializr-docs ---
[INFO] Surefire report directory: C:\Users\sds\Desktop\initializr\initializr-docs\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.spring.initializr.stub.ClientApplicationTests
20:27:40.567 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class io.spring.initializr.stub.ClientApplicationTests]
20:27:40.573 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:27:40.581 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:27:40.608 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [io.spring.initializr.stub.ClientApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
20:27:40.622 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.spring.initializr.stub.ClientApplicationTests], using SpringBootContextLoader
20:27:40.627 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.stub.ClientApplicationTests]: class path resource [io/spring/initializr/stub/ClientApplicationTests-context.xml] does not exist
20:27:40.627 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.spring.initializr.stub.ClientApplicationTests]: class path resource [io/spring/initializr/stub/ClientApplicationTestsContext.groovy] does not exist
20:27:40.627 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [io.spring.initializr.stub.ClientApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
20:27:40.683 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.692 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:40.693 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:40.693 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:40.703 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [io/spring/initializr/stub/] to resources [URL [file:/C:/Users/sds/Desktop/initializr/initializr-docs/target/test-classes/io/spring/initializr/stub/]]
20:27:40.704 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub]
20:27:40.704 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub] for files matching pattern [C:/Users/sds/Desktop/initializr/initializr-docs/target/test-classes/io/spring/initializr/stub/*.class]
20:27:40.708 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:io/spring/initializr/stub/*.class] to resources [file [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub\ClientApplicationTests$Config.class], file [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub\ClientApplicationTests.class], file [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub\SampleApp.class]]
20:27:40.750 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Users\sds\Desktop\initializr\initializr-docs\target\test-classes\io\spring\initializr\stub\SampleApp.class]
20:27:40.750 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration io.spring.initializr.stub.SampleApp for test class io.spring.initializr.stub.ClientApplicationTests
20:27:40.757 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [io.spring.initializr.stub.ClientApplicationTests]: using defaults.
20:27:40.763 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:27:40.789 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@16a4e4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12f2cc1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@79870, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12cf7ab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@a5fe93, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a8622, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@d851c9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@156496, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1c153a1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@162fe6d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1acb0d1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3047e6]
20:27:40.792 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.792 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.793 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.794 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.799 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@1f95560 testClass = ClientApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@dd0edd testClass = ClientApplicationTests, locations = '{}', classes = '{class io.spring.initializr.stub.SampleApp, class io.spring.initializr.stub.ClientApplicationTests$Config}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.ImportsContextCustomizer@fad33923, org.springframework.boot.test.context.SpringBootTestContextCustomizer@121c9d6, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@afc191, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@6577e47b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@70a3d8], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
20:27:40.799 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.800 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [io.spring.initializr.stub.ClientApplicationTests]
20:27:40.801 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@1f95560 testClass = ClientApplicationTests, testInstance = io.spring.initializr.stub.ClientApplicationTests@1c86f2d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@dd0edd testClass = ClientApplicationTests, locations = '{}', classes = '{class io.spring.initializr.stub.SampleApp, class io.spring.initializr.stub.ClientApplicationTests$Config}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.ImportsContextCustomizer@fad33923, org.springframework.boot.test.context.SpringBootTestContextCustomizer@121c9d6, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@afc191, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@6577e47b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@70a3d8], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]].
20:27:40.869 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:27:40.869 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:27:40.869 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:27:40.871 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
20:27:40.871 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:27:41.349  INFO 4812 --- [           main] i.s.i.stub.ClientApplicationTests        : Starting ClientApplicationTests on SS with PID 4812 (started by sds in C:\Users\sds\Desktop\initializr\initializr-docs)
2017-09-02 20:27:41.349  INFO 4812 --- [           main] i.s.i.stub.ClientApplicationTests        : No active profile set, falling back to default profiles: default
2017-09-02 20:27:41.669  INFO 4812 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1c9876b: startup date [Sat Sep 02 20:27:41 CST 2017]; root of context hierarchy
2017-09-02 20:27:42.453  INFO 4812 --- [           main] o.s.i.config.IntegrationRegistrar        : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2017-09-02 20:27:42.749  INFO 4812 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2017-09-02 20:27:42.755  INFO 4812 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2017-09-02 20:27:42.769  INFO 4812 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-09-02 20:27:42.918  INFO 4812 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-09-02 20:27:42.924  INFO 4812 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-09-02 20:27:44.747  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Remote repos not passed but the switch to work offline was set. Stubs will be used from your local Maven repository.
2017-09-02 20:27:44.911  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Resolved version is [0.4.0.BUILD-SNAPSHOT]
2017-09-02 20:27:44.912  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Resolving artifact [io.spring.initializr:initializr-web:jar:stubs:0.4.0.BUILD-SNAPSHOT] using remote repositories []
2017-09-02 20:27:44.929  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Resolved artifact [io.spring.initializr:initializr-web:jar:stubs:0.4.0.BUILD-SNAPSHOT] to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-web\0.4.0.BUILD-SNAPSHOT\initializr-web-0.4.0.BUILD-SNAPSHOT-stubs.jar
2017-09-02 20:27:44.932  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Unpacking stub from JAR [URI: file:/C:/Users/sds/.m2/repository/io/spring/initializr/initializr-web/0.4.0.BUILD-SNAPSHOT/initializr-web-0.4.0.BUILD-SNAPSHOT-stubs.jar]
2017-09-02 20:27:45.114  INFO 4812 --- [           main] o.s.c.c.stubrunner.AetherStubDownloader  : Unpacked file to [C:\Users\sds\AppData\Local\Temp\contracts6690662836313733330]
2017-09-02 20:27:45.295  INFO 4812 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1eed657: startup date [Sat Sep 02 20:27:45 CST 2017]; root of context hierarchy
2017-09-02 20:27:45.360  INFO 4812 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-09-02 20:27:45.631  INFO 4812 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 11407 (http)
2017-09-02 20:27:45.643  INFO 4812 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-09-02 20:27:45.644  INFO 4812 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.15
2017-09-02 20:27:45.778  INFO 4812 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-09-02 20:27:45.778  INFO 4812 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 483 ms
2017-09-02 20:27:45.817  INFO 4812 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'stub' to [/]
2017-09-02 20:27:45.818  INFO 4812 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'admin' to [/__admin/*]
2017-09-02 20:27:45.983  INFO 4812 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 11407 (http)
2017-09-02 20:27:45.989  INFO 4812 --- [           main] o.s.c.contract.stubrunner.StubServer     : Started stub server for project [io.spring.initializr:initializr-web:0.4.0.BUILD-SNAPSHOT:stubs] on port 11407
2017-09-02 20:27:46.248  INFO 4812 --- [io-11407-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
2017-09-02 20:27:47.004  INFO 4812 --- [           main] o.s.c.c.stubrunner.StubRunnerExecutor    : All stubs are now running RunningStubs [namesAndPorts={io.spring.initializr:initializr-web:0.4.0.BUILD-SNAPSHOT:stubs=11407}]
2017-09-02 20:27:47.209  INFO 4812 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService  'taskScheduler'
2017-09-02 20:27:47.781  INFO 4812 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 0
2017-09-02 20:27:47.781  INFO 4812 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2017-09-02 20:27:47.781  INFO 4812 --- [           main] o.s.i.channel.PublishSubscribeChannel    : Channel 'application:-1.errorChannel' has 1 subscriber(s).
2017-09-02 20:27:47.781  INFO 4812 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : started _org.springframework.integration.errorLogger
2017-09-02 20:27:47.793  INFO 4812 --- [           main] i.s.i.stub.ClientApplicationTests        : Started ClientApplicationTests in 6.919 seconds (JVM running for 7.653)
2017-09-02 20:27:47.836  INFO 4812 --- [io-11407-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.532 sec - in io.spring.initializr.stub.ClientApplicationTests
2017-09-02 20:27:47.914  INFO 4812 --- [       Thread-1] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1eed657: startup date [Sat Sep 02 20:27:45 CST 2017]; root of context hierarchy
2017-09-02 20:27:47.914  INFO 4812 --- [       Thread-4] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1c9876b: startup date [Sat Sep 02 20:27:41 CST 2017]; root of context hierarchy
2017-09-02 20:27:47.917  INFO 4812 --- [       Thread-4] o.s.c.support.DefaultLifecycleProcessor  : Stopping beans in phase 0
2017-09-02 20:27:47.918  INFO 4812 --- [       Thread-4] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2017-09-02 20:27:47.918  INFO 4812 --- [       Thread-4] o.s.i.channel.PublishSubscribeChannel    : Channel 'application:-1.errorChannel' has 0 subscriber(s).
2017-09-02 20:27:47.918  INFO 4812 --- [       Thread-4] o.s.i.endpoint.EventDrivenConsumer       : stopped _org.springframework.integration.errorLogger
2017-09-02 20:27:47.919  INFO 4812 --- [       Thread-4] o.s.s.c.ThreadPoolTaskScheduler          : Shutting down ExecutorService 'taskScheduler'

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ initializr-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: C:\Users\sds\Desktop\initializr\initializr-docs\target\initializr-docs-0.4.0.BUILD-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ initializr-docs ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ initializr-docs ---
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-docs\target\initializr-docs-0.4.0.BUILD-SNAPSHOT.jar to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-docs\0.4.0.BUILD-SNAPSHOT\initializr-docs-0.4.0.BUILD-SNAPSHOT.jar
[INFO] Installing C:\Users\sds\Desktop\initializr\initializr-docs\pom.xml to C:\Users\sds\.m2\repository\io\spring\initializr\initializr-docs\0.4.0.BUILD-SNAPSHOT\initializr-docs-0.4.0.BUILD-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spring Initializr .................................. SUCCESS [  0.538 s]
[INFO] Spring Initializr :: Generator ..................... SUCCESS [ 20.605 s]
[INFO] Spring Initializr :: Web ........................... SUCCESS [ 26.565 s]
[INFO] Spring Initializr :: Actuator ...................... SUCCESS [ 13.998 s]
[INFO] Spring Initializr :: Docs .......................... SUCCESS [  9.196 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:11 min
[INFO] Finished at: 2017-09-02T20:27:48+08:00
[INFO] Final Memory: 34M/87M
[INFO] ------------------------------------------------------------------------

sds@SS MINGW64 ~/Desktop/initializr (master)
$

sds@SS MINGW64 ~/Desktop/initializr (master)
$ cd initializr-service/

sds@SS MINGW64 ~/Desktop/initializr/initializr-service (master)
$ ../mvnw spring-boot:run
/c/Users/sds/Desktop/initializr
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Initializr :: Service 0.4.0.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:1.4.7.RELEASE:run (default-cli) > test-compile @ initializr-service >>>
[INFO]
[INFO] --- git-commit-id-plugin:2.1.11:revision (default) @ initializr-service ---
[INFO]
[INFO] --- spring-boot-maven-plugin:1.4.7.RELEASE:build-info (build information) @ initializr-service ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ initializr-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ initializr-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\Users\sds\Desktop\initializr\initializr-service\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ initializr-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\sds\Desktop\initializr\initializr-service\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ initializr-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\Users\sds\Desktop\initializr\initializr-service\target\test-classes
[WARNING] /C:/Users/sds/Desktop/initializr/initializr-service/src/test/java/io/spring/initializr/service/info/CloudFoundryInfoContributorTests.java: C:\Users\sds\Desktop\initializr\initializr-service\src\test\java\io\spring\initializr\service\info\CloudFoundryInfoContributorTests.javaʹ▒▒▒▒δ▒▒▒▒▒򲻰▒ȫ▒IJ▒▒▒▒▒
[WARNING] /C:/Users/sds/Desktop/initializr/initializr-service/src/test/java/io/spring/initializr/service/info/CloudFoundryInfoContributorTests.java: ▒й▒▒▒ϸ▒▒Ϣ, ▒▒ʹ▒▒ -Xlint:unchecked ▒▒▒±▒▒롣
[INFO]
[INFO] <<< spring-boot-maven-plugin:1.4.7.RELEASE:run (default-cli) < test-compile @ initializr-service <<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:1.4.7.RELEASE:run (default-cli) @ initializr-service ---
[INFO] Attaching agents: []

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.7.RELEASE)

2017-09-02 20:28:35.319  INFO 10088 --- [  restartedMain] i.s.i.service.InitializrService          : Starting InitializrService on SS with PID 10088 (C:\Users\sds\Desktop\initializr\initializr-service\target\classes started by sds in C:\Users\sds\Desktop\initializr\initializr-service)
2017-09-02 20:28:35.323  INFO 10088 --- [  restartedMain] i.s.i.service.InitializrService          : No active profile set, falling back to default profiles: default
2017-09-02 20:28:35.400  INFO 10088 --- [  restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@544ce9: startup date [Sat Sep 02 20:28:35 CST 2017]; root of context hierarchy
2017-09-02 20:28:36.810  INFO 10088 --- [  restartedMain] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2017-09-02 20:28:37.178  INFO 10088 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'initializrService.AsyncConfiguration' of type [io.spring.initializr.service.InitializrService$AsyncConfiguration$$EnhancerBySpringCGLIB$$8d194d99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-09-02 20:28:37.183  INFO 10088 --- [  restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
2017-09-02 20:28:37.674  INFO 10088 --- [  restartedMain] org.ehcache.core.EhcacheManager          : Cache 'initializr' created in EhcacheManager.
2017-09-02 20:28:37.693  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=initializr
2017-09-02 20:28:37.694  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=initializr
2017-09-02 20:28:37.699  INFO 10088 --- [  restartedMain] org.ehcache.core.EhcacheManager          : Cache 'dependency-metadata' created in EhcacheManager.
2017-09-02 20:28:37.700  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=dependency-metadata
2017-09-02 20:28:37.700  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=dependency-metadata
2017-09-02 20:28:37.705  INFO 10088 --- [  restartedMain] org.ehcache.core.EhcacheManager          : Cache 'project-resources' created in EhcacheManager.
2017-09-02 20:28:37.707  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=project-resources
2017-09-02 20:28:37.707  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=project-resources
2017-09-02 20:28:37.725  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=initializr
2017-09-02 20:28:37.725  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=initializr
2017-09-02 20:28:37.726  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=dependency-metadata
2017-09-02 20:28:37.726  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=dependency-metadata
2017-09-02 20:28:37.726  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=project-resources
2017-09-02 20:28:37.726  INFO 10088 --- [  restartedMain] org.ehcache.jsr107.Eh107CacheManager     : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=project-resources
2017-09-02 20:28:38.781  INFO 10088 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-09-02 20:28:38.792  INFO 10088 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-09-02 20:28:38.793  INFO 10088 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.15
2017-09-02 20:28:38.915  INFO 10088 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-09-02 20:28:38.915  INFO 10088 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3522 ms
2017-09-02 20:28:39.343  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-09-02 20:28:39.347  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2017-09-02 20:28:39.347  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-09-02 20:28:39.347  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-09-02 20:28:39.352  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-09-02 20:28:39.352  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-09-02 20:28:39.352  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2017-09-02 20:28:39.352  INFO 10088 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'applicationContextIdFilter' to: [/*]
2017-09-02 20:28:40.613  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@544ce9: startup date [Sat Sep 02 20:28:35 CST 2017]; root of context hierarchy
2017-09-02 20:28:40.622  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:28:40.689  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sts],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.LegacyStsController.stsHome(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:28:40.691  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-02 20:28:40.691  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-02 20:28:40.703  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/client]}" onto public java.lang.String io.spring.initializr.web.project.MainController.client()
2017-09-02 20:28:40.704  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/metadata/config],produces=[application/json]}" onto public io.spring.initializr.metadata.InitializrMetadata io.spring.initializr.web.project.MainController.config()
2017-09-02 20:28:40.704  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/html]}" onto public java.lang.String io.spring.initializr.web.project.MainController.home(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-02 20:28:40.705  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring]}" onto public java.lang.String io.spring.initializr.web.project.MainController.spring()
2017-09-02 20:28:40.705  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pom]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.pom(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:28:40.705  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/build]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.gradle(io.spring.initializr.generator.BasicProjectRequest)
2017-09-02 20:28:40.706  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.zip]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springZip(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:28:40.706  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/dependencies],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.dependenciesV21(java.lang.String)
2017-09-02 20:28:40.707  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/starter.tgz],produces=[application/x-compress]}" onto public org.springframework.http.ResponseEntity<byte[]> io.spring.initializr.web.project.MainController.springTgz(io.spring.initializr.generator.BasicProjectRequest) throws java.io.IOException
2017-09-02 20:28:40.707  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/spring.tar.gz || /spring.tgz]}" onto public java.lang.String io.spring.initializr.web.project.MainController.springTgz()
2017-09-02 20:28:40.707  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2.1+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV21()
2017-09-02 20:28:40.708  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/hal+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesHal()
2017-09-02 20:28:40.708  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[application/vnd.initializr.v2+json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesV2()
2017-09-02 20:28:40.709  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],produces=[text/plain]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.project.MainController.serviceCapabilitiesText(java.lang.String)
2017-09-02 20:28:40.710  INFO 10088 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ui/dependencies],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> io.spring.initializr.web.ui.UiController.dependencies(java.lang.String)
2017-09-02 20:28:40.757  INFO 10088 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:28:40.757  INFO 10088 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:28:40.783  INFO 10088 --- [  restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2017-09-02 20:28:40.812  INFO 10088 --- [  restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-02 20:28:42.634  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2017-09-02 20:28:42.636  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2017-09-02 20:28:42.637  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.637  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.638  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2017-09-02 20:28:42.639  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.639  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.640  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.642  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.645  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.646  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.646  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-02 20:28:42.647  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2017-09-02 20:28:42.647  INFO 10088 --- [  restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/actuator || /actuator.json],produces=[application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2017-09-02 20:28:42.805  INFO 10088 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2017-09-02 20:28:42.878  INFO 10088 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
2017-09-02 20:28:42.891  INFO 10088 --- [  restartedMain] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 0
2017-09-02 20:28:43.019  INFO 10088 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2017-09-02 20:28:43.025  INFO 10088 --- [  restartedMain] i.s.i.service.InitializrService          : Started InitializrService in 8.527 seconds (JVM running for 8.955)
2017-09-02 20:28:50.827  INFO 10088 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-09-02 20:28:50.827  INFO 10088 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2017-09-02 20:28:50.849  INFO 10088 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 22 ms
2017-09-02 20:28:50.925  INFO 10088 --- [nio-8080-exec-1] .i.w.s.DefaultInitializrMetadataProvider : Fetching boot metadata from https://spring.io/project_metadata/spring-boot

  

posted @ 2017-09-02 20:33  一支小白  阅读(2891)  评论(1编辑  收藏  举报