Rob Winch
8ef36e4f3e
Session Optional<T> getAttribute -> T getAttribute
...
Issue gh-819
2017-06-30 10:24:59 -05:00
Vedran Pavic
031541bc05
Fix Checkstyle violations
2017-06-26 08:45:20 +02:00
Vedran Pavic
084e3428fb
Move SessionEventRegistry back to integration-test sources
...
Fixes gh-810
2017-06-23 19:03:46 +02:00
Vedran Pavic
b321ff02f0
Revert "SessionRepository.save returns S"
...
See gh-809
2017-06-23 18:48:30 +02:00
Rob Winch
c6c6beb40c
Session.delete -> deleteById
...
Fixes gh-809
2017-06-22 21:30:14 -05:00
Rob Winch
0127ef9f9b
SessionRepository.getSession(String) -> findById(String)
...
Issue gh-809
2017-06-22 21:29:34 -05:00
Rob Winch
cd8686ae9c
SessionRepository.save returns S
...
Issue gh-809
2017-06-22 21:27:25 -05:00
Rob Winch
c28f047eb5
Extract spring-session-data-hazelcast
...
Issue gh-806
2017-06-22 09:03:50 -05:00
Rob Winch
f1319483ee
Move spring-session to spring-session-core
...
Issue gh-806
2017-06-22 09:02:44 -05:00
Rob Winch
d590ca58e4
Standardize Build
...
Fixes gh-769
2017-04-26 22:11:41 -05:00
Vedran Pavic
43fda301e2
Fix Sonar build
2016-11-15 23:07:00 +01:00
Vedran Pavic
6e04d903ae
Add HazelcastSessionRepository
...
This commit improves existing Hazelcast support, which is based on
MapSessionRepository, with dedicated HazelcastSessionRepository
that implements the FindByIndexNameSessionRepository contract.
Also a new hazelcast-spring-session module was added to provide
dependency management for Hazelcast support.
Fixes gh-544
2016-09-14 11:22:56 -05:00