Files
spring-statemachine/spring-statemachine-core/src
Janne Valkealahti 68e0cd5f72 Change way BeanFactory and TaskExecutor are set
- Guard LifecycleObjectSupport.afterPropertiesSet() so that
  it's not called twice where other call would be initiated
  by app context if machine is returned as @Bean but still
  normally build via a builder.
- Tune internal handling of BeanFactory and TaskExecutor so that
  we play nice with machine and its executor.
- Fixes #130
2015-11-27 07:41:36 +00:00
..