Going back to snapshots

This commit is contained in:
buildmaster
2019-11-18 14:46:15 +00:00
parent c6778672d6
commit 6a328954ac
10 changed files with 18 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>2.1.5.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -79,9 +79,9 @@ public class RefreshableConfigServerIntegrationTests {
}
/*
* We're emulating an application "foo" which is running with the "development"
* profile and is asking for its properties using the REST endpoint. We're also
* calling the /env & /refresh actuator endpoints to change the
* We're emulating an application "foo" which is running with the "development" profile
* and is asking for its properties using the REST endpoint. We're also calling the
* /env & /refresh actuator endpoints to change the
* `spring.cloud.config.server.overrides.foo` property. Since we see that we only get
* the overridden "foo" property after the context refresh we are sure that the
* properties have been set and the EnvironmentController bean has successfully been