You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/19 13:20:01 UTC

[commons-beanutils] branch master updated: Start migration to JUnit 5 #93.

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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new efddc34  Start migration to JUnit 5 #93.
efddc34 is described below

commit efddc34f1bd067c27fceb45c6b672f2b3ca6055d
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sat Mar 19 09:19:54 2022 -0400

    Start migration to JUnit 5 #93.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 26e9b38..33f446a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@
       <action dev="ggregory" type="fix" due-to="Andrei Korzhevskii, Gary Gregory">
         Refactor logger usage #72.
       </action>
+      <action dev="ggregory" type="fix" due-to="SethFalco">
+        Start migration to JUnit 5 #93.
+      </action>
       <!--  UPDATES -->
       <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary Gregory">
         Update Apache Commons Collections from 4.3 to 4.4.