summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup/NextKeyManager.java
AgeCommit message (Collapse)Author
2014-06-02Initial commitAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x. Fixes #135
2014-04-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew Branson
there is nothing already in the storage for that key. This prevents data loss when the LDAP is out-of-sync with the storages. Fixes #179
2012-05-30Initial Maven ConversionAndrew Branson