74 Commits

Author SHA1 Message Date
Greg Turnquist
b22ec3fa00 Make AbstractMongoSessionConverter injectable
While it defaults to the coverter based on whether or not Jackson is on the classpath, this attribute must be overridable based on whatever is in the application context.
2017-08-30 09:53:08 -05:00
Greg Turnquist
91cdbdd036 Fix test case so it runs with maven 2017-08-30 09:11:44 -05:00
Greg Turnquist
e5c3770674 Polish. 2017-08-24 23:33:16 -05:00
Greg Turnquist
7443a363f7 Add @EnableMongoWebSession 2017-08-24 22:15:00 -05:00
Greg Turnquist
c70fc8378b Polish 2017-08-02 14:46:31 -05:00
Greg Turnquist
c9b034aeef Break out examples to separate repo
This repository is simplified by putting all examples into spring-session-data-mongodb-examples.
2017-08-02 14:33:23 -05:00
Greg Turnquist
c189662a6b Update to Spring Data Kay-RC2 2017-07-27 14:27:36 -05:00
Greg Turnquist
b10d28eedc Add MongoSession.changeSessionId 2017-07-27 12:13:15 -05:00
Greg Turnquist
f2a8a1f4d1 Polish 2017-07-10 12:03:38 -05:00
Greg Turnquist
51f4f2ae23 Add reactive streams support 2017-07-10 11:47:31 -05:00
Greg Turnquist
5e8273c35c Adapt to spring-session-core and its changes
* Chief artifact changed maven coordinates
* `SessionRepository` API changed
2017-06-28 13:06:14 -05:00
Greg Turnquist
ab898a8b05 Adapt to Spring Session's merging of ExpiringSession into Session 2017-06-26 17:51:44 -05:00
Greg Turnquist
f49943260a Make ref docs operational 2017-05-24 16:07:27 -05:00
Greg Turnquist
436cdb38a1 Enable Spring Session MongoDB 2017-05-24 14:15:27 -05:00
Rob Winch
1acbca062a Move src to separate project to support sample 2014-07-01 17:28:50 -05:00
Rob Winch
f28a6fea1f Cleanup Generics
Fixes #3
2014-06-30 16:43:02 -05:00
Rob Winch
0ab9385eeb Fix Javadoc to remove .security. from package names 2014-06-30 16:41:58 -05:00
Rob Winch
9ab5cf80f9 Create data.redis package
Fixes #1
2014-06-30 16:02:16 -05:00
Rob Winch
43a968633d To tabs for all source 2014-06-26 16:53:56 -05:00
Rob Winch
6fb7e3dfda Add defaultMaxInactiveInterval to REdisOperationsSessionRepository 2014-06-26 16:52:19 -05:00
Rob Winch
2edeb9e498 Set cookie path and find cookie based on that path. 2014-06-26 16:25:45 -05:00
Rob Winch
60d4795bfb Verify single attribute change does not remove previous attributes 2014-06-26 16:09:02 -05:00
Rob Winch
afd6fc3b1e Disable pool for Redis integration tests 2014-06-20 16:45:16 -05:00
Rob Winch
fe6c5d6503 Initial 2014-06-20 16:04:27 -05:00