You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,17 @@ The <action> type attribute can be add,update,fix,remove.
46
46
<body>
47
47
<releaseversion="3.19.0"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
48
48
<!-- FIX -->
49
-
<actiontype="fix"dev="ppkarwasz"due-to="Sebastian Steiner">[javadoc] Fix typo in Javadoc of Strings instances #1406.</action>
50
-
<actiontype="fix"dev="ggregory"due-to="Hassan A Hashim">[javadoc] Fix Javadocs in ClassUtils #1410.</action>
51
49
<actionissue="LANG-1778"type="fix"dev="ggregory"due-to="wuwu2000">MethodUtils.getMatchingMethod() doesn't respect the hierarchy of methods #1414.</action>
50
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class<?>, String, Class<?>...) now returns null instead of throwing a NullPointerException, as it does for other exception types.</action>
51
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Reduce spurious failures in org.apache.commons.lang3.ArrayUtilsTest methods that test ArrayUtils.shuffle() methods.</action>
52
+
<!-- FIX Javadoc -->
52
53
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] General improvements.</action>
53
54
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] Fix thrown exception documentation for org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class<?>, String, Class<?>...).</action>
54
-
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class<?>, String, Class<?>...) now returns null instead of throwing a NullPointerException, as it does for other exception types.</action>
55
55
<actiontype="fix"dev="ggregory"due-to="Scott Parish">[javadoc] Strings::equalsAny: CI doc string should show it's insensitive #1416.</action>
56
-
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Reduce spurious failures in org.apache.commons.lang3.ArrayUtilsTest methods that test ArrayUtils.shuffle() methods.</action>
0 commit comments