Author: tv Date: Sun Feb 5 17:22:36 2017 New Revision: 18146 Log: Release candidate commons-jcs-2.1-RC1
Added: dev/commons/jcs/RELEASE-NOTES.txt dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz (with props) dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc (with props) dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5 dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.sha1 dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip (with props) dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.asc (with props) dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5 dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.sha1 dev/commons/jcs/commons-jcs-site-2.1.tar.gz (with props) dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz (with props) dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.asc (with props) dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5 dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.sha1 dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip (with props) dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.asc (with props) dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5 dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.sha1 Added: dev/commons/jcs/RELEASE-NOTES.txt ============================================================================== --- dev/commons/jcs/RELEASE-NOTES.txt (added) +++ dev/commons/jcs/RELEASE-NOTES.txt Sun Feb 5 17:22:36 2017 @@ -0,0 +1,58 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + Apache Commons JCS + Version 2.1 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for the 2.1 version of Apache Commons JCS. +Commons JCS is a distributed caching system written in Java. It is intend to speed up +applications by providing a means to manage cached data of various dynamic natures. + +JCS 2.0 and onwards now targets Java 6.0, making use of features that arrived with Java 5.0 +such as generics and concurrency. + +For the advice on upgrading from 1.x to 2.x, see the following page: + + http://commons.apache.org/proper/commons-jcs/UpgradingFrom13.html + +Apache Commons JCS is a distributed, versatile caching system. + +This is mainly a bugfix release. + +Changes in this version include: + + +Fixed Bugs: +o SoftReference cache did not work because of strong references being + stored in payload of DoubleLinkedListNode +o JCS-172: ElementAttributes.clone() not updating createTime causes cache elements + to expire immediately Thanks to Tom Schroeder. +o JCS-171: Multiple CacheEventQueue.QProcessor spawned for the same cache region Thanks to Wiktor Niesiobedzki. +o JCS-170: Replace at least commas for jmx registration + + + +Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html + +For complete information on Apache Commons JCS, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons JCS website: + +http://commons.apache.org/proper/commons-jcs/ \ No newline at end of file Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5 ============================================================================== --- dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5 (added) +++ dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +5d9a2ac1678bb74c929cab3da35349f2 \ No newline at end of file Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.sha1 ============================================================================== --- dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.sha1 (added) +++ dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.sha1 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +a717db618d601f8e47d81cff01f781bfc12d6d93 \ No newline at end of file Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/zip Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.asc ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5 ============================================================================== --- dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5 (added) +++ dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +a00e16ed9538bf3265e1ad5e98b3591e \ No newline at end of file Added: dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.sha1 ============================================================================== --- dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.sha1 (added) +++ dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.sha1 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +0615af8b30010a3891ab9c00b54a396970dc668b \ No newline at end of file Added: dev/commons/jcs/commons-jcs-site-2.1.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/commons-jcs-site-2.1.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.asc ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5 ============================================================================== --- dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5 (added) +++ dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +9e94cecb8aed8b4a5946f103498e464d \ No newline at end of file Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.sha1 ============================================================================== --- dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.sha1 (added) +++ dev/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.sha1 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +1ea5a984b9f26606d31eefda06858822bcc44942 \ No newline at end of file Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/zip Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.asc ============================================================================== Binary file - no diff available. Propchange: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5 ============================================================================== --- dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5 (added) +++ dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +d67a547131f5f9125a8b66e5b2bc56f8 \ No newline at end of file Added: dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.sha1 ============================================================================== --- dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.sha1 (added) +++ dev/commons/jcs/source/commons-jcs-dist-2.1-src.zip.sha1 Sun Feb 5 17:22:36 2017 @@ -0,0 +1 @@ +885d45cfc09fa4cabb5169f8e9fce41e31c3382f \ No newline at end of file