A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 5a06934688bac6c5ea5eecec8f7350acf7aeed59 (commit) from 184a24dd876f0f4a750d129d803ac4d676a93b44 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5a06934688bac6c5ea5eecec8f7350acf7aeed59 Author: Shawn McKinney shawn.mckinney@jts.us Date: Mon Feb 10 16:03:45 2014 -0600
FC-100 - Store JAXB context in cache
-----------------------------------------------------------------------
Summary of changes: build.xml | 2 +- src/main/java/us/jts/fortress/rbac/AdminUtil.java | 2 +- .../us/jts/fortress/rest/CachedJaxbContext.java | 71 ++++++++++++++++++++ .../java/us/jts/fortress/rest/JAXBCachedEntry.java | 49 ++++++++++++++ src/main/java/us/jts/fortress/rest/RestUtils.java | 6 +- 5 files changed, 126 insertions(+), 4 deletions(-) create mode 100644 src/main/java/us/jts/fortress/rest/CachedJaxbContext.java create mode 100644 src/main/java/us/jts/fortress/rest/JAXBCachedEntry.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git