Prepare for the next release candidate
This commit is contained in:
@@ -45,7 +45,7 @@ Apache Commons Logging
|
|||||||
|
|
||||||
[](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
|
[](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true)
|
[](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true)
|
||||||
[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.2)
|
[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.3)
|
||||||
[](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
|
[](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
|
||||||
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging)
|
[](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.2</version>
|
<version>1.3.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -89,7 +89,9 @@ There are some guidelines which will make applying PRs easier for us:
|
|||||||
+ No tabs! Please use spaces for indentation.
|
+ No tabs! Please use spaces for indentation.
|
||||||
+ Respect the existing code style for each file.
|
+ Respect the existing code style for each file.
|
||||||
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
|
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
|
||||||
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
|
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`.
|
||||||
|
+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks.
|
||||||
|
+ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false`
|
||||||
|
|
||||||
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
|
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
|
||||||
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
|
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
|
||||||
|
|||||||
@@ -1,3 +1,39 @@
|
|||||||
|
Apache Commons Logging 1.3.3-SNAPSHOT Release Notes
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.3-SNAPSHOT.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
Fixed Bugs
|
||||||
|
----------
|
||||||
|
|
||||||
|
* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory.
|
||||||
|
* LOGGING-193: Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall.
|
||||||
|
* Fix NullPointerException in SimpleLog#write(Object) on null input. Thanks to Gary Gregory.
|
||||||
|
* Fix NullPointerException in SimpleLog#write(StringBuffer) on null input. Thanks to Gary Gregory.
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
|
||||||
|
* Bump org.apache.commons:commons-parent from 69 to 71 #267. 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 1.3.2 Release Notes
|
Apache Commons Logging 1.3.2 Release Notes
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -50,7 +50,7 @@ under the License.
|
|||||||
<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>
|
||||||
<!-- The RC version used in the staging repository URL. -->
|
<!-- The RC version used in the staging repository URL. -->
|
||||||
<commons.rc.version>RC3</commons.rc.version>
|
<commons.rc.version>RC1</commons.rc.version>
|
||||||
<skipSurefireReport>true</skipSurefireReport>
|
<skipSurefireReport>true</skipSurefireReport>
|
||||||
<!-- Since version 3.2 additional classpath dependencies are allowed. -->
|
<!-- Since version 3.2 additional classpath dependencies are allowed. -->
|
||||||
<commons.failsafe.version>3.2.1</commons.failsafe.version>
|
<commons.failsafe.version>3.2.1</commons.failsafe.version>
|
||||||
|
|||||||
@@ -113,32 +113,32 @@ limitations under the License.
|
|||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
</section>
|
</section>
|
||||||
<section name="Apache Commons Logging 1.3.2 ">
|
<section name="Apache Commons Logging 1.3.3 ">
|
||||||
<subsection name="Binaries">
|
<subsection name="Binaries">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<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="[preferred]/commons/logging/binaries/commons-logging-1.3.3-bin.tar.gz">commons-logging-1.3.3-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.3-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>
|
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-bin.tar.gz.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<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="[preferred]/commons/logging/binaries/commons-logging-1.3.3-bin.zip">commons-logging-1.3.3-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.3-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>
|
<td><a href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-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.2-src.tar.gz">commons-logging-1.3.2-src.tar.gz</a></td>
|
<td><a href="[preferred]/commons/logging/source/commons-logging-1.3.3-src.tar.gz">commons-logging-1.3.3-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.3-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>
|
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.tar.gz.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<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="[preferred]/commons/logging/source/commons-logging-1.3.3-src.zip">commons-logging-1.3.3-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.3-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>
|
<td><a href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.zip.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|||||||
Reference in New Issue
Block a user