From 8ba794181daee4a827184771300bb172b5de8e42 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 1 Mar 2023 17:41:49 -0500 Subject: [PATCH] [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 type attribute can be add,update,fix,remove. Fix simple broken javadoc. #981. Fix typo #1001. Use Objects.requireNonNull() directly #1022. + MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).