Fix spring cloud versions for Finchley.RC2
This commit is contained in:
@@ -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.</simpara>
|
||||
<simpara>Version: 1.3.5.BUILD-SNAPSHOT</simpara>
|
||||
<simpara>Version: Finchley.RC2</simpara>
|
||||
</preface>
|
||||
<chapter xml:id="_features">
|
||||
<title>Features</title>
|
||||
@@ -609,7 +609,7 @@ HasFeatures localFeatures() {
|
||||
<part xml:id="_spring_cloud_config">
|
||||
<title>Spring Cloud Config</title>
|
||||
<partintro>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
<simpara>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 <literal>Environment</literal> and <literal>PropertySource</literal> 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";</programlisting>
|
||||
<part xml:id="_spring_cloud_netflix">
|
||||
<title>Spring Cloud Netflix</title>
|
||||
<partintro>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
<simpara>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.</simpara>
|
||||
<part xml:id="_spring_cloud_openfeign">
|
||||
<title>Spring Cloud OpenFeign</title>
|
||||
<partintro>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
<simpara>This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration
|
||||
and binding to the Spring Environment and other Spring programming model idioms.</simpara>
|
||||
</partintro>
|
||||
@@ -9739,7 +9739,7 @@ public class BusConfiguration {
|
||||
<title>Spring Cloud Sleuth</title>
|
||||
<partintro>
|
||||
<simpara>Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant</simpara>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
</partintro>
|
||||
<chapter xml:id="_introduction">
|
||||
<title>Introduction</title>
|
||||
@@ -11625,7 +11625,7 @@ Check them out at the following links:</simpara>
|
||||
<part xml:id="_spring_cloud_consul">
|
||||
<title>Spring Cloud Consul</title>
|
||||
<partintro>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
<simpara>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 <literal>spring.oauth2.sso.serviceId</literal>.</simpara>
|
||||
<partintro>
|
||||
<simpara><emphasis>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</emphasis></simpara>
|
||||
<simpara>1.3.5.BUILD-SNAPSHOT</simpara>
|
||||
<simpara>Finchley.RC2</simpara>
|
||||
</partintro>
|
||||
<chapter xml:id="_spring_cloud_contract_2">
|
||||
<title>Spring Cloud Contract</title>
|
||||
@@ -22988,7 +22988,7 @@ the test cases). Example Maven configuration:</simpara>
|
||||
<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.</simpara>
|
||||
<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></programlisting>
|
||||
</example>
|
||||
@@ -23839,7 +23839,7 @@ dependency.</simpara>
|
||||
<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></programlisting>
|
||||
</example>
|
||||
@@ -23890,7 +23890,7 @@ dependency.</simpara>
|
||||
<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></programlisting>
|
||||
</example>
|
||||
@@ -23969,7 +23969,7 @@ backend path, e.g. <literal>spring.cloud.vault.mysql.role.backend=database</lite
|
||||
<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></programlisting>
|
||||
</example>
|
||||
@@ -24330,7 +24330,7 @@ after application shutdown.</simpara>
|
||||
<part xml:id="_spring_cloud_gateway">
|
||||
<title>Spring Cloud Gateway</title>
|
||||
<partintro>
|
||||
<simpara><emphasis role="strong">1.3.5.BUILD-SNAPSHOT</emphasis></simpara>
|
||||
<simpara><emphasis role="strong">Finchley.RC2</emphasis></simpara>
|
||||
<simpara>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.</simpara>
|
||||
</partintro>
|
||||
<chapter xml:id="gateway-starter">
|
||||
|
||||
Reference in New Issue
Block a user