Sync docs from vHoxton.RELEASE to gh-pages
This commit is contained in:
@@ -14703,7 +14703,7 @@ parameterized using <code>spring.oauth2.sso.serviceId</code>.</p>
|
||||
<div class="sect2">
|
||||
<h3 id="legal"><a class="anchor" href="#legal"></a><a class="link" href="#legal">Legal</a></h3>
|
||||
<div class="paragraph">
|
||||
<p>2.2.0.RELEASE</p>
|
||||
<p>2.2.0.RC2</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Copyright © 2012-2019</p>
|
||||
@@ -34613,7 +34613,7 @@ the test cases). Example Maven configuration:</p>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-vault-config</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
<version>2.2.0.RC2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -36129,7 +36129,7 @@ dependency.</p>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-consul</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
<version>2.2.0.RC2</version>
|
||||
</dependency>
|
||||
</dependencies></code></pre>
|
||||
</div>
|
||||
@@ -36199,7 +36199,7 @@ dependency.</p>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-rabbitmq</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
<version>2.2.0.RC2</version>
|
||||
</dependency>
|
||||
</dependencies></code></pre>
|
||||
</div>
|
||||
@@ -36274,7 +36274,7 @@ dependency.</p>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-aws</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
<version>2.2.0.RC2</version>
|
||||
</dependency>
|
||||
</dependencies></code></pre>
|
||||
</div>
|
||||
@@ -36383,7 +36383,7 @@ backend path, e.g. <code>spring.cloud.vault.mysql.role.backend=database</code>.<
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-databases</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
<version>2.2.0.RC2</version>
|
||||
</dependency>
|
||||
</dependencies></code></pre>
|
||||
</div>
|
||||
@@ -39935,7 +39935,7 @@ public ResponseEntity<?> proxyPath(ProxyExchange<byte[]> proxy) thro
|
||||
<p>Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p><strong>3.0.0.RELEASE</strong></p>
|
||||
<p><strong>3.0.0.RC2</strong></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="sect2">
|
||||
@@ -43323,7 +43323,7 @@ Instead, the version of the BOM you’re using determines the versions of the us
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-gcp-dependencies</artifactId>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<version>1.2.0.RC2</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@@ -62871,6 +62871,16 @@ Platforms such as Cloud Foundry can have only one instance with an <code>instanc
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.loadbalancer.cache.caffeine.spec</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">The spec to use to create caches. See CaffeineSpec for more details on the spec format.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.loadbalancer.cache.ttl</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">30s</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Time To Live - time counted from writing of the record, after which cache entries are expired, expressed as a {@link Duration}. The property {@link String} has to be in keeping with the appropriate syntax as specified in Spring Boot <code>StringToDurationConverter</code>. @see <a href= "https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/convert/StringToDurationConverter.java">StringToDurationConverter.java</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.loadbalancer.retry.enabled</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
@@ -63161,6 +63171,11 @@ Platforms such as Cloud Foundry can have only one instance with an <code>instanc
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.stream.kafka.streams.binder.deserialization-exception-handler</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">{@link org.apache.kafka.streams.errors.DeserializationExceptionHandler} to use when there is a deserialization exception. This handler will be applied against all input bindings unless overridden at the consumer binding.</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.stream.kafka.streams.binder.functions</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
@@ -63208,7 +63223,7 @@ Platforms such as Cloud Foundry can have only one instance with an <code>instanc
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.stream.kafka.streams.binder.serde-error</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">{@link org.apache.kafka.streams.errors.DeserializationExceptionHandler} to use when there is a Serde error. {@link KafkaStreamsBinderConfigurationProperties.SerdeError} values are used to provide the exception handler on consumer binding.</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">spring.cloud.stream.kafka.streams.binder.state-store-retry.backoff-period</p></td>
|
||||
|
||||
Reference in New Issue
Block a user