Context
After the first beta version to support Spring Boot 3, we should improve the source code that is using deprecated APIs, because these deprecated APIs will be removed soon in the next Spring Boot and Spring Cloud milestone versions.
Goal
This issue will target the below sub-goals:
- Enable the maven plugin
maven-compiler-plugin to find the new deprecated APIs and ensure all the old ones be instead.
- Try to keep the existing features and functions unchanged after the APIs change.
- Cover all the modules under the directory
sdk/spring.
Context
After the first beta version to support Spring Boot 3, we should improve the source code that is using deprecated APIs, because these deprecated APIs will be removed soon in the next Spring Boot and Spring Cloud milestone versions.
Goal
This issue will target the below sub-goals:
maven-compiler-pluginto find the new deprecated APIs and ensure all the old ones be instead.sdk/spring.