You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/01/01 19:11:57 UTC

[02/32] syncope git commit: Merge branch '1_2_X' of https://git-wip-us.apache.org/repos/asf/syncope into 1_2_X

Merge branch '1_2_X' of https://git-wip-us.apache.org/repos/asf/syncope into 1_2_X


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4a2e8436
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4a2e8436
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4a2e8436

Branch: refs/heads/2_0_X
Commit: 4a2e843621464d7cce3ccda3cc76eb00b1c4f270
Parents: 3629cc1 7c0a5ef
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Mon Dec 22 15:40:43 2014 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Mon Dec 22 15:40:43 2014 +0100

----------------------------------------------------------------------
 .../core/cache/DisabledVirAttrCache.java        |  50 +++++++
 .../syncope/core/cache/MemoryVirAttrCache.java  | 148 +++++++++++++++++++
 .../apache/syncope/core/cache/VirAttrCache.java |  65 ++++++++
 .../syncope/core/cache/VirAttrCacheKey.java     |  79 ++++++++++
 .../syncope/core/cache/VirAttrCacheValue.java   |  86 +++++++++++
 .../syncope/core/connid/ConnObjectUtil.java     |   4 +-
 .../data/AbstractAttributableDataBinder.java    |   2 +-
 .../apache/syncope/core/util/MappingUtil.java   |   7 +-
 .../apache/syncope/core/util/VirAttrCache.java  | 144 ------------------
 .../syncope/core/util/VirAttrCacheKey.java      |  79 ----------
 .../syncope/core/util/VirAttrCacheValue.java    |  86 -----------
 .../apache/syncope/core/util/jexl/JexlUtil.java |   4 +-
 core/src/main/resources/coreContext.xml         |   2 +-
 .../core/rest/DerivedSchemaTestITCase.java      |   4 +-
 14 files changed, 439 insertions(+), 321 deletions(-)
----------------------------------------------------------------------