spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.52k stars 598 forks source link

Upgrade to Spring Boot 3 #1104

Closed egreijus closed 9 months ago

egreijus commented 1 year ago

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)

kjberglund commented 1 year ago

This would be great to have, what do you think @jvalkeal ?

gustavodaquino commented 1 year ago

I agree with the migration proposal to Spring Boot 3.0 for compliance reasons.

noaHson86 commented 12 months ago

how is it going? would like to move projects to spring 3. appreciate your hard work.

mrjovanovicns commented 11 months ago

Is there any progress on this? We are also looking to use this in our spring 3 java 17 project.

varuntayur commented 10 months ago

Any update on this please

andreas-schilling commented 10 months ago

Would be great to have this to be able to perform a migration of our application to Spring Boot 3 ❤️

relyativus commented 10 months ago

Hey guys. I am waiting for this as well. Any estimation on when this will be released? Thanks a lot for your effort!

egreijus commented 10 months ago

Updated to Spring Boot 3.1.x

egreijus commented 10 months ago

All, thanks for the encouraging comments. I'd be more than happy to receive comments and suggestions on enhancements in order to have this merged and finally built.

egreijus commented 10 months ago

@jvalkeal: Please have a look at this.

SachinSharmaa commented 9 months ago

@jvalkeal Can we please have a timeline here? If there is a plan to release a spring boot 3 compatible version or not? We are planning on using Spring State Machine, but we are reluctant on working with spring boot 2 in new service.

jvalkeal commented 9 months ago

Thanks a lot for the PR as it's a good start for boot 3 upgrade. I will polish it a bit before merging.

Steve973 commented 6 months ago

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 https://github.com/spring-projects/spring-statemachine/issues/1080