aws-dynamodb-session-tomcat icon indicating copy to clipboard operation
aws-dynamodb-session-tomcat copied to clipboard

Proposed 2.0.5 Release

Open atoback opened this issue 7 years ago • 2 comments

The main premise was to add a column to the session dynamodb table to enable TTL on. I also added the flexibility to disable the Reaper as TTL will be preforming sweeps of the table for expired sessions. I also added support, through reflection, to allow the code base to work for Tomcat 7 & 8. Maven profiles were created for integration testing of either tomcat version. Lastly, I moved all the static default values to a properties file that is packaged in the jar file. The was removing duplicate static string values and in general makes for easier configuration.

atoback avatar Apr 06 '17 21:04 atoback

Seems like most of the failures are env related. I've compile and tested successfully against tomcat 7.0.59.

atoback avatar Apr 06 '17 21:04 atoback

This project has been archived. Please see the README.md for more detail on alternative projects.

hyandell avatar Feb 06 '18 21:02 hyandell