You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 12:28:11 UTC

[turbine-fulcrum-cache] 02/02: [maven-release-plugin] copy for tag fulcrum-cache-1.1.1

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-cache-1.1.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-cache.git

commit 6d1fd87cbaf99ebfc4f79274e529bfe71ba46892
Merge: d464166 309bdb2
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon May 31 14:52:39 2021 +0000

    [maven-release-plugin] copy for tag fulcrum-cache-1.1.1
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-cache-1.1.1@1890342 13f79535-47bb-0310-9956-ffa450edef68

 NOTICE.txt                                         |   2 +-
 pom.xml                                            |   3 +-
 src/changes/changes.xml                            |   6 +-
 .../org/apache/fulcrum/cache/CachedObject.java     |  53 ++++-----
 .../apache/fulcrum/cache/GlobalCacheService.java   |  21 ++--
 .../fulcrum/cache/RefreshableCachedObject.java     |  74 ++++++++-----
 .../cache/impl/DefaultGlobalCacheService.java      | 120 +++++++++++----------
 .../apache/fulcrum/cache/impl/EHCacheService.java  |  63 ++++++-----
 .../apache/fulcrum/cache/impl/JCSCacheService.java |  91 ++++++++--------
 src/test/TestComponentConfig.xml                   |   2 +-
 src/test/cache.ccf                                 |  33 +++++-
 src/test/org/apache/fulcrum/cache/CacheTest.java   |  25 +++--
 xdocs/index.xml                                    |   6 +-
 13 files changed, 282 insertions(+), 217 deletions(-)