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

Spring Boot 3.0 support? #2

Closed
odrotbohm opened this issue Jul 28, 2022 · 10 comments
Closed

Spring Boot 3.0 support? #2

odrotbohm opened this issue Jul 28, 2022 · 10 comments
Labels
enhancement New feature or request

Comments

@odrotbohm
Copy link

It looks like the binaries built from the 2.7.x branch do not work on Boot 3.0 snapshots as they refer to API removed. Will there be an updated version compatible with 3.0 at some point?

@michaelmosmann
Copy link
Member

@odrotbohm i think so .. i hope that it will be not as hard..

@michaelmosmann
Copy link
Member

@odrotbohm btw: i did not remove an API, the used some accessible code in an unintended way and after a longer discussion they decided that the will remove the support in 2.7 ...

This has also some benefits.. there is a major refactoring ahead and this can not be done in any way without code change on the spring side:)

@michaelmosmann michaelmosmann added the enhancement New feature or request label Oct 17, 2022
@Heatmanofurioso
Copy link

Any idea on when/how will this be worked on?

Or anyone has an idea on a workaround with 3.0.0?

@michaelmosmann
Copy link
Member

@Heatmanofurioso i will start with this today.. maybe this is something easy ..
any NOT working sample project?

@Heatmanofurioso
Copy link

@michaelmosmann I've made a sample repo.
This code was working fine with 2.7.0

https://github.com/Heatmanofurioso/sample-spring-mongo-repo

@michaelmosmann
Copy link
Member

@Heatmanofurioso cool.. thanks.. :)

@michaelmosmann
Copy link
Member

@Heatmanofurioso .. have something working. Had fun with something like this:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-files
.. i do not get it why there was no warning in spring 2.7 ..

@michaelmosmann
Copy link
Member

@Heatmanofurioso made an pull request: Heatmanofurioso/sample-spring-mongo-repo#1

@michaelmosmann
Copy link
Member

@Heatmanofurioso spring 3.0 release done:) reopen if needed..

@Heatmanofurioso
Copy link

Thanks for your help @michaelmosmann
I've tested on several of my repos, and it's working perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants