aws-dynamodb-session-tomcat
aws-dynamodb-session-tomcat copied to clipboard
Proposed 2.0.5 Release
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.
Seems like most of the failures are env related. I've compile and tested successfully against tomcat 7.0.59.
This project has been archived. Please see the README.md for more detail on alternative projects.