1
0

Sort entries

This commit is contained in:
Gary Gregory
2024-06-30 14:26:22 -04:00
parent ac0adf8291
commit c03d6bcd37
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ This is a feature and maintenance release. Java 8 or later is required.
Fixed Bugs Fixed Bugs
---------- ----------
* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory.
* LOGGING-193: Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall. * LOGGING-193: Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall.
* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory.
* Fix NullPointerException in SimpleLog#write(Object) on null input. Thanks to Gary Gregory. * 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. * Fix NullPointerException in SimpleLog#write(StringBuffer) on null input. Thanks to Gary Gregory.

View File

@@ -45,8 +45,8 @@ The <action> type attribute can be add,update,fix,remove.
<body> <body>
<release version="1.3.3" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <release version="1.3.3" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX --> <!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.</action>
<action dev="ggregory" type="fix" issue="LOGGING-193" due-to="Philippe Marschall">Update Log4j 2 OSGi imports #268.</action> <action dev="ggregory" type="fix" issue="LOGGING-193" due-to="Philippe Marschall">Update Log4j 2 OSGi imports #268.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix NullPointerException in SimpleLog#write(Object) on null input.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix NullPointerException in SimpleLog#write(Object) on null input.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix NullPointerException in SimpleLog#write(StringBuffer) on null input.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix NullPointerException in SimpleLog#write(StringBuffer) on null input.</action>
<!-- ADD --> <!-- ADD -->