diff --git a/spring-cloud-context/target/classes/org/springframework/cloud/env/EnvironmentUtils.class b/spring-cloud-context/target/classes/org/springframework/cloud/env/EnvironmentUtils.class
new file mode 100644
index 00000000..920143af
Binary files /dev/null and b/spring-cloud-context/target/classes/org/springframework/cloud/env/EnvironmentUtils.class differ
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.xml
new file mode 100644
index 00000000..16f4d82c
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.xml
new file mode 100644
index 00000000..070d5ffb
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.xml
new file mode 100644
index 00000000..aac44573
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.xml
new file mode 100644
index 00000000..26024282
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.xml
new file mode 100644
index 00000000..668a6299
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.xml
@@ -0,0 +1,473 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
+ 2017-08-29 13:03:08.345 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests], using SpringBootContextLoader
+2017-08-29 13:03:08.345 INFO 73951 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
+2017-08-29 13:03:08.349 DEBUG 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : @TestExecutionListeners is not present for class [org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests]: using defaults.
+2017-08-29 13:03:08.349 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
+2017-08-29 13:03:08.349 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26c700ff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d9c791, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7ec33496, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6861e61a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@76bfd311, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e127718, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@599293c8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3ea4efd6, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@360b8448, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1b0c9f26, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@564d535c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4f0ecc1c]
+2017-08-29 13:03:08.363 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@169b16dd: startup date [Tue Aug 29 13:03:08 CEST 2017]; root of context hierarchy
+2017-08-29 13:03:08.373 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:08.382 INFO 73951 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ce977fe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2017-08-29 13:03:08.543 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.0.M3)
+
+2017-08-29 13:03:08.565 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+2017-08-29 13:03:08.570 ERROR 73951 --- [ main] o.s.boot.SpringApplication : Application startup failed
+
+java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) [spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+2017-08-29 13:03:08.572 ERROR 73951 --- [ main] o.s.test.context.TestContextManager : Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@26c700ff] to prepare test instance [org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests@7bc9a65e]
+
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) ~[spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ ... 31 common frames omitted
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+
+
+
+
+
+
+ java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
+ 2017-08-29 13:03:08.588 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7de09d35: startup date [Tue Aug 29 13:03:08 CEST 2017]; root of context hierarchy
+2017-08-29 13:03:08.598 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:08.607 INFO 73951 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ce977fe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2017-08-29 13:03:08.644 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.0.M3)
+
+2017-08-29 13:03:08.646 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+2017-08-29 13:03:08.647 ERROR 73951 --- [ main] o.s.boot.SpringApplication : Application startup failed
+
+java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) [spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+2017-08-29 13:03:08.648 ERROR 73951 --- [ main] o.s.test.context.TestContextManager : Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@26c700ff] to prepare test instance [org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests@39b8363b]
+
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) ~[spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ ... 31 common frames omitted
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.xml
new file mode 100644
index 00000000..78d0f4aa
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.xml
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2017-08-29 13:03:08.649 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests], using SpringBootContextLoader
+2017-08-29 13:03:08.650 INFO 73951 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
+2017-08-29 13:03:08.651 DEBUG 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : @TestExecutionListeners is not present for class [org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests]: using defaults.
+2017-08-29 13:03:08.651 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
+2017-08-29 13:03:08.652 INFO 73951 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@28bda649, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5dbe891a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2d38cc6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7acb0140, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f817fbe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@165ed70d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@8f5dcbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2a961de3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1edefb80, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7ed8b1e9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@586e92b2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@420df559]
+
+
+
+ java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=foo
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
+ 2017-08-29 13:03:08.665 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@22d57aa3: startup date [Tue Aug 29 13:03:08 CEST 2017]; root of context hierarchy
+2017-08-29 13:03:08.673 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:08.682 INFO 73951 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ce977fe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2017-08-29 13:03:08.720 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.0.M3)
+
+2017-08-29 13:03:08.723 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+2017-08-29 13:03:08.724 ERROR 73951 --- [ main] o.s.boot.SpringApplication : Application startup failed
+
+java.lang.IllegalStateException: Cannot decrypt: key=foo
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) [spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+2017-08-29 13:03:08.726 ERROR 73951 --- [ main] o.s.test.context.TestContextManager : Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@28bda649] to prepare test instance [org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests@1d461df7]
+
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) [spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) [surefire-junit4-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) [surefire-junit4-2.12.4.jar:2.12.4]
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
+ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) [surefire-api-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) [surefire-booter-2.12.4.jar:2.12.4]
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) [surefire-booter-2.12.4.jar:2.12.4]
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=foo
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95) ~[classes/:na]
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370) ~[classes/:na]
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) ~[spring-boot-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138) ~[spring-boot-test-2.0.0.M3.jar:2.0.0.M3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.0.0.RC3.jar:5.0.0.RC3]
+ ... 31 common frames omitted
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193) ~[classes/:na]
+ ... 40 common frames omitted
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_121]
+ at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_121]
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113) ~[spring-security-crypto-5.0.0.M3.jar:na]
+ ... 43 common frames omitted
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.xml
new file mode 100644
index 00000000..f10f4678
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.xml
new file mode 100644
index 00000000..dfc4cbc9
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.xml
new file mode 100644
index 00000000..1a1e8841
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.xml
new file mode 100644
index 00000000..733180fe
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.xml
new file mode 100644
index 00000000..86e6bbfc
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.xml
new file mode 100644
index 00000000..c9626297
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.xml
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.encrypt(AesBytesEncryptor.java:115)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:193)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:172)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:158)
+ at org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.rsaKeyStoreWithRelaxedProperties(EncryptionBootstrapConfigurationTests.java:41)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
+ at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+ at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 34 more
+
+ 2017-08-29 13:03:12.709 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@74afb4b7: startup date [Tue Aug 29 13:03:12 CEST 2017]; root of context hierarchy
+2017-08-29 13:03:12.718 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:12.728 INFO 73951 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ce977fe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2017-08-29 13:03:12.771 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.0.M3)
+
+2017-08-29 13:03:12.772 INFO 73951 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: MapPropertySource [name='testBootstrap']
+2017-08-29 13:03:12.773 INFO 73951 --- [ main] o.a.maven.surefire.booter.ForkedBooter : No active profile set, falling back to default profiles: default
+2017-08-29 13:03:12.773 DEBUG 73951 --- [ main] o.s.boot.SpringApplication : Loading source class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+2017-08-29 13:03:12.774 DEBUG 73951 --- [ main] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/test-classes/application.properties' (classpath:/application.properties)
+2017-08-29 13:03:12.774 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@517c6a67: startup date [Tue Aug 29 13:03:12 CEST 2017]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@74afb4b7
+2017-08-29 13:03:12.778 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:12.798 DEBUG 73951 --- [ main] utoConfigurationReportLoggingInitializer :
+
+
+=========================
+AUTO-CONFIGURATION REPORT
+=========================
+
+
+Positive matches:
+-----------------
+
+ EncryptionBootstrapConfiguration matched:
+ - @ConditionalOnClass found required class 'org.springframework.security.crypto.encrypt.TextEncryptor'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
+
+ EncryptionBootstrapConfiguration.RsaEncryptionConfiguration matched:
+ - @ConditionalOnClass found required class 'org.springframework.security.rsa.crypto.RsaSecretEncryptor'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
+ - Keystore found in Environment (EncryptionBootstrapConfiguration.KeyCondition)
+
+
+Negative matches:
+-----------------
+
+ EncryptionBootstrapConfiguration.RsaEncryptionConfiguration#textEncryptor:
+ Did not match:
+ - @ConditionalOnMissingBean (types: org.springframework.security.crypto.encrypt.TextEncryptor; SearchStrategy: all) found beans of type'org.springframework.security.crypto.encrypt.TextEncryptor'textEncryptor (OnBeanCondition)
+
+ EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration:
+ Did not match:
+ - @ConditionalOnMissingClass found unwanted class 'org.springframework.security.rsa.crypto.RsaSecretEncryptor' (OnClassCondition)
+
+
+Exclusions:
+-----------
+
+ None
+
+
+Unconditional classes:
+----------------------
+
+ None
+
+
+
+2017-08-29 13:03:12.799 INFO 73951 --- [ main] o.a.maven.surefire.booter.ForkedBooter : Started ForkedBooter in 0.102 seconds (JVM running for 29.934)
+
+
+
+ java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.encrypt(AesBytesEncryptor.java:115)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:193)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:172)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:158)
+ at org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.rsaKeyStore(EncryptionBootstrapConfigurationTests.java:26)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
+ at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+ at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 34 more
+
+ 2017-08-29 13:03:12.820 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3936c2ea: startup date [Tue Aug 29 13:03:12 CEST 2017]; root of context hierarchy
+2017-08-29 13:03:12.830 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:12.839 INFO 73951 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ce977fe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2017-08-29 13:03:12.877 DEBUG 73951 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/surefire/surefirebooter8868137554170360564.jar]
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.0.M3)
+
+2017-08-29 13:03:12.878 INFO 73951 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: MapPropertySource [name='testBootstrap']
+2017-08-29 13:03:12.879 INFO 73951 --- [ main] o.a.maven.surefire.booter.ForkedBooter : No active profile set, falling back to default profiles: default
+2017-08-29 13:03:12.880 DEBUG 73951 --- [ main] o.s.boot.SpringApplication : Loading source class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+2017-08-29 13:03:12.880 DEBUG 73951 --- [ main] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'file:/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-context/target/test-classes/application.properties' (classpath:/application.properties)
+2017-08-29 13:03:12.880 INFO 73951 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@9ee368: startup date [Tue Aug 29 13:03:12 CEST 2017]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3936c2ea
+2017-08-29 13:03:12.885 INFO 73951 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+2017-08-29 13:03:12.903 DEBUG 73951 --- [ main] utoConfigurationReportLoggingInitializer :
+
+
+=========================
+AUTO-CONFIGURATION REPORT
+=========================
+
+
+Positive matches:
+-----------------
+
+ EncryptionBootstrapConfiguration matched:
+ - @ConditionalOnClass found required class 'org.springframework.security.crypto.encrypt.TextEncryptor'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
+
+ EncryptionBootstrapConfiguration.RsaEncryptionConfiguration matched:
+ - @ConditionalOnClass found required class 'org.springframework.security.rsa.crypto.RsaSecretEncryptor'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
+ - Keystore found in Environment (EncryptionBootstrapConfiguration.KeyCondition)
+
+
+Negative matches:
+-----------------
+
+ EncryptionBootstrapConfiguration.RsaEncryptionConfiguration#textEncryptor:
+ Did not match:
+ - @ConditionalOnMissingBean (types: org.springframework.security.crypto.encrypt.TextEncryptor; SearchStrategy: all) found beans of type'org.springframework.security.crypto.encrypt.TextEncryptor'textEncryptor (OnBeanCondition)
+
+ EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration:
+ Did not match:
+ - @ConditionalOnMissingClass found unwanted class 'org.springframework.security.rsa.crypto.RsaSecretEncryptor' (OnClassCondition)
+
+
+Exclusions:
+-----------
+
+ None
+
+
+Unconditional classes:
+----------------------
+
+ None
+
+
+
+2017-08-29 13:03:12.904 INFO 73951 --- [ main] o.a.maven.surefire.booter.ForkedBooter : Started ForkedBooter in 0.099 seconds (JVM running for 30.039)
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.xml
new file mode 100644
index 00000000..e1c71675
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.xml
new file mode 100644
index 00000000..f4632d0e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerTest.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerTest.xml
new file mode 100644
index 00000000..889e45b3
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.environment.EnvironmentManagerTest.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.named.NamedContextFactoryTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.named.NamedContextFactoryTests.xml
new file mode 100644
index 00000000..05d40e1c
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.named.NamedContextFactoryTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.xml
new file mode 100644
index 00000000..bc8bbc5d
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.xml
new file mode 100644
index 00000000..5271abad
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.xml
new file mode 100644
index 00000000..053bcbc7
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.xml
new file mode 100644
index 00000000..09335827
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.restart.RestartIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.restart.RestartIntegrationTests.xml
new file mode 100644
index 00000000..b486c96e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.restart.RestartIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.xml
new file mode 100644
index 00000000..267898b9
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.xml
new file mode 100644
index 00000000..cb6bd56e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.xml
new file mode 100644
index 00000000..2ceb2a2d
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.xml
new file mode 100644
index 00000000..4e0f9011
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.xml
new file mode 100644
index 00000000..16813b26
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.xml
new file mode 100644
index 00000000..19a6d388
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.xml
new file mode 100644
index 00000000..69df7ee4
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.xml
new file mode 100644
index 00000000..cd1bd88f
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.xml
new file mode 100644
index 00000000..a8e6ae36
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.xml
new file mode 100644
index 00000000..ee7d6758
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.xml
new file mode 100644
index 00000000..56dafea5
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.endpoint.RefreshEndpointTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.endpoint.RefreshEndpointTests.xml
new file mode 100644
index 00000000..2ecbb117
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.endpoint.RefreshEndpointTests.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.xml
new file mode 100644
index 00000000..63855e38
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.logging.LoggingRebinderTests.xml b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.logging.LoggingRebinderTests.xml
new file mode 100644
index 00000000..39ceaa51
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/TEST-org.springframework.cloud.logging.LoggingRebinderTests.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.txt
new file mode 100644
index 00000000..ae358b0d
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.autoconfigure.LifecycleMvcAutoConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.717 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.txt
new file mode 100644
index 00000000..52d83b0f
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.autoconfigure.RefreshAutoConfigurationClassPathTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.txt
new file mode 100644
index 00000000..f2701e70
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.autoconfigure.RefreshAutoConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.txt
new file mode 100644
index 00000000..3c7301db
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.BootstrapDisabledAutoConfigurationIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.txt
new file mode 100644
index 00000000..844a7295
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests.txt
@@ -0,0 +1,126 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 2, Skipped: 1, Time elapsed: 0.304 sec <<< FAILURE!
+normalPropertiesDecrypted(org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests) Time elapsed: 0.003 sec <<< ERROR!
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
+bootstrapPropertiesDecrypted(org.springframework.cloud.bootstrap.BootstrapOrderingAutoConfigurationIntegrationTests) Time elapsed: 0 sec <<< ERROR!
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=bar
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.txt
new file mode 100644
index 00000000..2035eb4e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.txt
@@ -0,0 +1,65 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0.074 sec <<< FAILURE!
+customPropertiesDecrypted(org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests) Time elapsed: 0.001 sec <<< ERROR!
+java.lang.IllegalStateException: Failed to load ApplicationContext
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:125)
+ at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:107)
+ at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
+ at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
+ at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:242)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
+ at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.lang.IllegalStateException: Cannot decrypt: key=foo
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:201)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:165)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.initialize(EnvironmentDecryptApplicationInitializer.java:95)
+ at org.springframework.cloud.bootstrap.BootstrapApplicationListener$DelegatingEnvironmentDecryptApplicationInitializer.initialize(BootstrapApplicationListener.java:370)
+ at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:624)
+ at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:364)
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
+ at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:138)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
+ at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
+ ... 31 more
+Caused by: java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.decrypt(AesBytesEncryptor.java:126)
+ at org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.decrypt(HexEncodingTextEncryptor.java:40)
+ at org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer.decrypt(EnvironmentDecryptApplicationInitializer.java:193)
+ ... 40 more
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 43 more
+
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.txt
new file mode 100644
index 00000000..5086a5c1
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.BootstrapOrderingSpringApplicationJsonIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.txt
new file mode 100644
index 00000000..04c48fff
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.BootstrapSourcesOrderingTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.txt
new file mode 100644
index 00000000..ca9c797b
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.MessageSourceConfigurationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.MessageSourceConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.txt
new file mode 100644
index 00000000..98ca20f5
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.931 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.txt
new file mode 100644
index 00000000..ec2d9c38
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.config.BootstrapListenerHierarchyIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.txt
new file mode 100644
index 00000000..f1bf1f94
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.txt
@@ -0,0 +1,96 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.274 sec <<< FAILURE!
+rsaKeyStoreWithRelaxedProperties(org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests) Time elapsed: 0.108 sec <<< ERROR!
+java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.encrypt(AesBytesEncryptor.java:115)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:193)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:172)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:158)
+ at org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.rsaKeyStoreWithRelaxedProperties(EncryptionBootstrapConfigurationTests.java:41)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
+ at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+ at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 34 more
+
+rsaKeyStore(org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests) Time elapsed: 0.103 sec <<< ERROR!
+java.lang.IllegalArgumentException: Unable to initialize due to invalid secret key
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:120)
+ at org.springframework.security.crypto.encrypt.AesBytesEncryptor.encrypt(AesBytesEncryptor.java:115)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:193)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:172)
+ at org.springframework.security.rsa.crypto.RsaSecretEncryptor.encrypt(RsaSecretEncryptor.java:158)
+ at org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfigurationTests.rsaKeyStore(EncryptionBootstrapConfigurationTests.java:26)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
+ at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
+ at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+ at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
+ at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
+ at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.lang.reflect.Method.invoke(Method.java:498)
+ at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
+ at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
+ at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
+ at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
+ at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
+Caused by: java.security.InvalidKeyException: Illegal key size
+ at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
+ at javax.crypto.Cipher.implInit(Cipher.java:805)
+ at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
+ at javax.crypto.Cipher.init(Cipher.java:1396)
+ at javax.crypto.Cipher.init(Cipher.java:1327)
+ at org.springframework.security.crypto.encrypt.CipherUtils.initCipher(CipherUtils.java:113)
+ ... 34 more
+
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.txt
new file mode 100644
index 00000000..535730e9
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializerTests
+-------------------------------------------------------------------------------
+Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.txt
new file mode 100644
index 00000000..c7dd8d6e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.environment.EnvironmentManagerIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.966 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerTest.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerTest.txt
new file mode 100644
index 00000000..5b84cf69
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.environment.EnvironmentManagerTest.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.environment.EnvironmentManagerTest
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.named.NamedContextFactoryTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.named.NamedContextFactoryTests.txt
new file mode 100644
index 00000000..a9b2c4b3
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.named.NamedContextFactoryTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.named.NamedContextFactoryTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.txt
new file mode 100644
index 00000000..18e52f67
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.txt
new file mode 100644
index 00000000..5b2f558e
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderListIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.273 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.txt
new file mode 100644
index 00000000..aa5775ce
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.txt
new file mode 100644
index 00000000..ae1fbda0
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderRefreshScopeIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.restart.RestartIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.restart.RestartIntegrationTests.txt
new file mode 100644
index 00000000..b87a4476
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.restart.RestartIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.restart.RestartIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.999 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.txt
new file mode 100644
index 00000000..8cbf46e4
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.ImportRefreshScopeIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.txt
new file mode 100644
index 00000000..7a16bddd
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.MoreRefreshScopeIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.txt
new file mode 100644
index 00000000..dd2673bb
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshEndpointIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.txt
new file mode 100644
index 00000000..40991835
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeConcurrencyTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.203 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.txt
new file mode 100644
index 00000000..2fb96e0a
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeConfigurationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.txt
new file mode 100644
index 00000000..4317ffd4
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.txt
new file mode 100644
index 00000000..a452ad96
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeLazyIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.txt
new file mode 100644
index 00000000..b0239f0f
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeListBindingIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.txt
new file mode 100644
index 00000000..2454aaa9
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeScaleTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.177 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.txt
new file mode 100644
index 00000000..71bca1f6
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeSerializationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.txt
new file mode 100644
index 00000000..6758c89c
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.context.scope.refresh.RefreshScopeWebIntegrationTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.endpoint.RefreshEndpointTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.endpoint.RefreshEndpointTests.txt
new file mode 100644
index 00000000..d9581f5f
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.endpoint.RefreshEndpointTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.endpoint.RefreshEndpointTests
+-------------------------------------------------------------------------------
+Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.txt
new file mode 100644
index 00000000..1953cc39
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.health.RefreshScopeHealthIndicatorTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.health.RefreshScopeHealthIndicatorTests
+-------------------------------------------------------------------------------
+Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
diff --git a/spring-cloud-context/target/surefire-reports/org.springframework.cloud.logging.LoggingRebinderTests.txt b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.logging.LoggingRebinderTests.txt
new file mode 100644
index 00000000..55575e49
--- /dev/null
+++ b/spring-cloud-context/target/surefire-reports/org.springframework.cloud.logging.LoggingRebinderTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: org.springframework.cloud.logging.LoggingRebinderTests
+-------------------------------------------------------------------------------
+Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
diff --git a/spring-cloud-test-support/spring-cloud-test-support.iml b/spring-cloud-test-support/spring-cloud-test-support.iml
new file mode 100644
index 00000000..4793502b
--- /dev/null
+++ b/spring-cloud-test-support/spring-cloud-test-support.iml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-cloud-test-support/target/apidocs/allclasses-frame.html b/spring-cloud-test-support/target/apidocs/allclasses-frame.html
new file mode 100644
index 00000000..116ca476
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/allclasses-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+All Classes (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+All Classes
+
+
+
diff --git a/spring-cloud-test-support/target/apidocs/allclasses-noframe.html b/spring-cloud-test-support/target/apidocs/allclasses-noframe.html
new file mode 100644
index 00000000..701792ff
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/allclasses-noframe.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+All Classes (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+All Classes
+
+
+
diff --git a/spring-cloud-test-support/target/apidocs/constant-values.html b/spring-cloud-test-support/target/apidocs/constant-values.html
new file mode 100644
index 00000000..f7fb4e20
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/constant-values.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Constant Field Values (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/deprecated-list.html b/spring-cloud-test-support/target/apidocs/deprecated-list.html
new file mode 100644
index 00000000..98fd364c
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/deprecated-list.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Deprecated List (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/help-doc.html b/spring-cloud-test-support/target/apidocs/help-doc.html
new file mode 100644
index 00000000..82788cdb
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/help-doc.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+API Help (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+
+Interfaces (italic)
+Classes
+Enums
+Exceptions
+Errors
+Annotation Types
+
+
+
+Class/Interface
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Class inheritance diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class/interface declaration
+Class/interface description
+
+
+Nested Class Summary
+Field Summary
+Constructor Summary
+Method Summary
+
+
+Field Detail
+Constructor Detail
+Method Detail
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+Each annotation type has its own separate page with the following sections:
+
+Annotation Type declaration
+Annotation Type description
+Required Element Summary
+Optional Element Summary
+Element Detail
+
+
+
+Enum
+Each enum has its own separate page with the following sections:
+
+Enum declaration
+Enum description
+Enum Constant Summary
+Enum Constant Detail
+
+
+
+Use
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
+
+When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
+When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+
+
+Deprecated API
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+
+
+Index
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or related page.
+
+
+Frames/No Frames
+These links show and hide the HTML frames. All pages are available with or without frames.
+
+
+All Classes
+The All Classes link shows all classes and interfaces except non-static nested types.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+
+
+Constant Field Values
+The Constant Field Values page lists the static final fields and their values.
+
+
+
This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/index-all.html b/spring-cloud-test-support/target/apidocs/index-all.html
new file mode 100644
index 00000000..18ce31c5
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/index-all.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+Index (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+C M O
+
+
+
C
+
+ClassPathExclusions - Annotation Type in org.springframework.cloud.test
+
+Taken from Spring Boot test utils.
+
+ClassPathOverrides - Annotation Type in org.springframework.cloud.test
+
+
+
+createTest() - Method in class org.springframework.cloud.test.ModifiedClassPathRunner
+
+createTestClass(Class<?>) - Method in class org.springframework.cloud.test.ModifiedClassPathRunner
+
+
+
+
+
+
M
+
+ModifiedClassPathRunner - Class in org.springframework.cloud.test
+
+A custom BlockJUnit4ClassRunner that runs tests using a modified class path.
+
+ModifiedClassPathRunner(Class<?>) - Constructor for class org.springframework.cloud.test.ModifiedClassPathRunner
+
+
+
+
+
+
O
+
+org.springframework.cloud.test - package org.springframework.cloud.test
+
+
+
C M O
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/index.html b/spring-cloud-test-support/target/apidocs/index.html
new file mode 100644
index 00000000..71e408a4
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/index.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version .
+
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathExclusions.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathExclusions.html
new file mode 100644
index 00000000..ec9111e7
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathExclusions.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+ClassPathExclusions (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@Retention (value =RUNTIME )
+ @Target (value =TYPE )
+public @interface ClassPathExclusions
+Taken from Spring Boot test utils.
+ https://github.com/spring-projects/spring-boot/blob/1.4.x/spring-boot/src/test/java/org/springframework/boot/testutil/ClassPathExclusions.java
+
+Author:
+Ryan Baxter
+
+
+
+
+
+
+
+
+
+
+
+
+Required Element Summary
+
+Required Elements
+
+Modifier and Type
+Required Element and Description
+
+
+String []
+value
+One or more Ant-style patterns that identify entries to be excluded from the class
+ path.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Detail
+
+
+
+
+
+value
+public abstract String [] value
+One or more Ant-style patterns that identify entries to be excluded from the class
+ path. Matching is performed against an entry's file name.
+ For example, to exclude Hibernate Validator from the classpath,
+ "hibernate-validator-*.jar" can be used.
+
+Returns:
+the exclusion patterns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathOverrides.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathOverrides.html
new file mode 100644
index 00000000..81dd7636
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ClassPathOverrides.html
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+ClassPathOverrides (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Required Element Summary
+
+Required Elements
+
+Modifier and Type
+Required Element and Description
+
+
+String []
+value
+One or more sets of Maven coordinates (groupId:artifactId:version) to be
+ added to the classpath.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Detail
+
+
+
+
+
+value
+public abstract String [] value
+One or more sets of Maven coordinates (groupId:artifactId:version) to be
+ added to the classpath. The additions will take precedence over any existing
+ classes on the classpath.
+
+Returns:
+the coordinates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ModifiedClassPathRunner.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ModifiedClassPathRunner.html
new file mode 100644
index 00000000..9a21009e
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/ModifiedClassPathRunner.html
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+ModifiedClassPathRunner (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.junit.runner.Runner
+
+
+org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
+
+
+org.junit.runners.BlockJUnit4ClassRunner
+
+
+org.springframework.cloud.test.ModifiedClassPathRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
+collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
+
+
+
+
+
+Methods inherited from class org.junit.runners.ParentRunner
+childrenInvoker, classBlock, classRules, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
+
+
+
+
+
+Methods inherited from class org.junit.runner.Runner
+testCount
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathExclusions.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathExclusions.html
new file mode 100644
index 00000000..80318aec
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathExclusions.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.test.ClassPathExclusions (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.test.ClassPathExclusions
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathOverrides.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathOverrides.html
new file mode 100644
index 00000000..43ec7ab1
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ClassPathOverrides.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.test.ClassPathOverrides (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.test.ClassPathOverrides
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ModifiedClassPathRunner.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ModifiedClassPathRunner.html
new file mode 100644
index 00000000..ca918b44
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/class-use/ModifiedClassPathRunner.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.test.ModifiedClassPathRunner (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.test.ModifiedClassPathRunner
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-frame.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-frame.html
new file mode 100644
index 00000000..09e73c21
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.test (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Classes
+
+
Annotation Types
+
+
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-summary.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-summary.html
new file mode 100644
index 00000000..fd20ff6a
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-summary.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+org.springframework.cloud.test (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Package
+Next Package
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+ModifiedClassPathRunner
+
+A custom BlockJUnit4ClassRunner that runs tests using a modified class path.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Package
+Next Package
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-tree.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-tree.html
new file mode 100644
index 00000000..ce68dde1
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-tree.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+org.springframework.cloud.test Class Hierarchy (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.junit.runner.Runner (implements org.junit.runner.Describable)
+
+org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable)
+
+org.junit.runners.BlockJUnit4ClassRunner
+
+
+
+
+
+
+
+
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-use.html b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-use.html
new file mode 100644
index 00000000..8040e536
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/org/springframework/cloud/test/package-use.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.test (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.test
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/overview-tree.html b/spring-cloud-test-support/target/apidocs/overview-tree.html
new file mode 100644
index 00000000..5d634211
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/overview-tree.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+Class Hierarchy (spring-cloud-test-support 2.0.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.junit.runner.Runner (implements org.junit.runner.Describable)
+
+org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable)
+
+org.junit.runners.BlockJUnit4ClassRunner
+
+
+
+
+
+
+
+
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/spring-cloud-test-support/target/apidocs/package-list b/spring-cloud-test-support/target/apidocs/package-list
new file mode 100644
index 00000000..24791644
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/package-list
@@ -0,0 +1 @@
+org.springframework.cloud.test
diff --git a/spring-cloud-test-support/target/apidocs/script.js b/spring-cloud-test-support/target/apidocs/script.js
new file mode 100644
index 00000000..b3463569
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/script.js
@@ -0,0 +1,30 @@
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "" + tabs[value][1] + " ";
+ }
+ }
+}
diff --git a/spring-cloud-test-support/target/apidocs/stylesheet.css b/spring-cloud-test-support/target/apidocs/stylesheet.css
new file mode 100644
index 00000000..98055b22
--- /dev/null
+++ b/spring-cloud-test-support/target/apidocs/stylesheet.css
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathExclusions.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathExclusions.class
new file mode 100644
index 00000000..15d8e7f5
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathExclusions.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathOverrides.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathOverrides.class
new file mode 100644
index 00000000..5823c21c
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ClassPathOverrides.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$1.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$1.class
new file mode 100644
index 00000000..d4b17317
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$1.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ClassPathEntryFilter.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ClassPathEntryFilter.class
new file mode 100644
index 00000000..3274befb
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ClassPathEntryFilter.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathClassLoader.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathClassLoader.class
new file mode 100644
index 00000000..607547fa
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathClassLoader.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod$1.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod$1.class
new file mode 100644
index 00000000..3dcc854d
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod$1.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod.class
new file mode 100644
index 00000000..32aaec46
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathTcclAction.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathTcclAction.class
new file mode 100644
index 00000000..c8f1f47d
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathTcclAction.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass.class
new file mode 100644
index 00000000..d95c9f42
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass.class differ
diff --git a/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner.class b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner.class
new file mode 100644
index 00000000..cf6a3ced
Binary files /dev/null and b/spring-cloud-test-support/target/classes/org/springframework/cloud/test/ModifiedClassPathRunner.class differ
diff --git a/spring-cloud-test-support/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-test-support/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
new file mode 100644
index 00000000..8b89c977
--- /dev/null
+++ b/spring-cloud-test-support/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+ src/main/javadoc
+
diff --git a/spring-cloud-test-support/target/javadoc-bundle-options/package-list b/spring-cloud-test-support/target/javadoc-bundle-options/package-list
new file mode 100644
index 00000000..59d42328
--- /dev/null
+++ b/spring-cloud-test-support/target/javadoc-bundle-options/package-list
@@ -0,0 +1,217 @@
+java.applet
+java.awt
+java.awt.color
+java.awt.datatransfer
+java.awt.dnd
+java.awt.event
+java.awt.font
+java.awt.geom
+java.awt.im
+java.awt.im.spi
+java.awt.image
+java.awt.image.renderable
+java.awt.print
+java.beans
+java.beans.beancontext
+java.io
+java.lang
+java.lang.annotation
+java.lang.instrument
+java.lang.invoke
+java.lang.management
+java.lang.ref
+java.lang.reflect
+java.math
+java.net
+java.nio
+java.nio.channels
+java.nio.channels.spi
+java.nio.charset
+java.nio.charset.spi
+java.nio.file
+java.nio.file.attribute
+java.nio.file.spi
+java.rmi
+java.rmi.activation
+java.rmi.dgc
+java.rmi.registry
+java.rmi.server
+java.security
+java.security.acl
+java.security.cert
+java.security.interfaces
+java.security.spec
+java.sql
+java.text
+java.text.spi
+java.time
+java.time.chrono
+java.time.format
+java.time.temporal
+java.time.zone
+java.util
+java.util.concurrent
+java.util.concurrent.atomic
+java.util.concurrent.locks
+java.util.function
+java.util.jar
+java.util.logging
+java.util.prefs
+java.util.regex
+java.util.spi
+java.util.stream
+java.util.zip
+javax.accessibility
+javax.activation
+javax.activity
+javax.annotation
+javax.annotation.processing
+javax.crypto
+javax.crypto.interfaces
+javax.crypto.spec
+javax.imageio
+javax.imageio.event
+javax.imageio.metadata
+javax.imageio.plugins.bmp
+javax.imageio.plugins.jpeg
+javax.imageio.spi
+javax.imageio.stream
+javax.jws
+javax.jws.soap
+javax.lang.model
+javax.lang.model.element
+javax.lang.model.type
+javax.lang.model.util
+javax.management
+javax.management.loading
+javax.management.modelmbean
+javax.management.monitor
+javax.management.openmbean
+javax.management.relation
+javax.management.remote
+javax.management.remote.rmi
+javax.management.timer
+javax.naming
+javax.naming.directory
+javax.naming.event
+javax.naming.ldap
+javax.naming.spi
+javax.net
+javax.net.ssl
+javax.print
+javax.print.attribute
+javax.print.attribute.standard
+javax.print.event
+javax.rmi
+javax.rmi.CORBA
+javax.rmi.ssl
+javax.script
+javax.security.auth
+javax.security.auth.callback
+javax.security.auth.kerberos
+javax.security.auth.login
+javax.security.auth.spi
+javax.security.auth.x500
+javax.security.cert
+javax.security.sasl
+javax.sound.midi
+javax.sound.midi.spi
+javax.sound.sampled
+javax.sound.sampled.spi
+javax.sql
+javax.sql.rowset
+javax.sql.rowset.serial
+javax.sql.rowset.spi
+javax.swing
+javax.swing.border
+javax.swing.colorchooser
+javax.swing.event
+javax.swing.filechooser
+javax.swing.plaf
+javax.swing.plaf.basic
+javax.swing.plaf.metal
+javax.swing.plaf.multi
+javax.swing.plaf.nimbus
+javax.swing.plaf.synth
+javax.swing.table
+javax.swing.text
+javax.swing.text.html
+javax.swing.text.html.parser
+javax.swing.text.rtf
+javax.swing.tree
+javax.swing.undo
+javax.tools
+javax.transaction
+javax.transaction.xa
+javax.xml
+javax.xml.bind
+javax.xml.bind.annotation
+javax.xml.bind.annotation.adapters
+javax.xml.bind.attachment
+javax.xml.bind.helpers
+javax.xml.bind.util
+javax.xml.crypto
+javax.xml.crypto.dom
+javax.xml.crypto.dsig
+javax.xml.crypto.dsig.dom
+javax.xml.crypto.dsig.keyinfo
+javax.xml.crypto.dsig.spec
+javax.xml.datatype
+javax.xml.namespace
+javax.xml.parsers
+javax.xml.soap
+javax.xml.stream
+javax.xml.stream.events
+javax.xml.stream.util
+javax.xml.transform
+javax.xml.transform.dom
+javax.xml.transform.sax
+javax.xml.transform.stax
+javax.xml.transform.stream
+javax.xml.validation
+javax.xml.ws
+javax.xml.ws.handler
+javax.xml.ws.handler.soap
+javax.xml.ws.http
+javax.xml.ws.soap
+javax.xml.ws.spi
+javax.xml.ws.spi.http
+javax.xml.ws.wsaddressing
+javax.xml.xpath
+org.ietf.jgss
+org.omg.CORBA
+org.omg.CORBA.DynAnyPackage
+org.omg.CORBA.ORBPackage
+org.omg.CORBA.TypeCodePackage
+org.omg.CORBA.portable
+org.omg.CORBA_2_3
+org.omg.CORBA_2_3.portable
+org.omg.CosNaming
+org.omg.CosNaming.NamingContextExtPackage
+org.omg.CosNaming.NamingContextPackage
+org.omg.Dynamic
+org.omg.DynamicAny
+org.omg.DynamicAny.DynAnyFactoryPackage
+org.omg.DynamicAny.DynAnyPackage
+org.omg.IOP
+org.omg.IOP.CodecFactoryPackage
+org.omg.IOP.CodecPackage
+org.omg.Messaging
+org.omg.PortableInterceptor
+org.omg.PortableInterceptor.ORBInitInfoPackage
+org.omg.PortableServer
+org.omg.PortableServer.CurrentPackage
+org.omg.PortableServer.POAManagerPackage
+org.omg.PortableServer.POAPackage
+org.omg.PortableServer.ServantLocatorPackage
+org.omg.PortableServer.portable
+org.omg.SendingContext
+org.omg.stub.java.rmi
+org.w3c.dom
+org.w3c.dom.bootstrap
+org.w3c.dom.events
+org.w3c.dom.ls
+org.w3c.dom.views
+org.xml.sax
+org.xml.sax.ext
+org.xml.sax.helpers
diff --git a/spring-cloud-test-support/target/maven-archiver/pom.properties b/spring-cloud-test-support/target/maven-archiver/pom.properties
new file mode 100644
index 00000000..54550949
--- /dev/null
+++ b/spring-cloud-test-support/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Created by Apache Maven 3.5.0
+#Tue Aug 29 13:02:39 CEST 2017
+version=2.0.0.BUILD-SNAPSHOT
+groupId=org.springframework.cloud
+artifactId=spring-cloud-test-support
diff --git a/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100644
index 00000000..0eff3c73
--- /dev/null
+++ b/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1,10 @@
+org/springframework/cloud/test/ModifiedClassPathRunner$1.class
+org/springframework/cloud/test/ClassPathOverrides.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod$1.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ClassPathEntryFilter.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathClassLoader.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathFrameworkMethod.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass.class
+org/springframework/cloud/test/ModifiedClassPathRunner$ModifiedClassPathTestClass$ModifiedClassPathTcclAction.class
+org/springframework/cloud/test/ModifiedClassPathRunner.class
+org/springframework/cloud/test/ClassPathExclusions.class
diff --git a/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100644
index 00000000..fc83c507
--- /dev/null
+++ b/spring-cloud-test-support/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1,3 @@
+/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-test-support/src/main/java/org/springframework/cloud/test/ClassPathExclusions.java
+/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-test-support/src/main/java/org/springframework/cloud/test/ClassPathOverrides.java
+/Users/mgrzejszczak/repo/spring-cloud-commons/spring-cloud-test-support/src/main/java/org/springframework/cloud/test/ModifiedClassPathRunner.java
diff --git a/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-javadoc.jar
new file mode 100644
index 00000000..02ecedd7
Binary files /dev/null and b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-javadoc.jar differ
diff --git a/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-sources.jar
new file mode 100644
index 00000000..e7add999
Binary files /dev/null and b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT-sources.jar differ
diff --git a/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT.jar b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT.jar
new file mode 100644
index 00000000..a05be45d
Binary files /dev/null and b/spring-cloud-test-support/target/spring-cloud-test-support-2.0.0.BUILD-SNAPSHOT.jar differ