This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch release-3.2 in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/release-3.2 by this push: new e9a2aaa8 commons-release-plugin seems to need this e9a2aaa8 is described below commit e9a2aaa853182548cc81c29101018a2413f56f24 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Feb 5 17:30:30 2023 +0100 commons-release-plugin seems to need this --- commons-jcs-dist/RELEASE-NOTES.txt | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/commons-jcs-dist/RELEASE-NOTES.txt b/commons-jcs-dist/RELEASE-NOTES.txt new file mode 100644 index 00000000..5aa68acc --- /dev/null +++ b/commons-jcs-dist/RELEASE-NOTES.txt @@ -0,0 +1,62 @@ + +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 + +Changes in this version include: + +Fixed Bugs: +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 56 #90, #130. Thanks to Dependabot. +o Bump log4j-api from 2.17.1 to 2.19.0 #85, #100, #107. Thanks to Dependabot. +o Bump log4j-core from 2.17.1 to 2.19.0 #87, #99, #108. Thanks to Dependabot. +o Bump commons-text from 1.9 to 1.10.0 #110. Thanks to Dependabot. + + +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/