Skip to content
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

Closed
salaboy opened this issue Apr 25, 2024 · 3 comments · Fixed by #1050
Closed

Drop Spring Boot 2.x support as it is not longer supported by the spring community #1039

salaboy opened this issue Apr 25, 2024 · 3 comments · Fixed by #1050
Labels
kind/bug Something isn't working
Milestone

Comments

@salaboy
Copy link
Contributor

salaboy commented Apr 25, 2024

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:

@salaboy salaboy added the kind/bug Something isn't working label Apr 25, 2024
@artursouza
Copy link
Member

I am inclined to do this. I wonder if the community is still depending on springboot 2.x for Dapr.

@salaboy
Copy link
Contributor Author

salaboy commented Apr 26, 2024

@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.

@ThomasVitale
Copy link
Contributor

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.

artur-ciocanu pushed a commit to artur-ciocanu/java-sdk that referenced this issue Jun 27, 2024
* 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]>
artur-ciocanu pushed a commit to artur-ciocanu/java-sdk that referenced this issue Jun 28, 2024
* 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]>
@artursouza artursouza added this to the v1.13 milestone Jul 16, 2024
@artursouza artursouza modified the milestones: v1.13, v1.12 Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants