Spring Statemachine 1.1.0.M2 Released
We’re pleased to announce a second milestone release of Spring Statemachine 1.1.0.M2. The release can be found in the Spring Milestone repository https://repo.spring.io/milestone.
What we got into this second milestone:
- Usual bug fixes.
- Better error handling and config model verifier.
- @WithStateMachine as meta annotation.
- Easier usage for persist/restore of a state machine via StateMachinePersister.
- New timer event which only fires once after state enter.
- Config model classes are now a public API.
Full changes as usual is available from changelog.
We're planning to do one release candidate…