upgrade spring cloud azure versions
This commit is contained in:
Родитель
dc029d5bc9
Коммит
ccaaec13cb
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.azure.spring</groupId>
|
||||
<artifactId>spring-cloud-azure-aggregator</artifactId>
|
||||
<version>4.0.0-beta.4</version>
|
||||
<version>4.0.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
|spring.cloud.azure.client.http.response-timeout | | Amount of time used when waiting for a server to reply.
|
||||
|spring.cloud.azure.client.http.write-timeout | | Amount of time each request being sent over the wire.
|
||||
|spring.cloud.azure.compatibility-verifier.compatible-boot-versions | | Comma-delimited list of Spring Boot versions that are compatible with current Spring Cloud Azure's version.
|
||||
|spring.cloud.azure.compatibility-verifier.enabled | `false` | Whether to enable the Spring Cloud Azure compatibility verifier.
|
||||
|spring.cloud.azure.compatibility-verifier.enabled | `true` | Whether to enable the Spring Cloud Azure compatibility verifier.
|
||||
|spring.cloud.azure.cosmos.client-telemetry-enabled | | Whether to enable client telemetry which will periodically collect database operations aggregation statistics, system information like cpu/memory and send it to cosmos monitoring service, which will be helpful during debugging.
|
||||
|spring.cloud.azure.cosmos.client.application-id | | Represents current application and is used for telemetry/monitoring purposes.
|
||||
|spring.cloud.azure.cosmos.connection-mode | | Connection mode to be used by the client in the Azure Cosmos DB database service.
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -26,7 +26,7 @@
|
|||
|
||||
<groupId>com.azure.spring</groupId>
|
||||
<artifactId>spring-cloud-azure-aggregator</artifactId>
|
||||
<version>4.0.0-beta.4</version>
|
||||
<version>4.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Cloud Azure</name>
|
||||
<description>Spring Cloud Azure</description>
|
||||
|
@ -42,7 +42,7 @@
|
|||
"version.spring.cloud.azure" is used to update "_configprops.adoc".
|
||||
Because "4.0.0-beta.4" is not released, GitHub workflow will failed if we use "4.0.0-beta.4".
|
||||
As workaround, we use "4.0.0-beta.3" instead. It should change to "4.0.0-beta.4" after "4.0.0-beta.4" released.-->
|
||||
<version.spring.cloud.azure>4.0.0-beta.3</version.spring.cloud.azure>
|
||||
<version.spring.cloud.azure>4.0.0</version.spring.cloud.azure>
|
||||
<spring-javaformat.version>0.0.29</spring-javaformat.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
|
Загрузка…
Ссылка в новой задаче