You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/08/16 17:18:40 UTC

svn commit: r40992 - in /dev/commons/jcs: ./ binaries/ site-2.2.1-RC4/ source/

Author: tv
Date: Sun Aug 16 17:18:40 2020
New Revision: 40992

Log:
commons-jcs3-3.0-rc1

Added:
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz   (with props)
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.asc   (with props)
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.sha512
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip   (with props)
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.asc   (with props)
    dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.sha512
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz   (with props)
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.asc   (with props)
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.sha512
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip   (with props)
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.asc   (with props)
    dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.sha512
Removed:
    dev/commons/jcs/site-2.2.1-RC4/
Modified:
    dev/commons/jcs/RELEASE-NOTES.txt

Modified: dev/commons/jcs/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/jcs/RELEASE-NOTES.txt (original)
+++ dev/commons/jcs/RELEASE-NOTES.txt Sun Aug 16 17:18:40 2020
@@ -1,29 +1,65 @@
+
+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.2.1
+                        Version 3.0
                         Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 2.2.1 version of Apache Commons JCS.
+This document contains the release notes for the 3.0 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.
+JCS 3.0 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0 
+such as lambdas.
 
-For the advice on upgrading from 1.x to 2.x, see the following page: 
+For the advice on upgrading from 2.x to 3.x, see the following page: 
 
-    http://commons.apache.org/proper/commons-jcs/UpgradingFrom13.html
+    http://commons.apache.org/proper/commons-jcs/UpgradingFrom2x.html
 
 Changes in this version include:
 
+New features:
+o JCS-46:   Add configuration option to specify the datagram 
+            time-to-live in UDPDiscoverySender
+o           Add configuration option to specify the network interface
+            to use for UDP multicast
+o JCS-166:  Add configuration option to specify the host to bind the
+            LateralTCPListener to
+o JCS-122:  Add a log abstraction layer for java.util.logging or log4j2
+o           Add a get method to CacheAccess that allows a Supplier to be specified
 
 Fixed Bugs:
-o           Unexpected dispose() in CompositeCacheManager.release() Thanks to athun.
-o JCS-183:  JCache CDI Integration is slow
-
-
+o JCS-205:  Fix packaging
+o JCS-199:  Properly shut down auxiliary caches
+o JCS-182:  Fix NPE while closing data source
+o JCS-201:  Fix initialization sequence
+
+Changes:
+o JCS-181:  Update dependency to httpclient 4.5.3
+o           Update dependency commons-dbcp2
+o           Finally require Java 8
+
+Removed:
+o JCS-122:  Remove dependency on commons-logging
+o           Remove dependency on velocity-tools
+o           Remove deprecated code
 
 Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html
 

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/gzip

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.sha512
==============================================================================
--- dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.sha512 (added)
+++ dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.tar.gz.sha512 Sun Aug 16 17:18:40 2020
@@ -0,0 +1 @@
+b09f11d7875ed3bb0fe704eba90436fd63b73427aca8960e408e8823a998a7f19f8aa4ec43dd50c0b29da228e9e3b8d5388dd4d8bfeb6f39eb84866792467160
\ No newline at end of file

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.sha512
==============================================================================
--- dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.sha512 (added)
+++ dev/commons/jcs/binaries/commons-jcs3-dist-3.0-bin.zip.sha512 Sun Aug 16 17:18:40 2020
@@ -0,0 +1 @@
+18da4ec7dc823f14b5cf8e9410d182fdb5c8fff1c6b2e66e5aecced882452e3498159acfb4c31d7b90203201ea8266aaf6d9f20bd637a73e03d3d3202ecc045c
\ No newline at end of file

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/gzip

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.sha512
==============================================================================
--- dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.sha512 (added)
+++ dev/commons/jcs/source/commons-jcs3-dist-3.0-src.tar.gz.sha512 Sun Aug 16 17:18:40 2020
@@ -0,0 +1 @@
+f5aaec51851beff43605cc6392b8b428b347c4aa9014760f944281fb7e92db413f5a688276ad204522131597c691e797a68317f0625b05abc605a3407c4aa151
\ No newline at end of file

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.sha512
==============================================================================
--- dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.sha512 (added)
+++ dev/commons/jcs/source/commons-jcs3-dist-3.0-src.zip.sha512 Sun Aug 16 17:18:40 2020
@@ -0,0 +1 @@
+7948c2ec95c034c86a794d7cf749b507ca697bd5c1041a1666405a0ffa99878ff93aba40f8fb257fc923b107b20c50fe4c941a631d06549751e5350b886590ef
\ No newline at end of file