openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Apache Commons BeanUtils
Settings
|
Report Duplicate
172
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 8 hours
ago.
Dec 18, 2024 — Dec 18, 2025
Showing page 61 of 79
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
BEANUTILS-258 - refactor new lookup() method slightly
Niall Pemberton
More...
over 18 years ago
BEANUTILS-258 - enhance AbstractConverter to handle Array-->non-Array conversion, but exclude behaviour for ArrayConverter
Niall Pemberton
More...
over 18 years ago
BEANUTILS-233 Implement equals() and hashCode() methods for DynaProperty - thanks to Russell for the patch and test case!
Niall Pemberton
More...
over 18 years ago
Adding a test case for BEANUTILS-33 to PropertyUtilsTestCase. This incosistency (can't use "dot" in mapped properties for setProperty or getPropertyDescriptor) has already been fixed by the changes for BEANUTILS-259 (Plugable Property Name Expression Resolver)
Niall Pemberton
More...
over 18 years ago
Minor javadoc correction
Niall Pemberton
More...
over 18 years ago
BEANUTILS-88 PropertyUtilsBean.isReadable/isWriteable always returns false for mapped properties - thanks to Chuck Daniels
Niall Pemberton
More...
over 18 years ago
BEANUTILS-87 - Package scope implementation of a public interface for mapped property fails. Adding a test case to prove that this has been resolved (running the test with BeanUtils 1.7.0 failed, but passes with current BeanUtils trunk) - fixed by changes to MappedPropertyDescriptor associated with BEANUTILS-6)
Niall Pemberton
More...
over 18 years ago
Improve exception error messages and add Calendar --> Long conversion
Niall Pemberton
More...
over 18 years ago
Improve BigInteger / BigDecimal conversion handling
Niall Pemberton
More...
over 18 years ago
Provide a getMap() method in DynaBeanMapDecorator in BasicDynaBean that uses DynaBeanMapDecorator to provide a Map representation of the DynaBean
Niall Pemberton
More...
over 18 years ago
fix license header
Niall Pemberton
More...
over 18 years ago
BEANUTILS-185 Provide a Map decorator for a DynaBean (enables DynaBean to be used with other teechnologies such as JSTL)
Niall Pemberton
More...
over 18 years ago
BEANUTILS-258 - re-factor Converter registration in ConvertUtilsBean to make configuring the standard converters for defaults/throwing exceptions easier
Niall Pemberton
More...
over 18 years ago
BEANUTILS-258 - switch StringConverter to be based on the new AbstractConveter - provides only limmited advantage, but StringConverter didn't have the usual ConversionException and default logic - which it now has
Niall Pemberton
More...
over 18 years ago
Improvements to AbstractConverter: - convertToString() to declare throwing Throwable (was declaring any errors on method signature) - convertToType() methods to declare throwing Throwable (rather than Exception) - error handling to now include errors thrown by convertToString() (previously just convertToType()) - error handling to handle Throwable (was Exception) - error handling to initialize the cause for JDK 1.4+ - change Log instance to transient and change all logging methods to use the log() method - modify Converters affected by AbstractConverter API change
Niall Pemberton
More...
over 18 years ago
BEANUTILS-266 - add a test case to check that PropertyUtilsBean's invoke method is correctly initializing the cause on JDK 1.4+
Niall Pemberton
More...
over 18 years ago
Fix for BEANUTILS-266 Log or throw exception in PropertyUtilsBean - thanks to Brian Ewins and Commons HttpClient. Added mechanism to initialize the "cause" on an Exception using reflection (copied from Commons HttpClient).
Niall Pemberton
More...
over 18 years ago
Add getters for properties to Date and Number converters
Niall Pemberton
More...
over 18 years ago
BEANUTILS-242 - JavaDoc improvements and change convertToString() method to delegate to convertToCollection(0 method for non-arrays
Niall Pemberton
More...
over 18 years ago
Minor test changes -remove duplicated test condition (and stack trace) plus comment/method name amendments
Niall Pemberton
More...
over 18 years ago
Fix for BEANUTILS-112 - deprecate the public static defaultTransformers HashMap and make it unmodifiable
Niall Pemberton
More...
over 18 years ago
Configure unit tests
Niall Pemberton
More...
over 18 years ago
java.lang.Boolean implements Comparable from JDK 1.5 onwards - so comparing boolean properties no longer fails
Niall Pemberton
More...
over 18 years ago
Fix for BEANUTILS-243 - BeanUtils fails to compile under 1.6 - thanks to Henri Yandell
Niall Pemberton
More...
over 18 years ago
Add test for BEANUTILS-65 (ConvertUtils supports String->String[], but BeanUtils does not call the converter) - resolved by BEANUTILS-258
Niall Pemberton
More...
over 18 years ago
Deprecate previous array converters in favour of the new generic ArrayConverter implementation
Niall Pemberton
More...
over 18 years ago
BEANUTILS-242 - register new generic array converter implementation in place of previous versions
Niall Pemberton
More...
over 18 years ago
Fix for BEANUTILS-249 - BeanUtilsBean does not convert objects using custom convertors properly - thanks to Brad
Niall Pemberton
More...
over 18 years ago
BEANUTILS-258 - add new convert() and lookup() methods to ConvertUtils that utilize the capabilities of the improved Converter implementations. Also modify BeanUtils to use the new methods.
Niall Pemberton
More...
over 18 years ago
BEANUTILS-110 - revert to the original suggestion from Etienne Bernard to resolve the second issue with this bug
Niall Pemberton
More...
over 18 years ago
←
1
2
…
57
58
59
60
61
62
63
64
65
…
78
79
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree