summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/util
AgeCommit message (Expand)Author
2012-06-07Clear pools on shutdown.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2010-12-29Only start old evictor thread if needed.Brian S. O'Neill
2010-12-29Use new Cojen utility classes.Brian S. O'Neill
2010-08-18Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-03-01Deprecated ThrowUnchecked class.Brian S. O'Neill
2008-07-27Fixed conversion test failures.Brian S. O'Neill
2008-07-22Use lookup switch, which performs better.Brian S. O'Neill
2008-07-22Remove generics - not support by all versions of Cojen.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-05-14Moved utility comparators to util package.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-05-05Fixing annotation parsing of empty arrays.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-11Minor variable name change.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2006-12-08Fix minor comment typo.Brian S. O'Neill
2006-11-02Fix minor spelling error.Brian S. O'Neill
2006-08-30Add general utilitiesBrian S. O'Neill