1
0

Deprecate LogConfigurationException.cause in favor of getCause()

This commit is contained in:
Gary Gregory
2023-11-19 11:34:18 -05:00
parent b01ad472ae
commit e2f9a3fce8
2 changed files with 11 additions and 15 deletions

View File

@@ -79,6 +79,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" issue="LOGGING-185" dev="ggregory" due-to="Piotr P. Karwasz">
Fix failing tests #180.
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Deprecate LogConfigurationException.cause in favor of getCause().
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Java from 6 to 8.