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
The following commit(s) were added to refs/heads/master by this push: new 8ba794181 [LANG-1694] MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033 8ba794181 is described below commit 8ba794181daee4a827184771300bb172b5de8e42 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Wed Mar 1 17:41:49 2023 -0500 [LANG-1694] MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5161d0eb8..34e5c9aec 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -107,6 +107,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arturo Bernal">Fix simple broken javadoc. #981.</action> <action type="fix" dev="ggregory" due-to="LeeJuHyun">Fix typo #1001.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Use Objects.requireNonNull() directly #1022.</action> + <action issue="LANG-1694" type="fix" dev="ggregory" due-to="SeasonPan">MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033.</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>