Files
spring-statemachine/spring-statemachine-samples
Janne Valkealahti 5562bfdd12 Move anonymous transitions to reactive chain
- This commit changes a way how triggerless transitions are executed by
  going via new doOnComplete method in StateListener which returns
  Mono<Void>. This used to be a simple fire and forget subscribe via listener
  and now fully handled via reactive chain when state is complete. Rest of
  a changes are to tweak state actions to run parallel to be able to cancel
  those and then follow and track when triggerless transitions need to be
  executed.
- AbstractState still have some work to do for disposing things around
  submachines which currently seem to break thins if handleStateDoOnComplete
  is disposed when submachine state is exited. We'll leave this to get
  fixed later.
- Add tag handling for junit5 which can be set via gradle build properties
  statemachineIncludeTags and statemachineExcludeTags.
- Add BlockHound to build which can be activated via gradle build
  property statemachineBlockHound.
- Add org.awaitility:awaitility to various test deps.
- Mostly relates to #734
2019-05-25 13:53:31 +01:00
..
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-12 07:04:19 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-11 09:27:13 +01:00
2019-05-12 14:23:59 +01:00