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 4af61ff0 Migrate BaseLocaleConverterTestCase to JUnit 5 #284 4af61ff0 is described below commit 4af61ff0562be0759923489fc9f6302197e9d4ce Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Sep 2 15:11:03 2024 -0400 Migrate BaseLocaleConverterTestCase to JUnit 5 #284 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 00013e57..bd322d30 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,7 +75,7 @@ Refactor logger usage #72. </action> <action dev="ggregory" type="fix" due-to="SethFalco, Steve Bosman, Gary Gregory"> - Migrate to JUnit 5 #93, #283. + Migrate to JUnit 5 #93, #283, #284. </action> <action dev="ggregory" type="fix" due-to="Gary Gregory"> Fix SpotBugs [ERROR] Medium: org.apache.commons.beanutils2.BasicDynaClass.constructorTypes should be both final and package protected [org.apache.commons.beanutils2.BasicDynaClass] At BasicDynaClass.java:[line 95] MS_FINAL_PKGPROTECT.