Update Spring Cloud Azure Support File in branch feature/spring-boot-3#31181
Conversation
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
|
@saragluna , the compatibility test for SB M5 passed, https://dev.azure.com/azure-sdk/public/_build/results?buildId=1883844&view=results please help review, thanks! |
| )), | ||
|
|
||
| REDIS("spring.redis", "azure-rediscache", | ||
| REDIS("spring.data.redis", "azure-rediscache", |
There was a problem hiding this comment.
There was a problem hiding this comment.
If we don't change this, will the UT fail?
There was a problem hiding this comment.
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>3.10.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-compiler-plugin;external_dependency} --> | ||
| <configuration> | ||
| <failOnWarning>false</failOnWarning> | ||
| </configuration> | ||
| </plugin> |
There was a problem hiding this comment.
This is to suppress what kind of warnings?
There was a problem hiding this comment.
There was a problem hiding this comment.
Could you point me to the source code where ListenableFutureCallback is used?
There was a problem hiding this comment.
There was a problem hiding this comment.
We should change to CompletableFuture then, instead of using the deprecated one.
…ng-boot-3 (Azure#31181)" This reverts commit 841710f.
Update Spring Boot and Spring Cloud versions for the compatibility test.
If you merged this PR, please update Spring Cloud Azure Timeline.