1
0

Fix possible NPEs in LogFactoryImpl

This commit is contained in:
Gary Gregory
2023-10-19 07:21:16 -04:00
parent 245211c4bd
commit 65b28b9186
2 changed files with 27 additions and 16 deletions

View File

@@ -69,6 +69,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LOGGING-185" type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">
Replace custom code with `ServiceLoader` call.
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Fix possible NPEs in LogFactoryImpl.
</action>
<!-- UPDATES -->
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Java from 6 to 8.