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/05 14:34:21 UTC

[16/53] [abbrv] syncope git commit: Merge remote-tracking branch 'upstream/master'

Merge remote-tracking branch 'upstream/master'


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

Branch: refs/heads/2_0_X
Commit: b7d6578e340f08933f572ffe99a83b04419b4a9a
Parents: 8b16139 86cbfe4
Author: giacomolm <gi...@hotmail.it>
Authored: Mon Dec 22 17:02:19 2014 +0100
Committer: giacomolm <gi...@hotmail.it>
Committed: Mon Dec 22 17:02:19 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 +-
 pom.xml                                         |   6 +-
 15 files changed, 442 insertions(+), 324 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/b7d6578e/core/src/main/resources/coreContext.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7d6578e/pom.xml
----------------------------------------------------------------------