Spring Statemachine 1.1.0.RC1 Released
We’re pleased to announce a first release candidate of Spring Statemachine 1.1.0.RC1. The release can be found in the Spring Milestone repository https://repo.spring.io/milestone.
What we got into this first release candidate:
- Fixed 20 tickets.
- Usual bug fixes.
- New junction, exit/entry pseudostates.
- New uml modeling support based on Eclipse Papyrus
Full changes as usual is available from changelog.
UML Modeling
One of the most requested features has been to be able to use modeling frameworks to design a statechart instead of using plain good old JavaConfig. Work for this started a while back and first step for this was to use Eclipse Papyrus…