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

The "Current API" pages for Spring Statemachine are still at 2.2.3 instead of 3.2.0 #1077

Open dtonhofer opened 1 year ago

dtonhofer commented 1 year ago

The current Spring Statemachine is 3.2.0:

https://spring.io/projects/spring-statemachine#learn

but the API docs found under the "current" URL are still 2.2.3:

https://docs.spring.io/spring-statemachine/docs/current/api/

says "Spring State Machine 2.2.3.RELEASE API"

It was a bit confusing to track down deprecated errors ...