-
Notifications
You must be signed in to change notification settings - Fork 616
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 #1104
Upgrade to Spring Boot 3 #1104
Conversation
This would be great to have, what do you think @jvalkeal ? |
I agree with the migration proposal to Spring Boot 3.0 for compliance reasons. |
how is it going? would like to move projects to spring 3. |
Is there any progress on this? We are also looking to use this in our spring 3 java 17 project. |
Any update on this please |
Would be great to have this to be able to perform a migration of our application to Spring Boot 3 ❤️ |
Hey guys. I am waiting for this as well. Any estimation on when this will be released? Thanks a lot for your effort! |
a280088
to
814c85c
Compare
814c85c
to
6bddecd
Compare
Updated to Spring Boot 3.1.x |
1c4f573
to
497eebe
Compare
All, thanks for the encouraging comments. |
@jvalkeal: Please have a look at this. |
@jvalkeal Can we please have a timeline here? If there is a plan to release a spring boot 3 compatible version or not? |
Thanks a lot for the PR as it's a good start for boot 3 upgrade. I will polish it a bit before merging. |
* pr/1104: Polish "Upgrade to Spring Boot 3" Upgrade to Spring Boot 3
It looks like nobody tested this with AOT processing. As of SB 3.2.0 and StateMachine 4.0.0, this still causes an error described in #1080 |
Unfortunately it's just as @Steve973 wrote, it still doesn't work |
This upgrades the project to Spring Boot 3 (3.1.1) and JDK 17 so that Spring State Machine can be used in projects based on Spring Boot 3.
(A CLA has been completed)