This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 159f30c [LOGGING-185] Fix failing tests #180 159f30c is described below commit 159f30cb8b59d6ada2740f083323678fac3890ae Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat Nov 18 19:37:49 2023 -0500 [LOGGING-185] Fix failing tests #180 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e8e3765..e8c983f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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.