Spring Statemachine v1.1.0 发布
Spring Statemachine (Spring 状态机)是使用 Spring 框架下的状态机概念创建的一种应用程序开发框架。它使得状态机结构层次化,简化了配置状态机的过程。
详细功能:
-
Easy to use flat one level state machine for simple use cases.
-
Hierarchical state machine structure to ease complex state configuration.
-
State machine regions to provide even more complex state configurations.
-
Usage of triggers, transitions, guards and actions.
-
Type safe configuration adapter.
-
State machine event listeners.
-
Spring IOC integration to associate beans with a statemachine.
更新日志
- Start adding developer doc info into ref docs [#158]
- Don't publish build-tests [#211]
- Uml doesn't add Guard to Transition [#212]
- Support initial action in uml [#213]
- Support spel in uml model [#215]
- Complex linked pseudostates cause trouble [#217]
- UmlModelParser breaks with shadow entries [#218]
- Update docs for 1.1.0.RELEASE [#219]
- TimerTrigger with delay fires immediately [#220]
- Direct region entry doesn't bypass initial state entry [#221]
- Join state should not be entered [#222]
- Pseudostates may cause exit from parent [#223]
- Create order shipping sample [#225]
- Refactor UmlStateMachineModelFactory [#226]
- Possible NPE with final state [#227]
下载
正文到此结束