-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Spring Boot 2.x support as it is not longer supported by the spring community #1039
Comments
I am inclined to do this. I wonder if the community is still depending on springboot 2.x for Dapr. |
@artursouza but even if community members depend on springboot 2.x nobody from the springboot community will even answers about 2.x, as it reached end of life. |
I like this proposal. Spring Boot 2 reached end of like on 2023-11-24 and the Spring users had a long time to upgrade since it was announced in 2022 already. If there's any security vulnerability found in that version, they will not be fixed since it's out of support. And there's a risk that Dapr will inherit them if building on that old version. |
* Bump dependencies in sdk-springboot module from Spring Boot 2.x to 3.2.6 * Update examples module to use new Spring Boot support with Java 17 baseline * Fix wrong sdkman and mavne wrapper setup that failed the local setup * Update GHA workflow to stop testing for Spring Boot versions < 3.2.x Fixes daprgh-1039 Signed-off-by: Thomas Vitale <[email protected]>
* Bump dependencies in sdk-springboot module from Spring Boot 2.x to 3.2.6 * Update examples module to use new Spring Boot support with Java 17 baseline * Fix wrong sdkman and mavne wrapper setup that failed the local setup * Update GHA workflow to stop testing for Spring Boot versions < 3.2.x Fixes daprgh-1039 Signed-off-by: Thomas Vitale <[email protected]>
Expected Behavior
We should focus on maintaining and improving Spring Boot 3.x support as the default Spring Boot integration, as the 2.x release branch has already reached the "end of life" phase -> https://spring.io/projects/spring-boot#support
Actual Behavior
The main spring boot integration is still on spring boot 2.x
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: