vojtechruz / spring-boot-admin

Code examples for blog article about Spring Boot Admin
22 stars 20 forks source link

was not for Spring Boot 1.5.x #4

Closed paulvi closed 5 years ago

paulvi commented 5 years ago

Just for information, that this example does not compile for

Spring Boot 1.5.17.RELEASE
and
Spring Boot Admin 1.5.7.

(Of course when setting these versions in both client and server modules)


I wonder, can Spring Boot Admin Server 2.1 be used together with older Spring Boot Admin CLient, e.g. 1.5.x

vojtechruz commented 5 years ago

I was able to change to versions you suggested and build including tests. Could you check branch 1.x and verify? Note that package name of @EnableAdminServer annotation also changed. Of course, as is it will not work properly as Actuator changed a lot since boot 1.x and for example, all the configs in property file are not valid as they were renamed. Probably some config properties of Admin Client and server changed as well. But with changing these it should work.

vojtechruz commented 5 years ago
"C:\Program Files\Java\jdk1.8.0_151\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\projects\spring-boot-admin\client "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\lib\idea_rt.jar=57895:C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3 clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building spring-boot-admin-client 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ spring-boot-admin-client ---
[INFO] Deleting C:\projects\spring-boot-admin\client\target
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ spring-boot-admin-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring-boot-admin-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\projects\spring-boot-admin\client\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ spring-boot-admin-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\projects\spring-boot-admin\client\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ spring-boot-admin-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\projects\spring-boot-admin\client\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ spring-boot-admin-client ---
[INFO] Surefire report directory: C:\projects\spring-boot-admin\client\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
19:03:59.526 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.542 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:03:59.575 [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)]
19:03:59.592 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:03:59.605 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests], using SpringBootContextLoader
19:03:59.608 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: class path resource [com/vojtechruzicka/springbootadminclient/SpringBootAdminClientApplicationTests-context.xml] does not exist
19:03:59.609 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: class path resource [com/vojtechruzicka/springbootadminclient/SpringBootAdminClientApplicationTestsContext.groovy] does not exist
19:03:59.609 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
19:03:59.610 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: SpringBootAdminClientApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:03:59.659 [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 [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.668 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:03:59.669 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:03:59.669 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@319977154 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\client, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\client, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar C:\projects\spring-boot-admin\client\target\surefire\surefire2810554199719161791tmp C:\projects\spring-boot-admin\client\target\surefire\surefire_03390222424271857697tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@648680157 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\client, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:03:59.682 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [com/vojtechruzicka/springbootadminclient/] to resources [URL [file:/C:/projects/spring-boot-admin/client/target/test-classes/com/vojtechruzicka/springbootadminclient/], URL [file:/C:/projects/spring-boot-admin/client/target/classes/com/vojtechruzicka/springbootadminclient/]]
19:03:59.683 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\projects\spring-boot-admin\client\target\test-classes\com\vojtechruzicka\springbootadminclient]
19:03:59.683 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\projects\spring-boot-admin\client\target\test-classes\com\vojtechruzicka\springbootadminclient] for files matching pattern [C:/projects/spring-boot-admin/client/target/test-classes/com/vojtechruzicka/springbootadminclient/*.class]
19:03:59.686 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\projects\spring-boot-admin\client\target\classes\com\vojtechruzicka\springbootadminclient]
19:03:59.686 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\projects\spring-boot-admin\client\target\classes\com\vojtechruzicka\springbootadminclient] for files matching pattern [C:/projects/spring-boot-admin/client/target/classes/com/vojtechruzicka/springbootadminclient/*.class]
19:03:59.687 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:com/vojtechruzicka/springbootadminclient/*.class] to resources [file [C:\projects\spring-boot-admin\client\target\test-classes\com\vojtechruzicka\springbootadminclient\SpringBootAdminClientApplicationTests.class], file [C:\projects\spring-boot-admin\client\target\classes\com\vojtechruzicka\springbootadminclient\SpringBootAdminClientApplication.class]]
19:03:59.733 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\projects\spring-boot-admin\client\target\classes\com\vojtechruzicka\springbootadminclient\SpringBootAdminClientApplication.class]
19:03:59.736 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplication for test class com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests
19:03:59.743 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: using defaults.
19:03:59.748 [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]
19:03:59.765 [main] DEBUG 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]
19:03:59.766 [main] DEBUG 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]
19:03:59.766 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@17695df3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c9f5c0d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@de3a06f, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@76b10754, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2bea5ab4, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3d8314f0, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2df32bf7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@530612ba, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2a40cd94, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f4168b8]
19:03:59.771 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.773 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
Running com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests
19:03:59.776 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.776 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:03:59.776 [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)]
19:03:59.777 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:03:59.778 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests], using SpringBootContextLoader
19:03:59.779 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: class path resource [com/vojtechruzicka/springbootadminclient/SpringBootAdminClientApplicationTests-context.xml] does not exist
19:03:59.780 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: class path resource [com/vojtechruzicka/springbootadminclient/SpringBootAdminClientApplicationTestsContext.groovy] does not exist
19:03:59.781 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
19:03:59.781 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: SpringBootAdminClientApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:03:59.802 [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 [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.802 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:03:59.803 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:03:59.803 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@1881129850 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\client, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\client, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar C:\projects\spring-boot-admin\client\target\surefire\surefire2810554199719161791tmp C:\projects\spring-boot-admin\client\target\surefire\surefire_03390222424271857697tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@1095293768 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\client, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:03:59.807 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplication for test class com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests
19:03:59.817 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]: using defaults.
19:03:59.822 [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]
19:03:59.832 [main] DEBUG 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]
19:03:59.833 [main] DEBUG 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]
19:03:59.834 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@15d9bc04, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@473b46c3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@516be40f, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3c0a50da, org.springframework.test.context.support.DirtiesContextTestExecutionListener@646be2c3, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@797badd3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@77be656f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@19dc67c2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@221af3c0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@62bd765]
19:03:59.834 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.834 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.835 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.836 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.843 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@3f200884 testClass = SpringBootAdminClientApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4d339552 testClass = SpringBootAdminClientApplicationTests, locations = '{}', classes = '{class com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@78c03f1f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5383967b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@20398b7c, 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@7b49cea0], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
19:03:59.846 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.847 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests]
19:03:59.939 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:03:59.939 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:03:59.939 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@521081105 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\client, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\client, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\client\target\test-classes;C:\projects\spring-boot-admin\client\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.7\spring-boot-admin-starter-client-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-client\1.5.7\spring-boot-admin-client-1.5.7.jar;C:\Users\vojte\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\vojte\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\client\target\surefire\surefirebooter6549445993238241775.jar C:\projects\spring-boot-admin\client\target\surefire\surefire2810554199719161791tmp C:\projects\spring-boot-admin\client\target\surefire\surefire_03390222424271857697tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@1237550792 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\client, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:03:59.944 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding PropertySource 'inline' with highest search precedence
19:03:59.949 [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}
19:03:59.950 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'Inlined Test Properties' with highest search precedence

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

2018-11-22 19:04:00.331  INFO 5336 --- [           main] .s.SpringBootAdminClientApplicationTests : Starting SpringBootAdminClientApplicationTests on DESKTOP-6NJV4ON with PID 5336 (started by vojte in C:\projects\spring-boot-admin\client)
2018-11-22 19:04:00.332  INFO 5336 --- [           main] .s.SpringBootAdminClientApplicationTests : No active profile set, falling back to default profiles: default
2018-11-22 19:04:00.376  INFO 5336 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@77eca502: startup date [Thu Nov 22 19:04:00 CET 2018]; root of context hierarchy
2018-11-22 19:04:02.538  INFO 5336 --- [           main] o.s.b.t.m.w.SpringBootMockServletContext : jolokia: No access restrictor found, access to any MBean is allowed
2018-11-22 19:04:02.774  INFO 5336 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@77eca502: startup date [Thu Nov 22 19:04:00 CET 2018]; root of context hierarchy
2018-11-22 19:04:02.858  INFO 5336 --- [           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)
2018-11-22 19:04:02.860  INFO 5336 --- [           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)
2018-11-22 19:04:02.911  INFO 5336 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:04:02.912  INFO 5336 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:04:02.959  INFO 5336 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:04:03.452  INFO 5336 --- [           main] b.a.s.AuthenticationManagerConfiguration : 

Using default security password: 5ad84cad-ed38-4693-aacd-24da26981991

2018-11-22 19:04:03.514  INFO 5336 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
2018-11-22 19:04:03.840  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.840  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.841  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.842  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-11-22 19:04:03.843  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.844  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.845  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-11-22 19:04:03.848  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.849  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/jolokia/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2018-11-22 19:04:03.851  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-11-22 19:04:03.853  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2018-11-22 19:04:03.853  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.854  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.855  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.857  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2018-11-22 19:04:03.858  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-11-22 19:04:03.859  INFO 5336 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:04:03.860  INFO 5336 --- [           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
2018-11-22 19:04:03.861  INFO 5336 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@43b40233, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@23eff5d1, org.springframework.security.web.context.SecurityContextPersistenceFilter@760cf594, org.springframework.security.web.header.HeaderWriterFilter@3e48d38, org.springframework.web.filter.CorsFilter@2e060819, org.springframework.security.web.authentication.logout.LogoutFilter@ffaaaf0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@abff8b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@37303f12, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2ab5afc7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@42c28305, org.springframework.security.web.session.SessionManagementFilter@10fbbdb, org.springframework.security.web.access.ExceptionTranslationFilter@23706db8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@40e60ece]
2018-11-22 19:04:03.866  INFO 5336 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@13da7ab0, org.springframework.security.web.context.SecurityContextPersistenceFilter@5d5160e6, org.springframework.security.web.header.HeaderWriterFilter@35764bef, org.springframework.security.web.authentication.logout.LogoutFilter@61af1510, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@37af1f93, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2eadc9f6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2903c6ff, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2c8662ac, org.springframework.security.web.session.SessionManagementFilter@5633dafd, org.springframework.security.web.access.ExceptionTranslationFilter@6ba30587, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@b835727]
2018-11-22 19:04:04.204  INFO 5336 --- [           main] .s.SpringBootAdminClientApplicationTests : Started SpringBootAdminClientApplicationTests in 4.243 seconds (JVM running for 5.045)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.479 sec - in com.vojtechruzicka.springbootadminclient.SpringBootAdminClientApplicationTests
2018-11-22 19:04:04.260  INFO 5336 --- [       Thread-2] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@77eca502: startup date [Thu Nov 22 19:04:00 CET 2018]; root of context hierarchy

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ spring-boot-admin-client ---
[INFO] Building jar: C:\projects\spring-boot-admin\client\target\spring-boot-admin-client-1.0.0.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.5.17.RELEASE:repackage (default) @ spring-boot-admin-client ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring-boot-admin-client ---
[INFO] Installing C:\projects\spring-boot-admin\client\target\spring-boot-admin-client-1.0.0.jar to C:\Users\vojte\.m2\repository\com\vojtechruzicka\spring-boot-admin-client\1.0.0\spring-boot-admin-client-1.0.0.jar
[INFO] Installing C:\projects\spring-boot-admin\client\pom.xml to C:\Users\vojte\.m2\repository\com\vojtechruzicka\spring-boot-admin-client\1.0.0\spring-boot-admin-client-1.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.736 s
[INFO] Finished at: 2018-11-22T19:04:05+01:00
[INFO] Final Memory: 32M/308M
[INFO] ------------------------------------------------------------------------

Process finished with exit code 0
vojtechruz commented 5 years ago
"C:\Program Files\Java\jdk1.8.0_151\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\projects\spring-boot-admin\server "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\lib\idea_rt.jar=57914:C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 183.3283.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3 clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building spring-boot-admin-server 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ spring-boot-admin-server ---
[INFO] Deleting C:\projects\spring-boot-admin\server\target
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ spring-boot-admin-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring-boot-admin-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\projects\spring-boot-admin\server\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ spring-boot-admin-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\projects\spring-boot-admin\server\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ spring-boot-admin-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\projects\spring-boot-admin\server\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ spring-boot-admin-server ---
[INFO] Surefire report directory: C:\projects\spring-boot-admin\server\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
19:06:36.898 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:36.906 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:06:36.919 [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)]
19:06:36.951 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:06:36.965 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests], using SpringBootContextLoader
19:06:36.968 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: class path resource [com/vojtechruzicka/springbootadminserver/SpringBootAdminServerApplicationTests-context.xml] does not exist
19:06:36.969 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: class path resource [com/vojtechruzicka/springbootadminserver/SpringBootAdminServerApplicationTestsContext.groovy] does not exist
19:06:36.969 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
19:06:36.970 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: SpringBootAdminServerApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:06:37.012 [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 [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.021 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:06:37.021 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:06:37.022 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@885851948 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\server, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\server, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar C:\projects\spring-boot-admin\server\target\surefire\surefire1551254264733761342tmp C:\projects\spring-boot-admin\server\target\surefire\surefire_06775401474866057416tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@2048834776 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\server, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:06:37.035 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [com/vojtechruzicka/springbootadminserver/] to resources [URL [file:/C:/projects/spring-boot-admin/server/target/test-classes/com/vojtechruzicka/springbootadminserver/], URL [file:/C:/projects/spring-boot-admin/server/target/classes/com/vojtechruzicka/springbootadminserver/]]
19:06:37.035 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\projects\spring-boot-admin\server\target\test-classes\com\vojtechruzicka\springbootadminserver]
19:06:37.035 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\projects\spring-boot-admin\server\target\test-classes\com\vojtechruzicka\springbootadminserver] for files matching pattern [C:/projects/spring-boot-admin/server/target/test-classes/com/vojtechruzicka/springbootadminserver/*.class]
19:06:37.038 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\projects\spring-boot-admin\server\target\classes\com\vojtechruzicka\springbootadminserver]
19:06:37.039 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\projects\spring-boot-admin\server\target\classes\com\vojtechruzicka\springbootadminserver] for files matching pattern [C:/projects/spring-boot-admin/server/target/classes/com/vojtechruzicka/springbootadminserver/*.class]
19:06:37.039 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:com/vojtechruzicka/springbootadminserver/*.class] to resources [file [C:\projects\spring-boot-admin\server\target\test-classes\com\vojtechruzicka\springbootadminserver\SpringBootAdminServerApplicationTests.class], file [C:\projects\spring-boot-admin\server\target\classes\com\vojtechruzicka\springbootadminserver\SecurityConfig.class], file [C:\projects\spring-boot-admin\server\target\classes\com\vojtechruzicka\springbootadminserver\SpringBootAdminServerApplication.class]]
19:06:37.099 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\projects\spring-boot-admin\server\target\classes\com\vojtechruzicka\springbootadminserver\SpringBootAdminServerApplication.class]
19:06:37.101 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplication for test class com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests
19:06:37.110 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: using defaults.
19:06:37.116 [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]
19:06:37.134 [main] DEBUG 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]
19:06:37.135 [main] DEBUG 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]
19:06:37.135 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@49e202ad, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1c72da34, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6b0c2d26, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3d3fcdb0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@641147d0, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6e38921c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@64d7f7e0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@27c6e487, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@49070868, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6385cb26]
19:06:37.138 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.138 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
Running com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests
19:06:37.143 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.143 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:06:37.143 [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)]
19:06:37.143 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:06:37.144 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests], using SpringBootContextLoader
19:06:37.144 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: class path resource [com/vojtechruzicka/springbootadminserver/SpringBootAdminServerApplicationTests-context.xml] does not exist
19:06:37.144 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: class path resource [com/vojtechruzicka/springbootadminserver/SpringBootAdminServerApplicationTestsContext.groovy] does not exist
19:06:37.145 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
19:06:37.145 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: SpringBootAdminServerApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:06:37.155 [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 [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.155 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:06:37.156 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:06:37.156 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@2145970759 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\server, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\server, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar C:\projects\spring-boot-admin\server\target\surefire\surefire1551254264733761342tmp C:\projects\spring-boot-admin\server\target\surefire\surefire_06775401474866057416tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@577405636 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\server, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:06:37.160 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplication for test class com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests
19:06:37.163 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]: using defaults.
19:06:37.168 [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]
19:06:37.175 [main] DEBUG 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]
19:06:37.176 [main] DEBUG 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]
19:06:37.177 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ca263c2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@589b3632, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@45f45fa1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4c6e276e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@534df152, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@52e677af, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@35083305, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@8e0379d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@341b80b2, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@55a1c291]
19:06:37.178 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.179 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.180 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.181 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.188 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@12d3a4e9 testClass = SpringBootAdminServerApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@240237d2 testClass = SpringBootAdminServerApplicationTests, locations = '{}', classes = '{class com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@23e028a9, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@610694f1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3701eaf6, 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@76707e36], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
19:06:37.189 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.189 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests]
19:06:37.295 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
19:06:37.295 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
19:06:37.296 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@1105423942 {name='systemProperties', properties={idea.version=2018.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin, java.vm.version=25.151-b12, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=US, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\projects\spring-boot-admin\server, java.runtime.version=1.8.0_151-b12, basedir=C:\projects\spring-boot-admin\server, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\endorsed, os.arch=amd64, surefire.real.class.path=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar, java.io.tmpdir=C:\Users\vojte\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_151\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;., surefire.test.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\vojte, user.timezone=Europe/Prague, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.8, java.class.path=C:\projects\spring-boot-admin\server\target\test-classes;C:\projects\spring-boot-admin\server\target\classes;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.17.RELEASE\spring-boot-starter-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot\1.5.17.RELEASE\spring-boot-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.17.RELEASE\spring-boot-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.17.RELEASE\spring-boot-starter-logging-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\vojte\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\vojte\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-core\4.3.20.RELEASE\spring-core-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.17.RELEASE\spring-boot-starter-web-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.17.RELEASE\spring-boot-starter-tomcat-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.34\tomcat-embed-core-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.34\tomcat-annotations-api-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.34\tomcat-embed-el-8.5.34.jar;C:\Users\vojte\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.34\tomcat-embed-websocket-8.5.34.jar;C:\Users\vojte\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\vojte\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\vojte\.m2\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;C:\Users\vojte\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.11.2\jackson-databind-2.8.11.2.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\vojte\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.11\jackson-core-2.8.11.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-web\4.3.20.RELEASE\spring-web-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-beans\4.3.20.RELEASE\spring-beans-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-webmvc\4.3.20.RELEASE\spring-webmvc-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-expression\4.3.20.RELEASE\spring-expression-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-starter-server\1.5.7\spring-boot-admin-starter-server-1.5.7.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server\1.5.7\spring-boot-admin-server-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.17.RELEASE\spring-boot-starter-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.17.RELEASE\spring-boot-actuator-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\netflix\zuul\zuul-core\1.3.0\zuul-core-1.3.0.jar;C:\Users\vojte\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\vojte\.m2\repository\com\netflix\archaius\archaius-core\0.6.0\archaius-core-0.6.0.jar;C:\Users\vojte\.m2\repository\com\google\guava\guava\11.0.2\guava-11.0.2.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\jsr305\1.3.9\jsr305-1.3.9.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.11\jackson-mapper-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\vojte\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\vojte\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\vojte\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.11\jackson-core-asl-1.9.11.jar;C:\Users\vojte\.m2\repository\com\google\code\findbugs\annotations\2.0.0\annotations-2.0.0.jar;C:\Users\vojte\.m2\repository\com\netflix\servo\servo-core\0.7.2\servo-core-0.7.2.jar;C:\Users\vojte\.m2\repository\com\netflix\netflix-commons\netflix-commons-util\0.1.1\netflix-commons-util-0.1.1.jar;C:\Users\vojte\.m2\repository\com\netflix\hystrix\hystrix-core\1.5.12\hystrix-core-1.5.12.jar;C:\Users\vojte\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\vojte\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-netflix-core\1.4.2.RELEASE\spring-cloud-netflix-core-1.4.2.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-context\1.3.1.RELEASE\spring-cloud-context-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-crypto\4.2.9.RELEASE\spring-security-crypto-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\cloud\spring-cloud-commons\1.3.1.RELEASE\spring-cloud-commons-1.3.1.RELEASE.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpclient\4.5.6\httpclient-4.5.6.jar;C:\Users\vojte\.m2\repository\org\apache\httpcomponents\httpcore\4.4.10\httpcore-4.4.10.jar;C:\Users\vojte\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\vojte\.m2\repository\de\codecentric\spring-boot-admin-server-ui\1.5.7\spring-boot-admin-server-ui-1.5.7.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-security\1.5.17.RELEASE\spring-boot-starter-security-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-aop\4.3.20.RELEASE\spring-aop-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-config\4.2.9.RELEASE\spring-security-config-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-core\4.2.9.RELEASE\spring-security-core-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\security\spring-security-web\4.2.9.RELEASE\spring-security-web-4.2.9.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-mail\1.5.17.RELEASE\spring-boot-starter-mail-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context\4.3.20.RELEASE\spring-context-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-context-support\4.3.20.RELEASE\spring-context-support-4.3.20.RELEASE.jar;C:\Users\vojte\.m2\repository\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;C:\Users\vojte\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.17.RELEASE\spring-boot-starter-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test\1.5.17.RELEASE\spring-boot-test-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.17.RELEASE\spring-boot-test-autoconfigure-1.5.17.RELEASE.jar;C:\Users\vojte\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\vojte\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\vojte\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\vojte\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\vojte\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\vojte\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\vojte\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\vojte\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\vojte\.m2\repository\org\objenesis\objenesis\2.1\objenesis-2.1.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\vojte\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\vojte\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\vojte\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\vojte\.m2\repository\org\springframework\spring-test\4.3.20.RELEASE\spring-test-4.3.20.RELEASE.jar;, user.name=vojte, java.vm.specification.version=1.8, sun.java.command=C:\projects\spring-boot-admin\server\target\surefire\surefirebooter6144315686995833309.jar C:\projects\spring-boot-admin\server\target\surefire\surefire1551254264733761342tmp C:\projects\spring-boot-admin\server\target\surefire\surefire_06775401474866057416tmp, java.home=C:\Program Files\Java\jdk1.8.0_151\jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_151, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_151\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_151\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_151\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_151\jre\classes, java.vendor=Oracle Corporation, localRepository=C:\Users\vojte\.m2\repository, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@365181913 {name='systemEnvironment', properties={PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Pandoc\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Python36\Scripts\;C:\Python36\;C:\Ruby24-x64\bin;C:\Users\vojte\AppData\Local\Microsoft\WindowsApps;C:\Users\vojte\AppData\Local\atom\bin;C:\programs\apache-maven-3.5.2-bin\bin;C:\programs\gradle-4.3.1\bin;C:\Users\vojte\AppData\Roaming\npm;C:\Python27;C:\Program Files\Java\jdk-10.0.1\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps, USERDOMAIN_ROAMINGPROFILE=DESKTOP-6NJV4ON, LOCALAPPDATA=C:\Users\vojte\AppData\Local, PROCESSOR_LEVEL=6, SYSTEMDRIVE=C:, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, USERDOMAIN=DESKTOP-6NJV4ON, FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, LOGONSERVER=\\DESKTOP-6NJV4ON, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_151, PROMPT=$P$G, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROGRAMFILES(X86)=C:\Program Files (x86), PROCESSOR_ARCHITECTURE=AMD64, DRIVERDATA=C:\Windows\System32\Drivers\DriverData, PROGRAMFILES=C:\Program Files, =C:=C:\projects\spring-boot-admin\server, APPDATA=C:\Users\vojte\AppData\Roaming, PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, PROGRAMW6432=C:\Program Files, PROGRAMDATA=C:\ProgramData, SYSTEMROOT=C:\WINDOWS, USERNAME=vojte, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, FPS_BROWSER_USER_PROFILE_STRING=Default, ONEDRIVE=C:\Users\vojte\OneDrive, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, OS=Windows_NT, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DESKTOP-6NJV4ON, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMSPEC=C:\WINDOWS\system32\cmd.exe, PROCESSOR_REVISION=8e09, WINDIR=C:\WINDOWS, HOMEPATH=\Users\vojte, TEMP=C:\Users\vojte\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel, USERPROFILE=C:\Users\vojte, GYP_MSVS_VERSION=2015, TMP=C:\Users\vojte\AppData\Local\Temp, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, =::=::\}}]
19:06:37.297 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding PropertySource 'inline' with highest search precedence
19:06:37.303 [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}
19:06:37.303 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'Inlined Test Properties' with highest search precedence
2018-11-22 19:06:38.176  INFO 9536 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7526515b: startup date [Thu Nov 22 19:06:38 CET 2018]; root of context hierarchy
2018-11-22 19:06:38.715  INFO 9536 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$e8b4f357] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

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

2018-11-22 19:06:39.358  INFO 9536 --- [           main] .s.SpringBootAdminServerApplicationTests : No active profile set, falling back to default profiles: default
2018-11-22 19:06:39.365  INFO 9536 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@42f48531: startup date [Thu Nov 22 19:06:39 CET 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7526515b
2018-11-22 19:06:40.226  INFO 9536 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'counterFactory' 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.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]]
2018-11-22 19:06:40.284  INFO 9536 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'zuulRefreshRoutesListener' 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.cloud.netflix.zuul.ZuulServerAutoConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [de/codecentric/boot/admin/config/RevereseZuulProxyConfiguration.class]]
2018-11-22 19:06:40.509  INFO 9536 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=fe744ad8-eecb-31c4-8396-a3a1d3d2a9d0
2018-11-22 19:06:40.686  INFO 9536 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$fec7969b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-11-22 19:06:40.697  INFO 9536 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$e8b4f357] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-11-22 19:06:41.511  WARN 9536 --- [           main] o.s.c.n.a.ArchaiusAutoConfiguration      : No spring.application.name found, defaulting to 'application'
2018-11-22 19:06:41.517  WARN 9536 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
2018-11-22 19:06:41.517  INFO 9536 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-11-22 19:06:41.523  WARN 9536 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
2018-11-22 19:06:41.523  INFO 9536 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-11-22 19:06:41.687  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@42f48531: startup date [Thu Nov 22 19:06:39 CET 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7526515b
2018-11-22 19:06:41.896  INFO 9536 --- [           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)
2018-11-22 19:06:41.897  INFO 9536 --- [           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)
2018-11-22 19:06:41.902  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String)
2018-11-22 19:06:41.903  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder)
2018-11-22 19:06:41.904  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String)
2018-11-22 19:06:41.905  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection<de.codecentric.boot.admin.model.Application> de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String)
2018-11-22 19:06:41.910  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents()
2018-11-22 19:06:41.911  INFO 9536 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection<de.codecentric.boot.admin.event.ClientApplicationEvent> de.codecentric.boot.admin.journal.web.JournalController.getJournal()
2018-11-22 19:06:41.926  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
2018-11-22 19:06:41.946  WARN 9536 --- [           main] o.s.w.s.r.ResourceHttpRequestHandler     : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
2018-11-22 19:06:41.946  WARN 9536 --- [           main] o.s.w.s.r.ResourceHttpRequestHandler     : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
2018-11-22 19:06:41.948  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:06:41.948  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:06:41.949  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/all-modules.css] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:06:41.949  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/all-modules.js] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:06:41.991  INFO 9536 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-11-22 19:06:42.331  INFO 9536 --- [           main] b.a.s.AuthenticationManagerConfiguration : 

Using default security password: fa1d2ae0-99e4-4d62-a008-189fd73efa41

2018-11-22 19:06:42.416  INFO 9536 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
2018-11-22 19:06:42.527  INFO 9536 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d88f893, org.springframework.security.web.context.SecurityContextPersistenceFilter@50b0afd7, org.springframework.security.web.header.HeaderWriterFilter@79d3473e, org.springframework.security.web.csrf.CsrfFilter@5820070c, org.springframework.security.web.authentication.logout.LogoutFilter@76e90da5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3728a578, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4215e133, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@62765aec, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7f323b3a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@259b85d6, org.springframework.security.web.session.SessionManagementFilter@7fad214a, org.springframework.security.web.access.ExceptionTranslationFilter@59edb4f5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1de4285e]
2018-11-22 19:06:42.933  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.933  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.934  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map<java.lang.String, java.lang.String>)
2018-11-22 19:06:42.935  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset()
2018-11-22 19:06:42.936  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.938  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.939  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.941  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-11-22 19:06:42.941  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.942  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-11-22 19:06:42.943  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-11-22 19:06:42.944  INFO 9536 --- [           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
2018-11-22 19:06:42.946  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2018-11-22 19:06:42.948  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.948  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.949  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.951  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2018-11-22 19:06:42.951  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.953  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2018-11-22 19:06:42.953  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-11-22 19:06:42.954  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.955  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:42.956  INFO 9536 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-11-22 19:06:43.009  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String)
2018-11-22 19:06:43.009  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder)
2018-11-22 19:06:43.010  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<?> de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String)
2018-11-22 19:06:43.010  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection<de.codecentric.boot.admin.model.Application> de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String)
2018-11-22 19:06:43.011  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents()
2018-11-22 19:06:43.012  INFO 9536 --- [           main] d.c.boot.admin.web.PrefixHandlerMapping  : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection<de.codecentric.boot.admin.event.ClientApplicationEvent> de.codecentric.boot.admin.journal.web.JournalController.getJournal()
2018-11-22 19:06:43.013  INFO 9536 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@13ed066e, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d705112, org.springframework.security.web.context.SecurityContextPersistenceFilter@467b0f6e, org.springframework.security.web.header.HeaderWriterFilter@7c0f28f8, org.springframework.web.filter.CorsFilter@590765c4, org.springframework.security.web.authentication.logout.LogoutFilter@c7f4457, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7a687d8d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@474179fa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@420cd102, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19489b27, org.springframework.security.web.session.SessionManagementFilter@2abc8034, org.springframework.security.web.access.ExceptionTranslationFilter@1c93b51e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@31f295b6]
2018-11-22 19:06:43.015  INFO 9536 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3e546734, org.springframework.security.web.context.SecurityContextPersistenceFilter@78b7f805, org.springframework.security.web.header.HeaderWriterFilter@581b1c08, org.springframework.security.web.authentication.logout.LogoutFilter@64763e49, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@23468512, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58f2466c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5809fa26, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53747c4a, org.springframework.security.web.session.SessionManagementFilter@1c240cf2, org.springframework.security.web.access.ExceptionTranslationFilter@20801cbb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3caafa67]
2018-11-22 19:06:44.347  INFO 9536 --- [           main] o.s.c.n.zuul.ZuulFilterInitializer       : Starting filter initializer
2018-11-22 19:06:44.423  INFO 9536 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'updateTaskScheduler'
2018-11-22 19:06:44.553  INFO 9536 --- [           main] .s.SpringBootAdminServerApplicationTests : Started SpringBootAdminServerApplicationTests in 7.24 seconds (JVM running for 8.053)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.48 sec - in com.vojtechruzicka.springbootadminserver.SpringBootAdminServerApplicationTests
2018-11-22 19:06:44.623  INFO 9536 --- [       Thread-6] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@42f48531: startup date [Thu Nov 22 19:06:39 CET 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7526515b
2018-11-22 19:06:44.626  INFO 9536 --- [       Thread-6] o.s.s.c.ThreadPoolTaskScheduler          : Shutting down ExecutorService 'updateTaskScheduler'
2018-11-22 19:06:44.627  INFO 9536 --- [       Thread-6] o.s.c.n.zuul.ZuulFilterInitializer       : Stopping filter initializer

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ spring-boot-admin-server ---
[INFO] Building jar: C:\projects\spring-boot-admin\server\target\spring-boot-admin-server-1.0.0.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.5.17.RELEASE:repackage (default) @ spring-boot-admin-server ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring-boot-admin-server ---
[INFO] Installing C:\projects\spring-boot-admin\server\target\spring-boot-admin-server-1.0.0.jar to C:\Users\vojte\.m2\repository\com\vojtechruzicka\spring-boot-admin-server\1.0.0\spring-boot-admin-server-1.0.0.jar
[INFO] Installing C:\projects\spring-boot-admin\server\pom.xml to C:\Users\vojte\.m2\repository\com\vojtechruzicka\spring-boot-admin-server\1.0.0\spring-boot-admin-server-1.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.149 s
[INFO] Finished at: 2018-11-22T19:06:45+01:00
[INFO] Final Memory: 36M/315M
[INFO] ------------------------------------------------------------------------

Process finished with exit code 0
vojtechruz commented 5 years ago

Closing as it builds, however it would need more changes as there are major differences in actuator between spring boot versions 1.x and 2.x. Because of that, this example repo (as is) is intended for version 2x.

If you are willing to create 1.x example version either as a branch or separate repo, I'll be happy to link it in the blog post.

Thanks for all your contributions :)