Browse Source

Going back to snapshots

pull/705/head
buildmaster 5 years ago
parent
commit
f18c131bb8
  1. 2
      docs/pom.xml
  2. 1
      docs/src/main/asciidoc/_configprops.adoc
  3. 4
      pom.xml
  4. 4
      spring-cloud-commons-dependencies/pom.xml
  5. 2
      spring-cloud-commons/pom.xml
  6. 2
      spring-cloud-context-integration-tests/pom.xml
  7. 2
      spring-cloud-context-webflux-integration-tests/pom.xml
  8. 5
      spring-cloud-context-webflux-integration-tests/src/test/java/org/springframework/cloud/context/integration/webflux/RefreshEndpointIntegrationTests.java
  9. 2
      spring-cloud-context/pom.xml
  10. 2
      spring-cloud-loadbalancer/pom.xml
  11. 2
      spring-cloud-starter-loadbalancer/pom.xml
  12. 2
      spring-cloud-starter/pom.xml
  13. 2
      spring-cloud-test-support/pom.xml

2
docs/pom.xml

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Commons Docs</name> <name>Spring Cloud Commons Docs</name>

1
docs/src/main/asciidoc/_configprops.adoc

@ -37,7 +37,6 @@
|spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default. |spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default.
|spring.cloud.refresh.enabled | true | Enables autoconfiguration for the refresh scope and associated features. |spring.cloud.refresh.enabled | true | Enables autoconfiguration for the refresh scope and associated features.
|spring.cloud.refresh.extra-refreshable | true | Additional class names for beans to post process into refresh scope. |spring.cloud.refresh.extra-refreshable | true | Additional class names for beans to post process into refresh scope.
|spring.cloud.refresh.never-refreshable | true | Comma separated list of class names for beans to never be refreshed or rebound.
|spring.cloud.service-registry.auto-registration.enabled | true | Whether service auto-registration is enabled. Defaults to true. |spring.cloud.service-registry.auto-registration.enabled | true | Whether service auto-registration is enabled. Defaults to true.
|spring.cloud.service-registry.auto-registration.fail-fast | false | Whether startup fails if there is no AutoServiceRegistration. Defaults to false. |spring.cloud.service-registry.auto-registration.fail-fast | false | Whether startup fails if there is no AutoServiceRegistration. Defaults to false.
|spring.cloud.service-registry.auto-registration.register-management | true | Whether to register the management as a service. Defaults to true. |spring.cloud.service-registry.auto-registration.register-management | true | Whether to register the management as a service. Defaults to true.

4
pom.xml

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Commons Parent</name> <name>Spring Cloud Commons Parent</name>
<description>Spring Cloud Commons Parent</description> <description>Spring Cloud Commons Parent</description>
@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>2.2.3.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<scm> <scm>

4
spring-cloud-commons-dependencies/pom.xml

@ -6,11 +6,11 @@
<parent> <parent>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>2.2.3.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-commons-dependencies</artifactId> <artifactId>spring-cloud-commons-dependencies</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-cloud-commons-dependencies</name> <name>spring-cloud-commons-dependencies</name>
<description>Spring Cloud Commons Dependencies</description> <description>Spring Cloud Commons Dependencies</description>

2
spring-cloud-commons/pom.xml

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

2
spring-cloud-context-integration-tests/pom.xml

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-context-integration-tests</artifactId> <artifactId>spring-cloud-context-integration-tests</artifactId>

2
spring-cloud-context-webflux-integration-tests/pom.xml

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.1.5.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-context-webflux-integration-tests</artifactId> <artifactId>spring-cloud-context-webflux-integration-tests</artifactId>

5
spring-cloud-context-webflux-integration-tests/src/test/java/org/springframework/cloud/context/integration/webflux/RefreshEndpointIntegrationTests.java

@ -37,9 +37,8 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
* *
*/ */
@RunWith(SpringRunner.class) @RunWith(SpringRunner.class)
@SpringBootTest(classes = RefreshEndpointIntegrationTests.ClientApp.class, @SpringBootTest(classes = RefreshEndpointIntegrationTests.ClientApp.class, properties = {
properties = { "management.endpoints.web.exposure.include=*" }, "management.endpoints.web.exposure.include=*" }, webEnvironment = RANDOM_PORT)
webEnvironment = RANDOM_PORT)
public class RefreshEndpointIntegrationTests { public class RefreshEndpointIntegrationTests {
private static final String BASE_PATH = new WebEndpointProperties().getBasePath(); private static final String BASE_PATH = new WebEndpointProperties().getBasePath();

2
spring-cloud-context/pom.xml

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-context</artifactId> <artifactId>spring-cloud-context</artifactId>

2
spring-cloud-loadbalancer/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-loadbalancer</artifactId> <artifactId>spring-cloud-loadbalancer</artifactId>

2
spring-cloud-starter-loadbalancer/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

2
spring-cloud-starter/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-cloud-starter</artifactId> <artifactId>spring-cloud-starter</artifactId>
<name>spring-cloud-starter</name> <name>spring-cloud-starter</name>

2
spring-cloud-test-support/pom.xml

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-test-support</artifactId> <artifactId>spring-cloud-test-support</artifactId>

Loading…
Cancel
Save