This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 1724a5b Prepare for the next release candidate 1724a5b is described below commit 1724a5b6c5e836d8804b9e407789f06347c29179 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 11 14:44:05 2024 +0000 Prepare for the next release candidate --- README.md | 4 +-- RELEASE-NOTES.txt | 50 ++++++++++++++++++++++++++++++++++++++ pom.xml | 6 ++--- src/changes/changes.xml | 2 +- src/site/xdoc/download_logging.xml | 26 ++++++++++---------- 5 files changed, 69 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0730ab8..752406f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Apache Commons Logging [](https://github.com/apache/commons-logging/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-logging) [](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true) -[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.1) +[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.2) [](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging) @@ -70,7 +70,7 @@ Alternatively, you can pull it from the central Maven repositories: <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4028541..d1144da 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -38,6 +38,56 @@ Changes * Bump logkit from 1.0.1 to 2.0 #32. Thanks to Dependabot. +Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html + +Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi + +For complete information on Apache Commons Logging, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons Logging website: + +https://commons.apache.org/proper/commons-logging/ + +----------------------------------------------------------------------------- +Apache Commons Logging +Version 1.3.1 +RELEASE NOTES + +The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.1 + +Apache Commons Logging is a thin adapter allowing configurable bridging to other, +well-known logging systems. + +This is a feature and maintenance release. Java 8 or later is required. + +Changes in this version +----------------------- + +New features +------------ + +* Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory. + +Fixed Bugs +---------- + +* Remove references to very old JDK and Commons Logging versions #201. Thanks to Elliotte Rusty Harold. +* Update from Logj 1 to the Log4j 2 API compatibility layer #231. Thanks to Gary Gregory, Piotr P. Karwasz. +* Allow Servlet 4 in OSGi environment #191. Thanks to V�clav Haisman. +* Fix generics warnings #213. Thanks to Elliotte Rusty Harold. +* LOGGING-189: Fix Import-Package entry for org.slf4j #188. Thanks to V�clav Haisman, Sebb, Hannes Wellmann, Gary Gregory, Piotr P. Karwasz. + +Changes +------- + +* Bump org.apache.commons:commons-parent from 65 to 67. Thanks to Dependabot. +* Bump log4j2.version from 2.21.1 to 2.23.1 #187, #230. Thanks to Dependabot, Piotr P. Karwasz. +* Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.12 #207. Thanks to Dependabot. +* Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.14 #212. Thanks to Dependabot, Gary Gregory. +* Bump ch.qos.logback:logback-core from 1.3.11 to 1.3.14 #211. Thanks to Dependabot, Gary Gregory. +* Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 to 1.13.0. Thanks to Dependabot. +* Bump logkit from 1.0.1 to 2.0 #32. Thanks to Dependabot. + + Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi diff --git a/pom.xml b/pom.xml index 85fc93a..a68ec2e 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ under the License. <maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target> <commons.componentid>logging</commons.componentid> <commons.module.name>org.apache.commons.logging</commons.module.name> - <commons.release.version>1.3.1</commons.release.version> - <commons.release.next>1.3.2</commons.release.next> - <commons.bc.version>1.3.0</commons.bc.version> + <commons.release.version>1.3.2</commons.release.version> + <commons.release.next>1.3.3</commons.release.next> + <commons.bc.version>1.3.1</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id> <commons.jira.pid>12310484</commons.jira.pid> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f485bee..14fbec0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Release Notes</title> </properties> <body> - <release version="1.3.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + <release version="1.3.2" date="2024-05-11" description="This is a feature and maintenance release. Java 8 or later is required."> <action dev="ggregory" issue="LOGGING-190" type="fix" due-to="Hannes Wellmann, Gary Gregory, Johan Compagner">Add OSGi metadata to enable Service Loader Mediator #234.</action> <action dev="ggregory" issue="LOGGING-191" type="fix" due-to="Hannes Wellmann, Gary Gregory, Johan Compagner">Apache commons logging shows 1.4 as latest release instead of 1.3.1.</action> <!-- UPDATE --> diff --git a/src/site/xdoc/download_logging.xml b/src/site/xdoc/download_logging.xml index 7cebced..a35c002 100644 --- a/src/site/xdoc/download_logging.xml +++ b/src/site/xdoc/download_logging.xml @@ -113,32 +113,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons Logging 1.3.1 "> + <section name="Apache Commons Logging 1.3.2 "> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.1-bin.tar.gz">commons-logging-1.3.1-bin.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.1-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz">commons-logging-1.3.2-bin.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.1-bin.zip">commons-logging-1.3.1-bin.zip</a></td> - <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.1-bin.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.1-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.2-bin.zip">commons-logging-1.3.2-bin.zip</a></td> + <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.1-src.tar.gz">commons-logging-1.3.1-src.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.1-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.1-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.2-src.tar.gz">commons-logging-1.3.2-src.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.1-src.zip">commons-logging-1.3.1-src.zip</a></td> - <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.1-src.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.1-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.2-src.zip">commons-logging-1.3.2-src.zip</a></td> + <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.zip.asc">pgp</a></td> </tr> </table> </subsection>