-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Upgrade to Spring Boot 3.2.3 #25317
Upgrade to Spring Boot 3.2.3 #25317
Conversation
@fbiville any advice to fix |
At the moment I don't have time, to have a deeper look at this project, maybe something for tomorrow. Edit: Also I have on my desk to review the changes done in Spring Boot in detail and see if we can find a middle-ground that will not introduce such an impact on the user/application side. |
Thanks @meistermeier for the details. I will try to help here. At work the update 3.2.3 had also some strange effects (not related to neo4j) which I would have not expected |
Cannot bring myself into the state from a few years ago to understand how to build a (test) project against this patch (incl. the patched bom reference). Background: The change within SDN would require a
Conclusion from my side: It is a really unfortunate situation right now. Spring Boot has no chance on the dependencies to decide reliable if the user wants to go the reactive or imperative way. In contrast to e.g. "layered" mongo db's driver, the Neo4j driver comes with all dependencies incl. project-reactor. We are currently investigating if we might switch the driver dependency to the bundled version. As such, the reactor dependency and other will be shaded in a different package and Spring Boot could finally look for the (default) full qualified class name of This was longer than I expected and I hope I made things a little bit clear. If you have any further questions, feel free to ping me. |
Depends on jhipster/jhipster-bom#1526.
Please make sure the below checklist is followed for Pull Requests.