Commit Graph

603 Commits

Author SHA1 Message Date
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
John Blum
6f4025eacb Simply GemFire configuration in docs GemFire Indexing integration tests 2017-04-21 22:04:50 -07:00
John Blum
3cc53fae2c Upgrade to Gradle 3.5 2017-04-21 21:00:24 -07:00
John Blum
25ded686ac Improve GemFire SessionRepository, Session copy logic to avoid issues with delta propagation on updates
Fixes #gh-755

(cherry picked from commit dcc0c079817f733fea25b41003f9672689c4c4db)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-04-21 20:58:44 -07:00
Vedran Pavic
9b30726805 Fix typo in .gitignore 2017-03-23 19:14:16 +01:00
Vedran Pavic
aeb182712c Remove logging for "Skip invoking on" response committed
Fixes gh-734
2017-03-20 20:19:49 +01:00
Sebastian Laskawiec
18ccee051f Add link to Infinispan for Spring Session documentation
Fixes gh-745
2017-03-20 19:53:13 +01:00
Vedran Pavic
3f239b4956 Fix Spring Boot deprecation warnings 2017-03-05 12:13:11 +01:00
Vedran Pavic
dc3b6ba6f1 Fix Mockito deprecation warnings 2017-03-05 12:13:03 +01:00
Rob Winch
ddf9ef66c1 Fix selenium versions
Spring Platform Updated versions. Fix selenium dependencies to work
with them.
2017-03-03 10:58:27 -06:00