1
0

Prepare for the next release candidate

This commit is contained in:
Gary Gregory
2024-11-22 15:34:54 +00:00
parent 0f1c549136
commit e9e794ac18
4 changed files with 25 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ Apache Commons Logging
[![Java CI](https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/maven.yml) [![Java CI](https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/commons-logging/commons-logging?label=Maven%20Central)](https://search.maven.org/artifact/commons-logging/commons-logging) [![Maven Central](https://img.shields.io/maven-central/v/commons-logging/commons-logging?label=Maven%20Central)](https://search.maven.org/artifact/commons-logging/commons-logging)
[![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.3.4.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.4) [![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.3.5.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.5)
[![CodeQL](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml) [![CodeQL](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging)
@@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven repositories:
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<version>1.3.4</version> <version>1.3.5</version>
</dependency> </dependency>
``` ```

View File

@@ -1,7 +1,7 @@
Apache Commons Logging 1.3.4 Release Notes Apache Commons Logging 1.3.5 Release Notes
------------------------------------------ ------------------------------------------
The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.4. The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.5.
Apache Commons Logging is a thin adapter allowing configurable bridging to other, Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well-known logging systems. well-known logging systems.
@@ -12,17 +12,15 @@ Changes in this version
----------------------- -----------------------
Fixed Bugs
----------
* LOGGING-192: Fix factory loading from context class loader #280, #281. Thanks to Björn Kautler, Piotr Karwasz.
Changes Changes
------- -------
* Bump org.apache.commons:commons-parent from 71 to 72. Thanks to Gary Gregory. * Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, #295, #298, #303, #310. Thanks to Gary Gregory, Dependabot.
* Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 #276, #282. Thanks to Gary Gregory, Dependabot. * Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test]. Thanks to Gary Gregory, Dependabot.
* Bump log4j2.version from 2.23.1 to 2.24.2 #292, #299, #319. Thanks to Gary Gregory, Dependabot.
Removed:
* Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained. Thanks to Gary Gregory.
Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html

View File

@@ -43,9 +43,9 @@ under the License.
<maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target> <maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
<commons.componentid>logging</commons.componentid> <commons.componentid>logging</commons.componentid>
<commons.module.name>org.apache.commons.logging</commons.module.name> <commons.module.name>org.apache.commons.logging</commons.module.name>
<commons.release.version>1.3.4</commons.release.version> <commons.release.version>1.3.5</commons.release.version>
<commons.release.next>1.3.5</commons.release.next> <commons.release.next>1.3.6</commons.release.next>
<commons.bc.version>1.3.3</commons.bc.version> <commons.bc.version>1.3.4</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.isDistModule>true</commons.release.isDistModule>
<commons.jira.id>LOGGING</commons.jira.id> <commons.jira.id>LOGGING</commons.jira.id>
<commons.jira.pid>12310484</commons.jira.pid> <commons.jira.pid>12310484</commons.jira.pid>

View File

@@ -113,32 +113,32 @@ limitations under the License.
</p> </p>
</subsection> </subsection>
</section> </section>
<section name="Apache Commons Logging 1.3.4 "> <section name="Apache Commons Logging 1.3.5 ">
<subsection name="Binaries"> <subsection name="Binaries">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.4-bin.tar.gz">commons-logging-1.3.4-bin.tar.gz</a></td> <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.5-bin.tar.gz">commons-logging-1.3.5-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.4-bin.tar.gz.sha512">sha512</a></td> <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.5-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.4-bin.tar.gz.asc">pgp</a></td> <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.5-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.4-bin.zip">commons-logging-1.3.4-bin.zip</a></td> <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.3.5-bin.zip">commons-logging-1.3.5-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.4-bin.zip.sha512">sha512</a></td> <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.5-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.4-bin.zip.asc">pgp</a></td> <td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.5-bin.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/logging/source/commons-logging-1.3.4-src.tar.gz">commons-logging-1.3.4-src.tar.gz</a></td> <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.5-src.tar.gz">commons-logging-1.3.5-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.4-src.tar.gz.sha512">sha512</a></td> <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.5-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.4-src.tar.gz.asc">pgp</a></td> <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.5-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/logging/source/commons-logging-1.3.4-src.zip">commons-logging-1.3.4-src.zip</a></td> <td><a href="[preferred]/commons/logging/source/commons-logging-1.3.5-src.zip">commons-logging-1.3.5-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.4-src.zip.sha512">sha512</a></td> <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.5-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.4-src.zip.asc">pgp</a></td> <td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.5-src.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>