[commons-jcs] branch master updated (7e7c46e -> 9ea5191)

Bas Couwenberg sebastic at debian.org
Sat Jan 14 18:18:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository commons-jcs.

      from  7e7c46e   Add patch to disable maven-remote-resources-plugin.
      adds  13a625a   Imported Upstream version 2.0
       new  c60dbe5   Merge tag 'upstream/2.0'
       new  9ea5191   New upstream release.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE-NOTES.txt                                  |  50 ++--
 commons-jcs-core/pom.xml                           |  10 +-
 .../src/main/java/org/apache/commons/jcs/JCS.java  |  51 ++++-
 .../jcs/auxiliary/disk/AbstractDiskCache.java      |  69 +++---
 .../commons/jcs/auxiliary/disk/LRUMapJCS.java      |  75 ------
 .../auxiliary/disk/indexed/IndexedDiskCache.java   |  11 -
 .../jcs/engine/AbstractCacheEventQueue.java        | 119 +++++-----
 .../apache/commons/jcs/engine/CacheEventQueue.java | 255 +++++----------------
 .../commons/jcs/engine/CacheWatchRepairable.java   |  92 ++++----
 .../commons/jcs/engine/PooledCacheEventQueue.java  |  47 +---
 .../jcs/engine/behavior/ICacheEventQueue.java      |  17 +-
 .../jcs/engine/control/CompositeCacheManager.java  |  41 ++--
 .../AbstractDoubleLinkedListMemoryCache.java       |  68 +-----
 .../jcs/engine/memory/AbstractMemoryCache.java     |  65 ++++--
 .../jcs/engine/memory/lru/LHMLRUMemoryCache.java   |  87 +------
 .../memory/soft/SoftReferenceMemoryCache.java      |  54 +----
 .../commons/jcs/access/CacheAccessUnitTest.java    |  14 +-
 .../jcs/auxiliary/disk/LRUMapJCSUnitTest.java      |  78 -------
 .../commons/jcs/engine/MockCacheEventQueue.java    |  33 ---
 commons-jcs-dist/pom.xml                           |  10 +-
 commons-jcs-jcache-extras/pom.xml                  |  10 +-
 commons-jcs-jcache-openjpa/pom.xml                 |  10 +-
 commons-jcs-jcache/pom.xml                         |  12 +-
 .../org/apache/commons/jcs/jcache/JCSCache.java    | 120 +++++-----
 .../org/apache/commons/jcs/jcache/CacheTest.java   |  38 +++
 commons-jcs-tck-tests/pom.xml                      |  13 +-
 debian/changelog                                   |   6 +-
 pom.xml                                            |   8 +-
 src/changes/changes.xml                            |  21 +-
 29 files changed, 519 insertions(+), 965 deletions(-)
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/LRUMapJCS.java
 delete mode 100644 commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/disk/LRUMapJCSUnitTest.java
 delete mode 100644 commons-jcs-core/src/test/java/org/apache/commons/jcs/engine/MockCacheEventQueue.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-jcs.git



More information about the pkg-java-commits mailing list