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-lang.git
commit 94989df5a554dac2c7c67c99267e6956509c2d6f Author: Gary Gregory <[email protected]> AuthorDate: Thu Nov 20 05:37:32 2025 -0500 [LANG-1648] MethodUtils.getAnnotation fails with "Found multiple candidates for method ..." - Update changes.xml - Same as [LANG-1694] --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2a2790fd3..37ac74c34 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -569,6 +569,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid NPE in MutableObject#equals() for null content.</action> <action type="fix" dev="ggregory" due-to="Ali Khaleqi Yekta, Gary Gregory">SystemUtils fix and updates related to macOS #1085.</action> <action issue="LANG-1254" type="fix" dev="ggregory" due-to="John Mark, Gary Gregory">ThreadLocalRandom should be used in utility classes.</action> + <action issue="LANG-1648" type="fix" dev="ggregory" due-to="Michele Preti, Eric Ballet Baz, Gary Gregory">MethodUtils.getAnnotation fails with "Found multiple candidates for method ...".</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
