Commit Graph

56 Commits

Author SHA1 Message Date
Rob Winch
2ca482f060 Add spring-version to README 2014-09-30 13:22:17 -05:00
Rob Winch
750ae663fc Create spring-session-data-redis pom 2014-09-30 10:09:47 -05:00
Rob Winch
0abbba0309 Polish Generics and Update Spring Version
We needed to update Spring Version to avoid
https://jira.spring.io/browse/SPR-11471
2014-09-30 09:07:46 -05:00
Rob Winch
6130a10d14 Remove Compiler Warnings
* Fixes Generics
* Remove unused imports
* Ignore serialize warnings in tests

Fixes gh-40
2014-09-29 22:00:46 -05:00
Rob Winch
52827f4a46 Remove samples/web/.project 2014-09-29 21:20:58 -05:00
Rob Winch
e96e0e3dbb Add integration test folders to Eclipse 2014-09-29 21:18:51 -05:00
Rob Winch
876d466563 Remove JDK8 options from Javadoc 2014-09-29 21:04:06 -05:00
Rob Winch
83b902c86b Add ext.javadocLinks 2014-09-29 21:00:31 -05:00
Rob Winch
ee4bd71855 Cleanup Maven Publishing
* Ensure that Maven Source Jars are published
* Ensure that Javadoc is published
* Ensure Maven pom includes required information for central

Fixes gh-36
2014-09-29 20:56:54 -05:00
Rob Winch
dcfd85e933 Sample properly uses RedisTemplate<String,ExpiringSession>
Fixes #33
2014-08-11 22:36:47 -05:00
Rob Winch
a4e003ebf1 HeaderSessionStrategy uses response.setHeader
Previously multiple headers might be outputed. This ensures that only a
single header is sent back with the session id.

Fixes #32
2014-08-01 15:24:50 -05:00
Rob Winch
2732a183f3 OnCommitedResponseWrapper commits when buffer exceeded
Fixes #26
2014-08-01 15:24:50 -05:00
Rob Winch
0d217c680a OnCommittedResponseWrapper triggers commit when content length is reached
Fixes #26
2014-07-31 16:01:18 -05:00
Rob Winch
eb0da565f3 Reorder SessionRepository methods
Fixes #29
2014-07-30 12:10:56 -05:00
Rob Winch
903017285b Create ExpiringSession which extends Session
This provides a better separation for consumers of the API. Most users are
likely not interested in checking to see if a session is expired so they
can focus on the Session API.

Fixes #28
2014-07-30 12:10:56 -05:00
Rob Winch
f1fa380bdd Move session.web to session.web.http
Fixes #18
2014-07-30 12:10:56 -05:00
Rob Winch
699bdf94a0 Remove Sesion.setLastAccessedTime
Fixes #16
2014-07-30 12:10:56 -05:00
Rob Winch
cc71e1f567 Remove Serializable from Session
Fixes #15
2014-07-30 12:10:55 -05:00
Rob Winch
6708f6a5f4 Work around IDEA-126899 2014-07-30 12:10:55 -05:00
Rob Winch
923c00fd5f Merge pull request #14 from arafalov/patch-1
Spelling fix for word 'attribute'
2014-07-25 14:24:02 -05:00
Rob Winch
256043a3a1 Merge pull request #24 from tyutyutyu/patch-1
Typo in index.jsp
2014-07-25 14:23:13 -05:00
István Földházi
4aacf2fcea Typo in index.jsp 2014-07-21 09:58:21 +02:00
Alexandre Rafalovitch
c8c8844fff Spelling fix 2014-07-10 08:55:34 +07:00
Rob Winch
07021da671 Revert "Update to Gradle 2.0"
This reverts commit f271920936.
2014-07-09 09:50:43 -05:00
Rob Winch
f271920936 Update to Gradle 2.0 2014-07-09 09:26:13 -05:00
Rob Winch
f0482dba20 Update to propdeps 0.0.7 2014-07-09 09:26:01 -05:00
Rob Winch
8e553f5e4c Link to Benefits in Readme 2014-07-08 14:54:02 -05:00
Rob Winch
df280f956b Polish Updating Dependencies in README 2014-07-08 14:52:10 -05:00
Rob Winch
fb5bed1416 Next development version 2014-07-08 14:48:13 -05:00
Spring Buildmaster
db54b1540c Release version 1.0.0.M1 2014-07-08 12:42:57 -07:00
Rob Winch
602359a5d8 Update Copyright dates 2014-07-08 14:28:55 -05:00
Rob Winch
8f2c692a92 Remove .project files 2014-07-08 13:34:04 -05:00
Rob Winch
68414fa7a7 Polish for Sonar violations 2014-07-08 13:32:48 -05:00
Rob Winch
ca42853c70 Remove source/target compatability 2014-07-08 13:26:47 -05:00
Rob Winch
f03dd6f168 Improve test coverage 2014-07-08 13:25:09 -05:00
Rob Winch
8f5eec81ee Specify group for every Java Project 2014-07-03 16:18:42 -05:00
Rob Winch
722082a95c Add Sonar 2014-07-03 16:13:35 -05:00
Rob Winch
bad70bb0ca Javadoc 2014-07-03 12:07:52 -05:00
Rob Winch
01cf491ed4 Remove java plugin from root project 2014-07-02 17:02:02 -05:00
Rob Winch
cafa62589d Do not apply maven plugin to samples 2014-07-02 17:00:22 -05:00
Rob Winch
e907e2b036 Disable artifactoryPublish for sample 2014-07-02 16:48:58 -05:00
Rob Winch
6d815b4e81 Add Building with Gradle header 2014-07-02 16:47:17 -05:00
Rob Winch
ad5b96d617 Add Documentation
Fixes #9
2014-07-02 16:45:18 -05:00
Rob Winch
7326707b53 Add out to .gitignore 2014-07-02 16:01:22 -05:00
Rob Winch
1c552aea79 Add Sample
Fixes #8
2014-07-02 16:00:53 -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