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
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
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
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
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
cafa62589d
Do not apply maven plugin to samples
2014-07-02 17:00:22 -05:00
Rob Winch
1acbca062a
Move src to separate project to support sample
2014-07-01 17:28:50 -05:00