Apache Commons logo Commons BeanUtils

JIRA Report

Fix Version Key Component Summary Type Resolution Status
- BEANUTILS-506 - Building with Oracle Java 9.0.1 causes unit tests to fail. Bug Fixed Resolved
- BEANUTILS-491 - Tests fail on Oracle and IBM Java 8 Bug Fixed Resolved
- BEANUTILS-442 Bean / Property Utils Broken Link Bug Fixed Resolved
- BEANUTILS-165 - Cache Bug in the PropertyUtils.java line 889 Bug Fixed Closed
- BEANUTILS-164 - populate method doesn't work for an indexed setter for arrays Bug Fixed Closed
- BEANUTILS-161 - StringArrayConvertor does not convert int[] to String[] Bug Fixed Closed
- BEANUTILS-151 - Combined property access ( b.mapped(bar/foo) ) throws excception Bug Fixed Closed
- BEANUTILS-150 - RowSetDynaClass hardcodes BasicDynaBean Bug Fixed Closed
- BEANUTILS-148 - minor typo in overview doc Bug Fixed Closed
- BEANUTILS-147 - [beanutils][PATCH] LICENSE.txt: acknowledgement(s) typo Bug Fixed Closed
- BEANUTILS-146 - [bean] DateLocaleConverter is not thread-safe Bug Fixed Closed
- BEANUTILS-145 - Can't use . (dot) in mapped properties Bug Fixed Closed
- BEANUTILS-144 - PropertyUtils.setProperty Ignores Property Setter Bug Fixed Closed
- BEANUTILS-143 - BasicDynaBean, BasicDynaClass not serializable Bug Fixed Closed
- BEANUTILS-141 - Mapped properties should work against a collection object as well as method definition only. Bug Fixed Closed
- BEANUTILS-139 - [PATCH] Beanutils package documentation fixes Bug Fixed Closed
- BEANUTILS-132 - ClassConverter @since 1.3 when it should be @since 1.4 Bug Fixed Closed
- BEANUTILS-131 - [beanutils]BigDecimalLocaleConverter seems not working as designed Bug Fixed Closed
- BEANUTILS-128 - MethodUtils getMatchingAccessibleMethod has non-deterministic behavior Bug Fixed Closed
- BEANUTILS-120 - ResultSetDynaClass lowerCase broken Bug Fixed Closed
- BEANUTILS-114 - [beanutils]DateLocaleConverter does NOT return a default value if a conversion error occurs Bug Fixed Closed
- BEANUTILS-107 - ConvertUtils changes long standing default conversions from null to zero Bug Fixed Closed
- BEANUTILS-105 - NullPointerException in BeanUtils.java when submission of form with <select> results in ...&bla=&... Bug Fixed Closed
- BEANUTILS-99 - ResultSetDynaClass misspelled ResutSetDynaClass Bug Fixed Closed
- BEANUTILS-89 - Fix for ConvertUtils.deregister(Class clazz) Bug Fixed Closed
- BEANUTILS-85 - ConvertUtils.convert does not support zero-length arrays Bug Fixed Closed
- BEANUTILS-84 - BeanUtils.populate() throws IllegalArgumentException when setting indexed property as array. Bug Fixed Closed
- BEANUTILS-83 - BeanUtils.copyProperties goes through wasted processing Bug Fixed Closed
- BEANUTILS-79 - BeanUtils.populate fails with DoubleLocaleConverter on integer values Bug Fixed Closed
- BEANUTILS-75 - Abstract common functionality found in RowSetDynaClass and ResultSetDynaClass Bug Fixed Closed
- BEANUTILS-74 - BeanUtils.cloneBean fails to clone DynaBeans Bug Fixed Closed
- BEANUTILS-71 - BeanUtils.setProperty does not work with indexed properties Bug Fixed Closed
- BEANUTILS-67 - [beanutils] Broken link report (three 404s) Bug Fixed Closed
- BEANUTILS-63 - PropertyUtil.getPropertyType() should support MappedPropertyDecriptors Bug Fixed Closed
- BEANUTILS-62 - [beanutils] Converters should really be final? Bug Fixed Closed
- BEANUTILS-60 - [beanutils] PropertyUtils.copyProperties does not copy to DynaBean Bug Fixed Closed
- BEANUTILS-58 - setProperty throws exception on null value Bug Fixed Closed
- BEANUTILS-57 - Wrong method BeanUtils.populate(), so that in struts indexed multiselects not work. Bug Fixed Closed
- BEANUTILS-56 - populate method has mistaken the judgment which uses indexed poperty. Bug Fixed Closed
- BEANUTILS-53 - BeanComparator should handle null property values (?) Bug Fixed Closed
- BEANUTILS-52 - [beanutils] WrapDynaBean misleading error message: Property has no read method Bug Fixed Closed
- BEANUTILS-51 - MappedPropertyDescriptor requires more permissions than necessary Bug Fixed Closed
- BEANUTILS-50 - PropertyUtils.copyProperties don't work if JavaBean orig and DynaBean dest Bug Fixed Closed
- BEANUTILS-46 - Default convertion patterns in LocaleConverUtils do not work Bug Fixed Closed
- BEANUTILS-45 - Bean Utilities: add BeanComparator.equals() Bug Fixed Closed
- BEANUTILS-32 - [bean] DecimalLocaleConverter is not thread-safe Bug Fixed Closed
- BEANUTILS-29 - debug logging turns on exception Bug Fixed Closed
- BEANUTILS-28 - BeanUtils.populate() does not handle nested properties of dynabean Bug Fixed Closed
- BEANUTILS-27 - [beanutils] Excessive exceptions log under security manager Bug Fixed Closed
- BEANUTILS-26 - Missing dependency on FastHashMap is masked Bug Fixed Closed
- BEANUTILS-15 - ConvertUtils.convert(Object) doesn't use registered convertor Bug Fixed Closed
- BEANUTILS-14 - BeanUtils.setProperty doesn't convert primitive wrappers Bug Fixed Closed
- BEANUTILS-12 - ResultSetDynaClass.createDynaProperty uses getColumnName(i).toLowerCase() Bug Fixed Closed
- BEANUTILS-8 - BeanComparator compare method throws ClassCastException regardless of underlying exception Bug Fixed Closed
- BEANUTILS-5 - Missing Test case Bug Fixed Closed
- BEANUTILS-3 - commons-beanutils.jar, debug info line numbers off by factor of 2 Bug Fixed Closed
- BEANUTILS-2 - MethodUtils method compare bug Bug Fixed Closed
- BEANUTILS-522 - Update Apache Commons Collections from 4.3 to 4.4. Improvement Fixed Closed
- BEANUTILS-428 Bean / Property Utils Provide a BeanIntrospector implementation which supports properties in a fluent API Improvement Fixed Resolved
- BEANUTILS-240 - [beanutils] Wrapped DynaBean Enhancement Improvement Fixed Closed
- BEANUTILS-236 - Add "y/n" to BooleanConverter Improvement Fixed Closed
- BEANUTILS-234 - limit the number of rows returned by RowSetDynaClass Improvement Fixed Closed
- BEANUTILS-232 - MethodUtils.getMatchingAccessibleMethod throws NullPointerException when parameterTypes is null Improvement Fixed Closed
- BEANUTILS-231 - Add "1/0" to BooleanConverter Improvement Fixed Closed
- BEANUTILS-225 - Can add a method cache in MethodUtils Improvement Fixed Closed
- BEANUTILS-222 - Add ClassConverter to standard converters Improvement Fixed Closed
- BEANUTILS-216 - [beanutils] javadoc of BeanUtilsBean.describe(Object) incomplete Improvement Fixed Closed
- BEANUTILS-203 - [beanutils] LazyDynaBean and LazyDynaClass Improvement Fixed Closed
- BEANUTILS-195 - ConvertUtils is not (thread)safe Improvement Fixed Closed
- BEANUTILS-190 - 'lenient' method is loose in 'DateLocaleConverter' Improvement Fixed Closed
- BEANUTILS-180 - java.util.List to be permitted for indexed properties. Improvement Fixed Closed
- BEANUTILS-174 - Mapped properties require getter Improvement Fixed Closed
- BEANUTILS-170 - java.util.List support for getIndexedProperty() Improvement Fixed Closed
- BEANUTILS-169 - Add methods to find and invoke constructor methods Improvement Fixed Closed
- BEANUTILS-166 - speedup for beanutils / array getter Improvement Fixed Closed
- BEANUTILS-559 - Is there a plan to release a new version because the time before the previous version is too long? Wish Fixed Closed
- BEANUTILS-404 - BeanUtils on Git Wish Fixed Resolved
2.0.0-M1 BEANUTILS-564 - Some tests fail on Java 21 and 22-ea Bug Fixed Resolved
2.0.0-M1 BEANUTILS-563 Bean / Property Utils Building from source release fails with a Maven error Bug Fixed Resolved
2.0.0-M1 BEANUTILS-560 - Add support for JPMS Bug Fixed Resolved
2.0.0-M1 BEANUTILS-532 Bean-Collections Require commons-beanutils library which supports commons-collections-4.x version Bug Fixed Resolved
2.0.0-M1 BEANUTILS-529 - Log at the debug level instead of info Bug Fixed Resolved
2.0.0-M1 BEANUTILS-505 - Add missing serialVersionUID to Serializable classes Bug Fixed Closed
2.0.0-M1 BEANUTILS-475 - beanutils could use commons-collections4 instead of commons-collections 3 Bug Fixed Closed
2.0.0-M1 BEANUTILS-402 Bean / Property Utils, ConvertUtils & Converters, Locale BeanUtils / Converters Double-Checked Locking anti pattern in WeakFastHashMap Bug Fixed Closed
2.0.0-M1 BEANUTILS-361 - BeanMap.defaultTransformers should be final Bug Fixed Closed
2.0.0-M1 BEANUTILS-549 Bean / Property Utils Update commons-lang dependency to commons-lang3 Improvement Fixed Closed
2.0.0-M1 BEANUTILS-537 - Fix typos; fix error in Javadoc; performance fix; fix code smells #25 Improvement Fixed Resolved
2.0.0-M1 BEANUTILS-517 - Update Apache Commons Collections from 4.2 to 4.3 Improvement Fixed Closed
2.0.0-M1 BEANUTILS-515 - Update from Java 7 to 8. Improvement Fixed Closed
2.0.0-M1 BEANUTILS-504 - Update from Java 6 to 7 Improvement Fixed Closed
2.0.0-M1 BEANUTILS-500 Bean / Property Utils Upgrade from Apache Commons Collections 3 to 4 Improvement Fixed Closed
2.0.0-M1 BEANUTILS-530 - Add converts for java.time JRE classes New Feature Fixed Resolved
2.0.0-M1 BEANUTILS-528 ConvertUtils & Converters Converters for URI, UUID, and Path New Feature Fixed Closed
2.0.0-M1 BEANUTILS-527 - Convert from Collections4 to java.util.function #8 New Feature Fixed Resolved
2.0.0-M1 BEANUTILS-514 - Remove deprecated code for 2.0.0 New Feature Fixed Closed
2.0.0-M1 BEANUTILS-512 - Add Automatic-Module-Name entry to MANIFEST.MF New Feature Fixed Closed
2.0.0-M1 BEANUTILS-565 - Types postfixed with "2" need to be merged into their supertypes Task Fixed Resolved
2.0.0-M1 BEANUTILS-503 - Change Java package from org.apache.commons.beanutils to org.apache.commons.beanutils2 Task Fixed Closed
1.10.0, 1.10.1, 2.0.0-M1 BEANUTILS-541 Bean / Property Utils FluentPropertyBeanIntrospector caches corrupted writeMethod (two subclasses) Bug Fixed Resolved