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 78de8717 Next attempt to release 3.2 78de8717 is described below commit 78de87174037ab91b16772c91bb6de57bd194f1d Author: Thomas Vandahl <t...@apache.org> AuthorDate: Tue Aug 22 12:21:55 2023 +0200 Next attempt to release 3.2 --- LICENSE.txt | 4 ++-- NOTICE.txt | 2 +- README.md | 9 +++++---- RELEASE-NOTES.txt | 29 +++++++++++++++-------------- src/changes/changes.xml | 2 +- 5 files changed, 24 insertions(+), 22 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d6456956..62589edd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ 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 + https://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, diff --git a/NOTICE.txt b/NOTICE.txt index 0c8739c1..29f0950e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2,4 +2,4 @@ Apache Commons JCS Copyright 2001-2023 The Apache Software Foundation. This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +The Apache Software Foundation (https://www.apache.org/). diff --git a/README.md b/README.md index b6586aab..056bcb46 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,11 @@ Apache Commons JCS =================== +[](https://travis-ci.org/apache/commons-jcs) [](https://github.com/apache/commons-jcs/actions) -[](https://app.codecov.io/gh/apache/commons-jcs) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jcs3/?gav=true) -[](https://javadoc.io/doc/org.apache.commons/commons-jcs3/3.1) +[](https://coveralls.io/r/apache/commons-jcs) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jcs3/) +[](https://javadoc.io/doc/org.apache.commons/commons-jcs3/3.2) Apache Commons JCS is a distributed, versatile caching system. @@ -61,7 +62,7 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-jcs/download_jcs.cgi). -Alternatively, you can pull it from the central Maven repositories: +Alternatively you can pull it from the central Maven repositories: ```xml <dependency> diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5aa68acc..0958acd4 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -22,22 +22,23 @@ limitations under the License. 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. +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. +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. @@ -47,16 +48,16 @@ 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-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: +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/ +http://commons.apache.org/proper/commons-jcs/ \ No newline at end of file diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f9d38586..3497cda0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,7 +21,7 @@ <author email="d...@commons.apache.org">Apache Commons Developers</author> </properties> <body> - <release version="3.2" date="2023-02-05"> + <release version="3.2" date="2023-08-22"> <action dev="tv" type="fix" issue="JCS-234" due-to="Chris Lake"> Fix OSGi manifest </action>