Apache Commons logo Commons BeanUtils2

Apache Commons BeanUtils2 - Changes

Release History

Version Date Description
0.1 201?-??-?? First release.

Release 0.1 - 201?-??-??

Type Changes By
update Add test case for BeanProperties.hasProperty() Fixes SANDBOX-444. britter
update Add test case for BeanAccessor.cast() Fixes SANDBOX-443. britter
update Configure Checkstyle to allow undeclared unchecked Exceptions in JavaDoc Fixes SANDBOX-440. britter
update Remove IntrospectionException from BeanProperties methods by wrapping it internally Fixes SANDBOX-442. britter
update Handling of types that can not be instantiated in DefaultClassAccessor should be improved to give users better feedback Fixes SANDBOX-441. britter
update Rename ClassLoaderBuilder.loadWithClassLoader to loadWith Fixes SANDBOX-439. britter
add Implement setMapped on DefaultBeanAccessor Fixes SANDBOX-438. britter
add Implement BeanAccessor.getMapped Fixes SANDBOX-436. britter
update Setting properties or calling methods very often results in a NullPointerException Fixes SANDBOX-433. britter
add Add FindBugs report to pom.xml Fixes SANDBOX-431. Thanks to Benedikt Ritter. simonetripodi
add Change getMapped(String).withKey(String) to getMapped(String).of(String) Fixes SANDBOX-430. Thanks to Benedikt Ritter. simonetripodi
add Implement unit tests for MethodsRegistry Fixes SANDBOX-429. Thanks to Benedikt Ritter. simonetripodi
add Implement unit tests for ConstructorRegistry Fixes SANDBOX-428. Thanks to Benedikt Ritter. simonetripodi
add Suppress m2e plugin life cycle mapping errors Fixes SANDBOX-427. Thanks to Benedikt Ritter. simonetripodi
add Add Cobertura Test Coverage Report to build Fixes SANDBOX-426. Thanks to Benedikt Ritter. simonetripodi
add Wrap checked exceptions into unchecked exception Fixes SANDBOX-422. Thanks to Benedikt Ritter. simonetripodi
add Make sure VoidMethodsTestCase uses a NullBeanAcessor Fixes SANDBOX-421. Thanks to Benedikt Ritter. simonetripodi
add Implement setIndexed(String propertyName) on DefaultBeanAccessor Fixes SANDBOX-419. Thanks to Benedikt Ritter. simonetripodi
add Implement copyPropertiesTo(T target) on DefaultBeanAccessor Fixes SANDBOX-405. Thanks to Benedikt Ritter. simonetripodi
add Refactor Unit tests for better readability Fixes SANDBOX-403. Thanks to Benedikt Ritter. simonetripodi
add Performance improvement: store hash code of AccessibleObjectDescriptor as member variable Fixes SANDBOX-401. Thanks to Benedikt Ritter. simonetripodi
add Handle methods that return void separately Fixes SANDBOX-399. Thanks to Benedikt Ritter. simonetripodi
add Implement unit tests for BeanUtils.onClassName() Fixes SANDBOX-398. Thanks to Benedikt Ritter. simonetripodi
add Replace NullPointerExceptions been thrown in DefaultBeanAccessor with NoSuchMethodEceptions Fixes SANDBOX-397. Thanks to Benedikt Ritter. simonetripodi
add Implement clone() on DefaultBeanAccessor Fixes SANDBOX-396. Thanks to Benedikt Ritter. simonetripodi
update Make sure that the internal package does not get exported when packaging as OSGi bundle Fixes SANDBOX-390. Thanks to Benedikt Ritter. simonetripodi
update implement populate() on DefaultBeanAccessor Fixes SANDBOX-389. Thanks to Benedikt Ritter. simonetripodi
update Implement possibility to find out if a property readable and/or wirtable Fixes SANDBOX-387. Thanks to Benedikt Ritter. simonetripodi
update Implement describe() on DefaultBeanAccessor Fixes SANDBOX-379. Thanks to Benedikt Ritter. simonetripodi
update Extend StaticMethodsTestCase Fixes SANDBOX-378. Thanks to Benedikt Ritter. simonetripodi
update Implement invoke(Exact)Method(...) on DefaultBeanAccessor Fixes SANDBOX-377. Thanks to Benedikt Ritter. simonetripodi
update Extract magic numbers in AccessibleObjectsRegistry.getObjectTransformationCosts(...) to constants Fixes SANDBOX-376. Thanks to Benedikt Ritter. simonetripodi
update Implement setProperty( String name ) on DefaultBeanAccessor Fixes SANDBOX-373. Thanks to Benedikt Ritter. simonetripodi
update Make sure that a property is readable in DefaultBeanAccessor.getProperty( String name ) Fixes SANDBOX-371. Thanks to Benedikt Ritter. simonetripodi
update Move logic for type compatibility checking from AccessibleObjectsRegistry to TypeUtils Fixes SANDBOX-369. Thanks to Benedikt Ritter. simonetripodi
update Extend Assertions for checking null references in arrays Fixes SANDBOX-365. Thanks to Benedikt Ritter. simonetripodi
update Check if value is of the correct type in Argument.argument( Class<T> type, V value ) Fixes SANDBOX-363. Thanks to Benedikt Ritter. simonetripodi
update Create basic unit tests for all classes Fixes SANDBOX-362. Thanks to Benedikt Ritter. simonetripodi
update Rename Converter<T, S> to Transformer<T, S>. Fixes SANDBOX-360. Thanks to Benedikt Ritter. simonetripodi
update Create basic unit tests for all classes. Fixes SANDBOX-352. Thanks to Benedikt Ritter. simonetripodi