Files
spring-statemachine/gradle.properties
Janne Valkealahti ed25006075 Add support for session scope
- Add tweaks to DisposableBean.destroy() which integrates
  into a lifecycle and properly closes a machine if only
  destroy() is called which is a case when `session` scoped
  bean is destroyed when http session is invalidated.
- Tests in SessionScopedAnnotationTests and
  SessionScopedManualTests for both builder and
  annotation config.
- Fixes #112
2015-11-28 09:13:10 +00:00

13 lines
317 B
INI

springShellVersion=1.1.0.RELEASE
springSecurityVersion=4.0.2.RELEASE
junitVersion=4.12
springVersion=4.2.2.RELEASE
kryoVersion=2.24.0
log4jVersion=1.2.17
springBootVersion=1.2.5.RELEASE
version=1.0.2.BUILD-SNAPSHOT
hamcrestVersion=1.3
springSessionVersion=1.0.2.RELEASE
curatorVersion=2.8.0
tomcatEmbedVersion=7.0.56