Commit Graph

612 Commits

Author SHA1 Message Date
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
ce8ed9f47d Polishing. 2017-08-23 14:17:15 -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
a9bcfaabe6 Continue development 2017-07-27 15:02:01 -05:00
Greg Turnquist
f38845b724 Release Spring Session MongoDB 2.0.0.M2 2017-07-27 14:56:27 -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
8880a84856 Polish docs 2017-06-26 17:59:23 -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
279b03f1dc Update Travis slack settings 2017-06-16 11:16:40 -05:00
Greg Turnquist
058050437c Upgrade Spring and Spring Security versions 2017-06-16 11:02:24 -05:00
Greg Turnquist
ce681b9d94 Resume development 2017-06-15 21:45:10 -05:00
Greg Turnquist
9f4a89b037 Release 2.0.0.M1 2017-06-15 21:42:04 -05:00
Greg Turnquist
df7b6de305 Upgrade to Spring Data Kay M4 2017-06-15 21:20:35 -05:00
Greg Turnquist
51100d83a0 Add slack notifications 2017-05-25 09:23:50 -05:00
Greg Turnquist
7a15c730ae Use build script for CI 2017-05-24 20:29:42 -05:00
Greg Turnquist
7a2df1b14a Polish 2017-05-24 20:17:41 -05:00
Greg Turnquist
e3dd44bc6a Deploy master commits 2017-05-24 20:16:00 -05:00
Greg Turnquist
f49943260a Make ref docs operational 2017-05-24 16:07:27 -05:00
Greg Turnquist
02097409d4 Prep for snapshot/releases
* Add profiles to handle snapshot/milestone/central releases
* Update process documentation
2017-05-24 15:11:24 -05:00
Greg Turnquist
40bd4d9a5c Reduce to linux only builds 2017-05-24 14:56:25 -05:00
Greg Turnquist
aa744dc34c Remove MongoDB service from CI 2017-05-24 14:55:34 -05:00
Greg Turnquist
fa95670004 Remove gradle build file 2017-05-24 14:44:12 -05:00
Greg Turnquist
e92b3d2661 Set up CI matrix 2017-05-24 14:42:10 -05:00
Greg Turnquist
436cdb38a1 Enable Spring Session MongoDB 2017-05-24 14:15:27 -05:00
Rob Winch
02da23a2a0 Remove GemFire
Fixes gh-768
2017-04-26 22:19:10 -05:00
Rob Winch
b254c7c6b9 Add Jenkinsfile
Fixes gh-770
2017-04-26 22:19:10 -05:00
Rob Winch
89adc13201 Use Optional 2017-04-26 22:19:10 -05:00
Rob Winch
e6e752aea5 Servlet 3.1 compatible 2017-04-26 22:19:10 -05:00
Rob Winch
d590ca58e4 Standardize Build
Fixes gh-769
2017-04-26 22:11:41 -05:00
Rob Winch
e23aaeca5f Fix .gitignore 2017-04-26 22:11:41 -05:00
Vedran Pavic
0312c31a42 Use explicit constraints in JDBC schema scripts
Fixes gh-750
2017-04-26 23:31:18 +02:00
Vedran Pavic
815cbf4ee8 Update DefaultCookieSerializer to use base64 by default
Fixes gh-736
2017-04-26 22:49:47 +02:00
Eddú Meléndez
6327d36ce9 Use Base64 implementation provided by Java 8
Fixes gh-735
2017-04-26 22:43:44 +02:00
Rob Winch
707b8bb062 Revert "Workaround Lettuce Bug"
This reverts commit adbff45a23.

Fixes gh-759
2017-04-26 11:30:28 -05:00
Rob Winch
adbff45a23 Workaround Lettuce Bug
Issue gh-759
2017-04-26 08:57:22 -05:00
Rob Winch
f30cb7a1e6 SpringSessionRememberMeServices rm SecurityContext attribute
SpringSessionRememberMeServices use to invalidate the session which would
cause Spring Security's saved request to be lost.

Now SpringSessionRememberMeServices deletes the SecurityContext from the
HttpSession instead.

Fixes gh-752
2017-04-26 08:57:22 -05:00
John Blum
432eb84a94 Restore proper behavior of HttpSession created events in GemFire support when client Region is a PROXY in the client/server topology
Fixes gh-757
2017-04-25 20:03:11 -07:00
John Blum
bd31710117 Upgrade to Jackson 2.9.0.pr2
Jackson 2.9.0.pr2 is required by the latest Spring Data Redis Kay
2017-04-22 01:20:46 -07:00
John Blum
e67afefcd8 Fix Java 8 ambiguous compiler errors 2017-04-22 01:04:19 -07:00
John Blum
327323da38 Upgrade to io.spring.dependency-management Gradle plugin 1.0.2.RELEASE
Apply io.spring.dependency-management Gradle plugin to all Boot samples to properly resolve Boot dependencies with implicit versioning
2017-04-21 23:21:39 -07:00
John Blum
83e5d6f2a7 Upgrade to Java 8 source and target baseline 2017-04-21 23:19:01 -07:00
John Blum
887f024551 Fix test failure
Polish for #gh-755
2017-04-21 23:16:45 -07:00
John Blum
8dd6aa38ed Upgrade to io.lettuce:lettuce-core:5.0.0.BUILD-SNAPSHOT 2017-04-21 22:16:05 -07:00