Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe’re pleased to announce a release of Spring Statemachine 1.2.0.RELEASE. Artifacts are available either from Maven Central or from Spring Repository.
Spring Data Repository
abstraction keeping machine configurations in an external repository with built-in support for Redis, MongoDB and JPA.Spring Boot
auto-config.There's no changes from a final release candicate but full history is available from changelog.
1.0.x
is end of life with 1.0.3
as a last release.1.2.x
being the main stable branch.1.3.x
at some point.2.0.0.BUILD-SNAPSHOT
.Spring 5
Reactor 3
Why do we think reactive type of programming might be a good thing with state machines? Well it all boils down to a machine execution model which is run-to-completion when either timer or event is causing something to happen in a future. If state machine is using synchronous event handling then user is blocked to wait for event to get processed. State machine has always supported asynchronous event handling, which is great but creates a burden for user to listen what and when maching is executing. With reactive style API's we think that real life interaction with state machines will become much easier. Don't worry, old API's will not go away.
Thank you for all who have contributed in any way either via Stack Overflow, GitHub Issues or other channels. Driving force for changes really has been a community and requests from it.