Bumping versions

This commit is contained in:
buildmaster
2023-11-22 10:36:17 +00:00
parent dd322e5d72
commit dc9d207d80
2 changed files with 2 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ The refresh endpoint reports that the "sample" property changed.
[[building]]
= Building
:jdkversion: 1.8
:jdkversion: 17
[[basic-compile-and-test]]
== Basic Compile and Test

View File

@@ -22,6 +22,7 @@
|spring.cloud.config.retry.max-attempts | `+++6+++` | Maximum number of attempts.
|spring.cloud.config.retry.max-interval | `+++2000+++` | Maximum interval for backoff.
|spring.cloud.config.retry.multiplier | `+++1.1+++` | Multiplier for next interval.
|spring.cloud.config.retry.use-random-policy | `+++false+++` | Use a random exponential backoff policy.
|spring.cloud.config.send-state | `+++true+++` | Flag to indicate whether to send state. Default true.
|spring.cloud.config.tls | | TLS properties.
|spring.cloud.config.token | | Security Token passed thru to underlying environment repository.