diff --git a/Finchley.RC2/multi/multi__client_side_usage_2.html b/Finchley.RC2/multi/multi__client_side_usage_2.html index c46edac4..e5f2d196 100644 --- a/Finchley.RC2/multi/multi__client_side_usage_2.html +++ b/Finchley.RC2/multi/multi__client_side_usage_2.html @@ -13,7 +13,7 @@ the test cases). Example Maven configuration:

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-vault-config</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/Finchley.RC2/multi/multi__spring_cloud_config.html b/Finchley.RC2/multi/multi__spring_cloud_config.html index 4d26c629..d1b3b5d1 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_config.html +++ b/Finchley.RC2/multi/multi__spring_cloud_config.html @@ -1,6 +1,6 @@ - Part II. Spring Cloud Config

Part II. Spring Cloud Config

1.3.5.BUILD-SNAPSHOT

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. + Part II. Spring Cloud Config

Part II. Spring Cloud Config

Finchley.RC2

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language. As an application moves through the deployment pipeline from dev to test and into production, you can manage the configuration between those environments and be certain that applications have everything they need to run when they migrate. The default implementation of the server storage backend uses git, so it easily supports labelled versions of configuration environments as well as being accessible to a wide range of tooling for managing the content. diff --git a/Finchley.RC2/multi/multi__spring_cloud_consul.html b/Finchley.RC2/multi/multi__spring_cloud_consul.html index b9798584..bbaca2d2 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_consul.html +++ b/Finchley.RC2/multi/multi__spring_cloud_consul.html @@ -1,6 +1,6 @@ - Part IX. Spring Cloud Consul

Part IX. Spring Cloud Consul

1.3.5.BUILD-SNAPSHOT

This project provides Consul integrations for Spring Boot apps through autoconfiguration + Part IX. Spring Cloud Consul

Part IX. Spring Cloud Consul

Finchley.RC2

This project provides Consul integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Consul based components. The diff --git a/Finchley.RC2/multi/multi__spring_cloud_contract.html b/Finchley.RC2/multi/multi__spring_cloud_contract.html index 878f08e5..212692a1 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_contract.html +++ b/Finchley.RC2/multi/multi__spring_cloud_contract.html @@ -1,4 +1,4 @@ Part XIII. Spring Cloud Contract

Part XIII. Spring Cloud Contract

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

1.3.5.BUILD-SNAPSHOT

\ No newline at end of file +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

Finchley.RC2

\ No newline at end of file diff --git a/Finchley.RC2/multi/multi__spring_cloud_gateway.html b/Finchley.RC2/multi/multi__spring_cloud_gateway.html index f24ab71d..1491361f 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_gateway.html +++ b/Finchley.RC2/multi/multi__spring_cloud_gateway.html @@ -1,3 +1,3 @@ - Part XV. Spring Cloud Gateway

Part XV. Spring Cloud Gateway

1.3.5.BUILD-SNAPSHOT

This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

\ No newline at end of file + Part XV. Spring Cloud Gateway

Part XV. Spring Cloud Gateway

Finchley.RC2

This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

\ No newline at end of file diff --git a/Finchley.RC2/multi/multi__spring_cloud_netflix.html b/Finchley.RC2/multi/multi__spring_cloud_netflix.html index 874cb141..d7f1db55 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_netflix.html +++ b/Finchley.RC2/multi/multi__spring_cloud_netflix.html @@ -1,6 +1,6 @@ - Part III. Spring Cloud Netflix

Part III. Spring Cloud Netflix

1.3.5.BUILD-SNAPSHOT

This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration + Part III. Spring Cloud Netflix

Part III. Spring Cloud Netflix

Finchley.RC2

This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with battle-tested Netflix components. The diff --git a/Finchley.RC2/multi/multi__spring_cloud_openfeign.html b/Finchley.RC2/multi/multi__spring_cloud_openfeign.html index 165b6b55..efde4299 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_openfeign.html +++ b/Finchley.RC2/multi/multi__spring_cloud_openfeign.html @@ -1,4 +1,4 @@ - Part IV. Spring Cloud OpenFeign

Part IV. Spring Cloud OpenFeign

1.3.5.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration + Part IV. Spring Cloud OpenFeign

Part IV. Spring Cloud OpenFeign

Finchley.RC2

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

\ No newline at end of file diff --git a/Finchley.RC2/multi/multi__spring_cloud_sleuth.html b/Finchley.RC2/multi/multi__spring_cloud_sleuth.html index 910ab250..b99bb682 100644 --- a/Finchley.RC2/multi/multi__spring_cloud_sleuth.html +++ b/Finchley.RC2/multi/multi__spring_cloud_sleuth.html @@ -1,3 +1,3 @@ - Part VIII. Spring Cloud Sleuth

Part VIII. Spring Cloud Sleuth

Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant

1.3.5.BUILD-SNAPSHOT

\ No newline at end of file + Part VIII. Spring Cloud Sleuth

Part VIII. Spring Cloud Sleuth

Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant

Finchley.RC2

\ No newline at end of file diff --git a/Finchley.RC2/multi/multi_pr01.html b/Finchley.RC2/multi/multi_pr01.html index c1944f54..e61ed497 100644 --- a/Finchley.RC2/multi/multi_pr01.html +++ b/Finchley.RC2/multi/multi_pr01.html @@ -8,4 +8,4 @@ distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data -centres, and managed platforms such as Cloud Foundry.

Version: 1.3.5.BUILD-SNAPSHOT

\ No newline at end of file +centres, and managed platforms such as Cloud Foundry.

Version: Finchley.RC2

\ No newline at end of file diff --git a/Finchley.RC2/multi/multi_vault.config.backends.database-backends.html b/Finchley.RC2/multi/multi_vault.config.backends.database-backends.html index 4245de3f..3d0f7e52 100644 --- a/Finchley.RC2/multi/multi_vault.config.backends.database-backends.html +++ b/Finchley.RC2/multi/multi_vault.config.backends.database-backends.html @@ -13,7 +13,7 @@ backend path, e.g. spring.cloud.vault.mysql.role.backend=d <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-databases</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>

[Note]Note

Enabling multiple JDBC-compliant databases will generate credentials and store them by default in the same property keys hence property names for diff --git a/Finchley.RC2/multi/multi_vault.config.backends.html b/Finchley.RC2/multi/multi_vault.config.backends.html index f1c1ec33..37cc48d2 100644 --- a/Finchley.RC2/multi/multi_vault.config.backends.html +++ b/Finchley.RC2/multi/multi_vault.config.backends.html @@ -46,7 +46,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-consul</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.consul.enabled=true (default false) and @@ -63,7 +63,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-rabbitmq</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.rabbitmq.enabled=true (default false) @@ -82,7 +82,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-aws</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.aws=true (default false) diff --git a/Finchley.RC2/single/spring-cloud.html b/Finchley.RC2/single/spring-cloud.html index 5fdd4f73..16cffc23 100644 --- a/Finchley.RC2/single/spring-cloud.html +++ b/Finchley.RC2/single/spring-cloud.html @@ -8,7 +8,7 @@ distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data -centres, and managed platforms such as Cloud Foundry.

Version: 1.3.5.BUILD-SNAPSHOT

1. Features

Spring Cloud focuses on providing good out of box experience for typical use cases +centres, and managed platforms such as Cloud Foundry.

Version: Finchley.RC2

1. Features

Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others.

  • Distributed/versioned configuration
  • Service registration and discovery
  • Routing
  • Service-to-service calls
  • Load balancing
  • Circuit Breakers
  • Distributed messaging

Part I. Cloud Native Applications

Cloud Native is a style of application development that encourages easy adoption of best practices in the areas of continuous delivery and value-driven development. A related discipline is that of building 12-factor Applications, in which development practices are aligned with delivery and operations goals — for instance, by using declarative programming and management and monitoring. Spring Cloud facilitates these styles of development in a number of specific ways. @@ -312,7 +312,7 @@ HasFeatures localFeatures() { .namedFeature(new NamedFeature("Bar Feature", Bar.class)) .abstractFeature(Baz.class) .build(); -}

Each of these beans should go in an appropriately guarded @Configuration.

Part II. Spring Cloud Config

1.3.5.BUILD-SNAPSHOT

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. +}

Each of these beans should go in an appropriately guarded @Configuration.

Part II. Spring Cloud Config

Finchley.RC2

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language. As an application moves through the deployment pipeline from dev to test and into production, you can manage the configuration between those environments and be certain that applications have everything they need to run when they migrate. The default implementation of the server storage backend uses git, so it easily supports labelled versions of configuration environments as well as being accessible to a wide range of tooling for managing the content. @@ -910,7 +910,7 @@ in bootstrap.yml, as shown in the following example token: YourVaultToken

10.7 Nested Keys In Vault

Vault supports the ability to nest keys in a value stored in Vault, as shown in the following example:

echo -n '{"appA": {"secret": "appAsecret"}, "bar": "baz"}' | vault write secret/myapp -

This command writes a JSON object to your Vault. To access these values in Spring, you would use the traditional dot(.) annotation, as shown in the following example

@Value("${appA.secret}")
-String name = "World";

The preceding code would sets the value of the name variable to appAsecret.

Part III. Spring Cloud Netflix

1.3.5.BUILD-SNAPSHOT

This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration +String name = "World";

The preceding code would sets the value of the name variable to appAsecret.

Part III. Spring Cloud Netflix

Finchley.RC2

This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with battle-tested Netflix components. The @@ -2027,7 +2027,7 @@ You can also disable retry functionality on a route-by-route basis by setting ClosableHttpClient if you are using the Apache Http Cient or OkHttpClient if you are using OK HTTP.

[Note]Note

When you create your own HTTP client, you are also responsible for implementing the correct connection management strategies for these clients. -Doing so improperly can result in resource management issues.

Part IV. Spring Cloud OpenFeign

1.3.5.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration +Doing so improperly can result in resource management issues.

Part IV. Spring Cloud OpenFeign

Finchley.RC2

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

24. Declarative REST Client: Feign

Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. It has pluggable annotation support including Feign annotations and JAX-RS annotations. Feign also supports pluggable encoders and decoders. Spring Cloud adds support for Spring MVC annotations and for using the same HttpMessageConverters used by default in Spring Web. Spring Cloud integrates Ribbon and Eureka to provide a load balanced http client when using Feign.

24.1 How to Include Feign

To include Feign in your project use the starter with group org.springframework.cloud and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train.

Example spring boot app

@SpringBootApplication
@@ -4271,7 +4271,7 @@ following example:

@RemoteApplicationEventScan are equivalent, in that the
 com.acme package is registered by explicitly specifying the packages on
-@RemoteApplicationEventScan.

[Note]Note

You can specify multiple base packages to scan.

Part VIII. Spring Cloud Sleuth

Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant

1.3.5.BUILD-SNAPSHOT

49. Introduction

Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud.

49.1 Terminology

Spring Cloud Sleuth borrows Dapper’s terminology.

Span: The basic unit of work. For example, sending an RPC is a new span, as is sending a response to an RPC. +@RemoteApplicationEventScan.

[Note]Note

You can specify multiple base packages to scan.

Part VIII. Spring Cloud Sleuth

Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant

Finchley.RC2

49. Introduction

Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud.

49.1 Terminology

Spring Cloud Sleuth borrows Dapper’s terminology.

Span: The basic unit of work. For example, sending an RPC is a new span, as is sending a response to an RPC. Spans are identified by a unique 64-bit ID for the span and another 64-bit ID for the trace the span is a part of. Spans also have other data, such as descriptions, timestamped events, key-value annotations (tags), the ID of the span that caused them, and process IDs (normally IP addresses).

Spans can be started and stopped, and they keep track of their timing information. Once you create a span, you must stop it at some point in the future.

[Tip]Tip

The initial span that starts a trace is called a root span. The value of the ID @@ -5115,7 +5115,7 @@ into the message.

To block this feature, set spring. so that tracing headers get injected into the created Spring Kafka’s Producer and Consumer.

To block this feature, set spring.sleuth.messaging.kafka.enabled to false.

63.10 Zuul

We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support, set the spring.sleuth.zuul.enabled property to false.

64. Running examples

You can see the running examples deployed in the Pivotal Web Services. -Check them out at the following links:

Part IX. Spring Cloud Consul

1.3.5.BUILD-SNAPSHOT

This project provides Consul integrations for Spring Boot apps through autoconfiguration +Check them out at the following links:

Part IX. Spring Cloud Consul

Finchley.RC2

This project provides Consul integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Consul based components. The @@ -5703,7 +5703,7 @@ service called "sso", for instance, with credentials containing automatically to the Spring OAuth2 client that you enable with @EnableOAuth2Sso (from Spring Boot). The name of the service can be parameterized using spring.oauth2.sso.serviceId.

Part XIII. Spring Cloud Contract

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

1.3.5.BUILD-SNAPSHOT

85. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

Finchley.RC2

85. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications (for both HTTP and message-based interactions), covering a range of options for writing tests, publishing them as assets, and asserting @@ -12129,7 +12129,7 @@ the test cases). Example Maven configuration:

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-vault-config</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -12362,7 +12362,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-consul</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.consul.enabled=true (default false) and @@ -12379,7 +12379,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-rabbitmq</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.rabbitmq.enabled=true (default false) @@ -12398,7 +12398,7 @@ dependency.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-aws</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>


The integration can be enabled by setting spring.cloud.vault.aws=true (default false) @@ -12425,7 +12425,7 @@ backend path, e.g. spring.cloud.vault.mysql.role.backend=d <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-databases</artifactId> - <version>1.3.5.BUILD-SNAPSHOT</version> + <version>Finchley.RC2</version> </dependency> </dependencies>

[Note]Note

Enabling multiple JDBC-compliant databases will generate credentials and store them by default in the same property keys hence property names for @@ -12575,7 +12575,7 @@ to false. This is not recommended as leases can exp Spring Cloud Vault cannot longer access Vault or services using generated credentials and valid credentials remain active after application shutdown.

spring.cloud.vault:
-    config.lifecycle.enabled: true

See also: Vault Documentation: Lease, Renew, and Revoke

Part XV. Spring Cloud Gateway

1.3.5.BUILD-SNAPSHOT

This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

108. How to Include Spring Cloud Gateway

To include Spring Cloud Gateway in your project use the starter with group org.springframework.cloud + config.lifecycle.enabled: true

See also: Vault Documentation: Lease, Renew, and Revoke

Part XV. Spring Cloud Gateway

Finchley.RC2

This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

108. How to Include Spring Cloud Gateway

To include Spring Cloud Gateway in your project use the starter with group org.springframework.cloud and artifact id spring-cloud-starter-gateway. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train.

If you include the starter, but, for some reason, you do not want the gateway to be enabled, set spring.cloud.gateway.enabled=false.

[Important]Important

Spring Cloud Gateway requires the Netty runtime provided by Spring Boot and Spring Webflux. It does not work in a traditional Servlet Container or built as a WAR.

109. Glossary

  • Route: Route the basic building block of the gateway. It is defined by an ID, a destination URI, a collection of predicates and a collection of filters. A route is matched if aggregate predicate is true.
  • Predicate: This is a Java 8 Function Predicate. The input type is a Spring Framework ServerWebExchange. This allows developers to match on anything from the HTTP request, such as headers or parameters.
  • Filter: These are instances Spring Framework GatewayFilter constructed in with a specific factory. Here, requests and responses can be modified before or after sending the downstream request.

110. How It Works

Spring Cloud Gateway Diagram

Clients make requests to Spring Cloud Gateway. If the Gateway Handler Mapping determines that a request matches a Route, it is sent to the Gateway Web Handler. This handler runs sends the request through a filter chain that is specific to the request. The reason the filters are divided by the dotted line, is that filters may execute logic before the proxy request is sent or after. All "pre" filter logic is executed, then the proxy request is made. After the proxy request is made, the "post" filter logic is executed.

[Note]Note

URIs defined in routes without a port will get a default port set to 80 and 443 for HTTP and HTTPS URIs respectively.

111. Route Predicate Factories

Spring Cloud Gateway matches routes as part of the Spring WebFlux HandlerMapping infrastructure. Spring Cloud Gateway includes many built-in Route Predicate Factories. All of these predicates match on different attributes of the HTTP request. Multiple Route Predicate Factories can be combined and are combined via logical and.

111.1 After Route Predicate Factory

The After Route Predicate Factory takes one parameter, a datetime. This predicate matches requests that happen after the current datetime.

application.yml. 

spring:
diff --git a/Finchley.RC2/spring-cloud.xml b/Finchley.RC2/spring-cloud.xml
index 08ed4ec5..9f5059c4 100644
--- a/Finchley.RC2/spring-cloud.xml
+++ b/Finchley.RC2/spring-cloud.xml
@@ -17,7 +17,7 @@ Cloud developers can quickly stand up services and applications that
 implement those patterns. They will work well in any distributed
 environment, including the developer’s own laptop, bare metal data
 centres, and managed platforms such as Cloud Foundry.
-Version: 1.3.5.BUILD-SNAPSHOT
+Version: Finchley.RC2
 
 
 Features
@@ -609,7 +609,7 @@ HasFeatures localFeatures() {
 
 Spring Cloud Config
 
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments.
 The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language.
 As an application moves through the deployment pipeline from dev to test and into production, you can manage the configuration between those environments and be certain that applications have everything they need to run when they migrate.
@@ -1839,7 +1839,7 @@ String name = "World";
 
 Spring Cloud Netflix
 
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration
 and binding to the Spring Environment and other Spring programming model idioms. With a few
 simple annotations you can quickly enable and configure the common patterns inside your
@@ -4052,7 +4052,7 @@ Doing so improperly can result in resource management issues.
 
 Spring Cloud OpenFeign
 
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration
 and binding to the Spring Environment and other Spring programming model idioms.
 
@@ -9739,7 +9739,7 @@ public class BusConfiguration {
 Spring Cloud Sleuth
 
 Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 
 
 Introduction
@@ -11625,7 +11625,7 @@ Check them out at the following links:
 
 Spring Cloud Consul
 
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 This project provides Consul integrations for Spring Boot apps through autoconfiguration
 and binding to the Spring Environment and other Spring programming model idioms. With a few
 simple annotations you can quickly enable and configure the common patterns inside your
@@ -12825,7 +12825,7 @@ parameterized using spring.oauth2.sso.serviceId.
 
 Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak,
 Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 
 
 Spring Cloud Contract
@@ -22988,7 +22988,7 @@ the test cases). Example Maven configuration:
     <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-starter-vault-config</artifactId>
-        <version>1.3.5.BUILD-SNAPSHOT</version>
+        <version>Finchley.RC2</version>
     </dependency>
     <dependency>
         <groupId>org.springframework.boot</groupId>
@@ -23793,7 +23793,7 @@ dependency.
     <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-vault-config-consul</artifactId>
-        <version>1.3.5.BUILD-SNAPSHOT</version>
+        <version>Finchley.RC2</version>
     </dependency>
 </dependencies>
 
@@ -23839,7 +23839,7 @@ dependency.
     <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-vault-config-rabbitmq</artifactId>
-        <version>1.3.5.BUILD-SNAPSHOT</version>
+        <version>Finchley.RC2</version>
     </dependency>
 </dependencies>
 
@@ -23890,7 +23890,7 @@ dependency.
     <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-vault-config-aws</artifactId>
-        <version>1.3.5.BUILD-SNAPSHOT</version>
+        <version>Finchley.RC2</version>
     </dependency>
 </dependencies>
 
@@ -23969,7 +23969,7 @@ backend path, e.g. spring.cloud.vault.mysql.role.backend=database
 
@@ -24330,7 +24330,7 @@ after application shutdown.
 
 Spring Cloud Gateway
 
-1.3.5.BUILD-SNAPSHOT
+Finchley.RC2
 This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.