This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


    from 58358c75 Better internal class name
     new 482fc821 Remove unused 
org.apache.commons.beanutils2.MethodUtils.invokeExactMethod(Object, String, 
Object[]) in favor of Apache Commons Lang's 
org.apache.commons.lang3.reflect.MethodUtils
     new 46bdc231 Remove unused 
org.apache.commons.beanutils2.MethodUtils.invokeExactStaticMethod(Class, 
String, Object[], Class[]) in favor of Apache Commons Lang's 
org.apache.commons.lang3.reflect.MethodUtils
     new 4fc13ece Javadoc: Remove implementation detail
     new abb77456 Remove unused 
org.apache.commons.beanutils2.MethodUtils.invokeMethod(Object, String, 
Object[], Class[]) in favor of Apache Commons Lang's 
org.apache.commons.lang3.reflect.MethodUtils
     new 7790d959 Remove unused 
org.apache.commons.beanutils2.MethodUtils.invoke*(*) methods in favor of Apache 
Commons Lang's org.apache.commons.lang3.reflect.MethodUtils
     new be3e5528 Javadoc

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  20 +--
 .../org/apache/commons/beanutils2/MethodUtils.java | 187 ++-------------------
 .../apache/commons/beanutils2/MethodUtilsTest.java | 129 +-------------
 .../beanutils2/memoryleaktests/MemoryLeakTest.java |   2 +-
 4 files changed, 20 insertions(+), 318 deletions(-)

Reply via email to