1
0

Add support for Log4j API and SLF4J #177

This commit is contained in:
Gary Gregory
2023-11-03 11:22:31 -04:00
committed by GitHub
parent 946711e0a6
commit a3f9d2b3b8

View File

@@ -44,7 +44,11 @@ The <action> type attribute can be add,update,fix,remove.
</properties> </properties>
<body> <body>
<release version="1.3.0" date="TBD" description="This is a maintenance release containing bug fixes. Java 8 or later is required."> <release version="1.3.0" date="TBD" description="This is a maintenance release containing bug fixes. Java 8 or later is required.">
<!-- FIXES --> <!-- ADD -->
<action dev="ggregory" type="add" due-to="Piotr P. Karwasz">
Add support for Log4j API and SLF4J #177.
</action>
<!-- FIX -->
<action issue="LOGGING-165" dev="britter" type="add"> <action issue="LOGGING-165" dev="britter" type="add">
Add Automatic-Module-Name Manifest Header for Java 9 compatibility. Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
</action> </action>
@@ -72,7 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory"> <action type="fix" dev="ggregory" due-to="Gary Gregory">
Fix possible NPEs in LogFactoryImpl. Fix possible NPEs in LogFactoryImpl.
</action> </action>
<!-- UPDATES --> <!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory"> <action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Java from 6 to 8. Bump Java from 6 to 8.
</action> </action>