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 649d8f32e3b50c810b5832426f69a5a59bd06222 (commit) from 38f1c94c0adfc88d5ff84734e6505b023f5aad44 (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 649d8f32e3b50c810b5832426f69a5a59bd06222 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Oct 27 16:35:40 2012 -0500
RC16 update to use ehcache BlockingCache and add synch code to graph updates routines.
-----------------------------------------------------------------------
Summary of changes: config/ehcache.xml | 3 +- .../java/com/jts/fortress/rbac/AdminRoleUtil.java | 27 ++------ src/main/java/com/jts/fortress/rbac/HierUtil.java | 65 +++++++++++++++++--- src/main/java/com/jts/fortress/rbac/PsoUtil.java | 9 ++- src/main/java/com/jts/fortress/rbac/RoleUtil.java | 11 ++-- .../java/com/jts/fortress/rbac/SetAdapter.java | 59 ++++++++++++++++++ src/main/java/com/jts/fortress/rbac/UsoUtil.java | 9 ++- .../com/jts/fortress/util/cache/CacheFactory.java | 7 ++- .../com/jts/fortress/util/cache/EhCacheImpl.java | 11 ++-- 9 files changed, 151 insertions(+), 50 deletions(-) create mode 100755 src/main/java/com/jts/fortress/rbac/SetAdapter.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git