Rob Winch
5cfbeae161
Add Travis Badge
...
Issue gh-394
2016-03-14 12:42:03 -05:00
Rob Winch
c6e71a90bb
Add Travis
...
Fixes gh-394
2016-03-14 12:30:02 -05:00
Rob Winch
195228ff5a
Fix checkstyle
...
Fixes gh-423
2016-03-14 10:41:40 -05:00
Øyvind Horneland
831d2f4152
SessionRepositoryFilter caches null session lookup
...
If a session cannot be found by id, we will cache that result for any
subsequent calls to getSession(false) for the duration of this request.
Fixes gh-423
2016-03-14 10:40:25 -05:00
Rob Winch
4f7728f5b5
Fix Checkstyle Eclipse Settings
...
Issue gh-417
2016-03-14 00:13:46 -05:00
Rob Winch
11e418526e
Add What's new in 1.2
...
Fixes gh-420
2016-03-11 10:21:23 -06:00
Erin Drummond
49f24e493d
Fix JdbcOperationsSessionRepository session cleanup
...
Make JDBC session cleanup logic actually cleanup expired sessions
as opposed to all sessions
Fixes gh-421
2016-03-11 09:28:18 -06:00
Vedran Pavic
bd6d5bf419
Add JDBC documentation
...
Fixes gh-415
2016-03-10 09:24:57 -06:00
Rob Winch
9b989c4a3e
Merge pull request #414 from vpavic/fix-docs-test
...
Fix bad reference in IndexDocTests
2016-03-07 16:19:28 -06:00
Rob Winch
68ddcef83e
Fix Javadoc
2016-03-07 16:08:54 -06:00
Rob Winch
2592905b41
Add Eclipse settings
...
Fixes gh-417
2016-03-07 15:37:22 -06:00
Rob Winch
4be47f6b40
Add Agregate checkstyle task
...
Issue gh-393
2016-03-07 15:37:12 -06:00
Rob Winch
35b5fcdc75
Refine Checkstyle
...
Refine the Checkstyle rules slightly
Fixes gh-393
2016-03-07 15:36:56 -06:00
Vedran Pavic
4d010b23b8
Add Checkstyle to build
...
Fixes gh-393
2016-03-07 15:36:44 -06:00
Rob Winch
f0200696ef
Additional Checkstyle Fixes
...
Issue gh-393
2016-03-07 15:36:17 -06:00
Vedran Pavic
7f3302253b
Prepare codebase to adhere to Checkstyle rules
...
Issue gh-393
2016-03-07 15:33:42 -06:00
Rob Winch
9e3bcafa75
Use @SpringBootApplication
2016-03-07 12:45:06 -06:00
Rob Winch
216bfd7355
MongoSessionConverter -> AbstractMongoSessionConverter
...
Using Abstract prefix follows conventions for abstract classes
beginning with Abstract. This also opens up the door to introduce
a MongoSessionConverter interface in the future.
Issue gh-17
2016-03-07 12:45:05 -06:00
Jakub Kubrynski
34cebc3df6
Add MongoOperationsSessionRepository
...
Fixes gh-17
2016-03-07 12:45:05 -06:00
Rob Winch
7b28b214ff
Polish JdbcOperationsSessionRepository
...
* Fix whitepspaces
* Remove Override from interfaces
Issue gh-364
2016-03-07 09:25:30 -06:00
Rob Winch
8f8cfe5d79
JdbcOperationsSessionRepository uses ConversionService
...
Issue gh-364
2016-03-07 09:18:21 -06:00
Vedran Pavic
e0e29eab35
Fix bad reference in IndexDocTests
2016-03-06 23:18:51 +01:00
Vedran Pavic
cd38e307e0
Add JdbcOperationsSessionRepository
...
This commit provides implementation of SessionRepository based
on Spring's JdbcOperations interface.
@EnableJdbcHttpSession annotation is provided to ease the
configuration, together with spring-session-jdbc BOM and schema
creation scripts for all major databases.
Fixes gh-364
2016-03-04 11:24:06 -06:00
Rob Winch
091d0d8d9f
DefaultCookieSerializer ignores null Cookie value
...
Previously a null Cookie value was returned by DefaultCookieSerializer
readCookieValues(). This could cause NullPointerExeptions later on.
This commit ignores cookies with a null value.
Fixes gh-392
2016-03-04 10:22:33 -06:00
John Blum
3300b58afe
Fix GemFire TODOs
...
Upgrades Spring Session to use Spring Data GemFire 1.7.4.RELEASE
and addresses all TODOs.
Fixes gh-403
2016-02-29 21:07:00 -06:00
John Blum
00af8456d4
@DirtiesContext for GemFire integration tests
...
Applies @DirtiesContext to all Spring Session Data GemFire integration
tests to ensure that no lingering GemFire (peer or client) cache
instances cause conflicts on downstream tests.
Fixes gh-396
2016-02-29 20:46:59 -06:00
Rob Winch
aeb0add50e
Fix GemFire compile in Eclipse
...
Fixes gh-399
2016-02-29 15:47:01 -06:00
Rob Winch
671bfa0444
Revert "Fix GemFire compile in Eclipse"
...
This reverts commit 8bf3a251bb .
since the fixes to the tests are incorrect.
2016-02-29 15:46:44 -06:00
Rob Winch
8bf3a251bb
Fix GemFire compile in Eclipse
...
Fixes gh-399
2016-02-29 14:38:18 -06:00
Rob Winch
5d1c60711f
Merge pull request #397 from vpavic/update-docs
...
Fix minor documentation errors
2016-02-29 12:59:41 -06:00
Vedran Pavic
32cf8ad7ad
Fix minor documentation errors
2016-02-28 22:25:42 +01:00
Rob Winch
d3139b04e1
Update to 1.2.0.BUILD-SNAPSHOT
2016-02-25 14:40:17 -06:00
Spring Buildmaster
cc0bfc2299
Next development version
2016-02-25 11:15:24 -08:00
Spring Buildmaster
c0a5916413
Release version 1.1.0.RELEASE
2016-02-25 11:15:17 -08:00
Rob Winch
11ca552625
Update Dependency Versions
...
Fixes gh-386
2016-02-25 13:08:44 -06:00
Rob Winch
8e4ed22974
Add gradle-versions-plugin
...
This will make finding updates easier.
Fixes gh-385
2016-02-24 17:05:52 -06:00
John Blum
53d7c84f73
Fix ClassCastException Token$Tombstone
...
Fixes gh-373
2016-02-24 17:01:26 -06:00
Rob Winch
1871915c62
Update SessionEventRegistry to store all events
...
This ensures that if multiple events are published, we wait until the event
with the expected session id is fired.
Fixes gh-382
2016-02-23 15:41:57 -06:00
Rob Winch
d5259bf0e9
Fix RedisSessionExpirationPolicy logger name
...
Fixes gh-329
2016-02-23 14:31:00 -06:00
Rob Winch
12b1dda24c
Remove EnableScheduling from SpirngHttpsessionConfiguration
...
Fixes gh-377
2016-02-22 22:43:15 -06:00
Rob Winch
fad66c5cd2
Spaces to Tabs
2016-02-22 22:12:47 -06:00
Rob Winch
e338e70972
Remove unnecessary JS from boot sample
...
Fixes gh-378
2016-02-22 22:03:43 -06:00
Rob Winch
4c01782d6c
Polish gh-314
...
* Formatting
* Place lock inside test object
2016-02-22 13:23:42 -06:00
Vladimir Tsanev
5bf12fdd93
Custom task executors for RedisMessageListenerContainer
...
Tasks executors used by redisMessageListenerContainer can now optionally
be overriden with beans named springSessionRedisTaskExecutor and/or
springSessionRedisSubscriptionExecutor.
Fixes gh-314
2016-02-22 13:22:53 -06:00
Rob Winch
d209a10514
Clean up principal index immediately on delete
...
Previously index was cleaned up only in the Redis Keyspace Notification.
This meant there was a delay in removing the index. This does not cause
a bug since we verify sessions exist and are not expired when we look up
sessions by index. However, it could be improved.
This commit ensures that the index is cleaned up immediately on session
deletion.
Fixes gh-367
2016-02-15 08:32:59 -06:00
Spring Buildmaster
1d0eb68f70
Next development version
2016-02-10 21:17:19 -08:00
Spring Buildmaster
b64d0c0d3c
Release version 1.1.0.RC1
2016-02-10 21:17:11 -08:00
Rob Winch
305ce1ae65
Update What's New Section
...
Fixes gh-341
2016-02-10 22:29:03 -06:00
Rob Winch
aed79ddbf7
Fix wait time in expireFiresSessionExpiredEvent
2016-02-10 10:23:05 -06:00
Rob Winch
3b5fc5e9cc
Fix Hazelcast saveUpdatesTimeToLiveTest
2016-02-10 10:20:54 -06:00