- NOTE: not yet fully working distributed sm, this commit is considered to be a stage 1 of further commits on this matter. - Preliminary concept of DistributedStateMachine, StateMachineEnsemble and StateMachinePersist. - New module spring-statemachine-zookeeper order to persist state in a distributed matter. - Refactoring concept of a state machine access to get better internal access into a sm via functional interfaces. - Change build to use jdk7 and change test to rely on jdk8 order to test functional lambdas. - new zookeeper sample demonstrating distributed concepts. - Relates t0 #35 and #34. - No docs until things are fully implemented.
9 lines
166 B
INI
9 lines
166 B
INI
version=1.0.0.BUILD-SNAPSHOT
|
|
springVersion = 4.1.6.RELEASE
|
|
curatorVersion = 2.6.0
|
|
kryoVersion = 2.22
|
|
hamcrestVersion = 1.3
|
|
junitVersion = 4.11
|
|
log4jVersion = 1.2.17
|
|
|