1
0

[LOGGING-185] Fix failing tests #180

This commit is contained in:
Gary Gregory
2023-11-18 19:37:49 -05:00
committed by GitHub
parent 6ad06e9074
commit 159f30cb8b

View File

@@ -76,6 +76,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Fix possible NPEs in LogFactoryImpl.
</action>
<action type="fix" issue="LOGGING-185" dev="ggregory" due-to="Piotr P. Karwasz">
Fix failing tests #180.
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Java from 6 to 8.