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 9466284 LOGGING-177 - Remove redundant initializer #46 9466284 is described below commit 94662842357bc38df6bbce5d144642b95a3e2dbd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 4 07:56:17 2022 -0500 LOGGING-177 - Remove redundant initializer #46 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 45e03c7..d562d87 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,12 +44,16 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="1.2.1" date="TBD" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required."> + <!-- FIXES --> <action issue="LOGGING-165" dev="britter" type="add"> Add Automatic-Module-Name Manifest Header for Java 9 compatibility. </action> <action issue="LOGGING-163" dev="ggregory" type="fix" due-to="Kaloyan Spiridonov"> BufferedReader is not closed properly. </action> + <action issue="LOGGING-177" dev="ggregory" type="fix" due-to="Arturo Bernal"> + Remove redundant initializer #46 + </action> <!-- UPDATES --> <action dev="ggregory" type="update" due-to="Dependabot"> Bump actions/checkout from v2.3.1 to v2.4.0, #24, #63.