Author: tv
Date: Tue Aug 22 11:49:25 2023
New Revision: 63578

Log:
Release candidate RC1 of commons-jcs3 3.2

Added:
    dev/commons/jcs/3.2-RC1/
    dev/commons/jcs/3.2-RC1/RELEASE-NOTES.txt
    dev/commons/jcs/3.2-RC1/binaries/
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz   (with 
props)
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz.asc   
(with props)
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz.sha512
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip   (with 
props)
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip.asc   (with 
props)
    dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip.sha512
    dev/commons/jcs/3.2-RC1/source/
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz   (with 
props)
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz.asc   (with 
props)
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz.sha512
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip   (with props)
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip.asc   (with 
props)
    dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip.sha512

Added: dev/commons/jcs/3.2-RC1/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/jcs/3.2-RC1/RELEASE-NOTES.txt (added)
+++ dev/commons/jcs/3.2-RC1/RELEASE-NOTES.txt Tue Aug 22 11:49:25 2023
@@ -0,0 +1,63 @@
+
+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 3.2
+                        Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 3.2 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 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 2.x to 3.x, see the following page: 
+
+    http://commons.apache.org/proper/commons-jcs/UpgradingFrom2x.html
+
+Apache Commons JCS is a distributed, versatile caching system.
+
+Changes in this version include:
+
+Fixed Bugs:
+o JCS-234:  Fix OSGi manifest Thanks to Chris Lake.
+o JCS-232:  Handle ServiceConfigurationError when using a different logging 
framework Thanks to Jeremy Long.
+o JCS-231:  Fix Lateral TCP cache recovery loop for empty TCP servers Thanks 
to Andrea Vettori.
+o JCS-230:  UDPDiscoveryReceiver with EncryptingSerializer fails #88. Thanks 
to Dorota Oeknigk-Urbanska.
+o JCS-229:  LateralTCPListener class uses always StandardSerializer #89. 
Thanks to Dorota Oeknigk-Urbanska.
+
+Changes:
+o           Bump actions/cache from 2.1.7 to 3.0.9 #86, #111. Thanks to 
Dependabot, Gary Gregory.
+o           Bump actions/checkout from 2 to 3.0.2 #93. Thanks to Dependabot, 
Gary Gregory.
+o           Bump actions/setup-java from 2 to 3.5.1. Thanks to Gary Gregory.
+o           Bump commons-parent from 52 to 58 #90, #130, #154. Thanks to 
Dependabot.
+o           Bump log4j-api from 2.17.1 to 2.20.0 #85, #100, #107, #145. Thanks 
to Dependabot.
+o           Bump log4j-core from 2.17.1 to 2.20.0 #87, #99, #108, #144. Thanks 
to Dependabot.
+o           Bump commons-text from 1.9 to 1.10.0 #110. Thanks to Dependabot.
+o           Bump commons-io from 2.11.0 to 2.12.0. Thanks to Gary Gregory.
+
+
+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/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

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

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

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

Added: dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz.sha512
==============================================================================
--- dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz.sha512 
(added)
+++ dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.tar.gz.sha512 
Tue Aug 22 11:49:25 2023
@@ -0,0 +1 @@
+6fb8c140c49229339ccea583c462e20b5f2abfd13b3615f466e5b7e44abfbfa7f662ce25b54edcf433c2b7010e4b32c2cde09f2da7754d7f697e871b76f61c91
\ No newline at end of file

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

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

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

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

Added: dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip.sha512
==============================================================================
--- dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip.sha512 
(added)
+++ dev/commons/jcs/3.2-RC1/binaries/commons-jcs3-dist-3.2-bin.zip.sha512 Tue 
Aug 22 11:49:25 2023
@@ -0,0 +1 @@
+6d2c47f3e41a6fca3fa94dd423d8e9c4bc76929778d5d44ee094a2d8465f1449feffee24ee1248e80baaec8e2c08051ff3fdcae76610591b451e796904f5dd46
\ No newline at end of file

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

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

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

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

Added: dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz.sha512
==============================================================================
--- dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz.sha512 
(added)
+++ dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.tar.gz.sha512 Tue 
Aug 22 11:49:25 2023
@@ -0,0 +1 @@
+16c8bb7abe9268a39b80ce03a57adf1ac596191e4aee80756443d1861b850ffe5b67f6fbd9d46f1189d4247b7b928192cb7fb28f45e8bc768317972276acac9a
\ No newline at end of file

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

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

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

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

Added: dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip.sha512
==============================================================================
--- dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip.sha512 (added)
+++ dev/commons/jcs/3.2-RC1/source/commons-jcs3-dist-3.2-src.zip.sha512 Tue Aug 
22 11:49:25 2023
@@ -0,0 +1 @@
+1f78fdc0be26f0b8b350ef2623191a28e13131b6a98abc51927aada192b7b381d1d7264a2083f23a72bf0906a0e4164e0c2a5aee11c3448408399cc87f0b912e
\ No newline at end of file


Reply via email to