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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@
50
50
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove unused org.apache.commons.beanutils2.MethodUtils.toNonPrimitiveClass(Class) in favor of org.apache.commons.lang3.ClassUtils.primitiveToWrapper(Class).</action>
51
51
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove unused org.apache.commons.beanutils2.MethodUtils.getPrimitiveType(Class) in favor of org.apache.commons.lang3.ClassUtils.wrapperToPrimitive(Class).</action>
52
52
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove org.apache.commons.beanutils2.MethodUtils.getPrimitiveWrapper(Class) in favor of org.apache.commons.lang3.ClassUtils.primitiveToWrapper(Class).</action>
53
-
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove org.apache.commons.beanutils2.MethodUtils.isAssignmentCompatible(Class toClass, Class cls) in favor oforg.apache.commons.lang3.ClassUtils.isAssignable(Class cls, Class toClass).</action>
53
+
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove org.apache.commons.beanutils2.MethodUtils.isAssignmentCompatible(Class toClass, Class cls) in favor of org.apache.commons.lang3.ClassUtils.isAssignable(Class cls, Class toClass).</action>
54
+
<actiondev="ggregory"type="remove"due-to="Gary Gregory">Remove org.apache.commons.beanutils2.MethodUtils.getAccessibleMethod(Class, String, Class) in favor vararg variant.</action>
54
55
</release>
55
56
<releaseversion="2.0.0-M2"date="2025-05-25"description="This is a major release and requires Java 8.">
* Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter. If no such method can be found,
214
-
* return {@code null}. Basically, a convenience wrapper that constructs a {@code Class} array for you.
215
-
* </p>
216
-
*
217
-
* @param clazz get method from this class
218
-
* @param methodName get method with this name
219
-
* @param parameterType taking this type of parameter
0 commit comments