commons-beanutils icon indicating copy to clipboard operation
commons-beanutils copied to clipboard

Apache Commons Beanutils

Results 39 commons-beanutils issues
Sort by recently updated
recently updated
newest added
trafficstars

Commons Collection Test Framework is... a) no longer supported b) has not been built since 2013 c) does NOT even have a POM in Maven Central its just a JAR....

Similar to https://github.com/apache/commons-csv/pull/160

Gave attribution to original authors and the original code has this disclaimer: _Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public...

Currently when we try to create a new MappedPropertyDescriptor object the constructor check if the propertyName is null. This is redundant because the same check it's execute in the super...

In order to duplicate always the same cheek in the class DefaultResolver if (expression == null || expression.length() == 0) wold we nice have a method like en commons-lang that...

Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".

https://issues.apache.org/jira/browse/BEANUTILS-541 There is an issue in FluentPropertyBeanIntrospector (at line 144 for 1.9.3), it caches wrong writeMethod in the static cache of java.beans.Introspector when base class has at least two subclasses....

JDBCDynaClass.useColumnLabel and columnNameXref are private. All other variables are protected. I am working on a custom dynaclass where I need to know their values.