Files
spring-statemachine/spring-statemachine-samples
Janne Valkealahti 84ca0aec3e Refactor region handling and persistence
- Make kryo in AbstractKryoStateMachineSerialisationService aware of same classloader
  most likely use in an app. This takes away some of those weird kryo
  errors you see with a web apps.
- Add context references concept to StateMachineContext which can be used
  to store reference id and then individual running machines with regions
  can independently store their states. Whole machine state can then get
  restored more accurately.
- Add new `region(String id)` to StateConfigurer which can be used to set region id.
  This is equivalent as setting region id with json based machine structure where
  you need to define region id's with orthogonal regions are in use.
- Add new datajpamultipersist sample showing running regions and how those are
  persisted to a database.
- Fixes #617
- Fixes #605
- Fixes #615
2019-01-12 08:37:34 +00:00
..
2018-02-14 15:28:08 +02:00
2016-09-30 07:55:12 +01:00
2018-02-22 08:51:51 +02:00
2016-09-30 07:55:12 +01:00
2016-09-30 07:55:12 +01:00
2015-12-13 11:13:58 +00:00
2015-11-18 11:52:06 +00:00
2015-11-26 09:36:47 +00:00
2015-11-26 09:36:47 +00:00
2017-09-15 16:01:44 +01:00
2015-11-26 09:36:47 +00:00