openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Commons BeanUtils
Settings
|
Report Duplicate
171
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 59 of 60
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Migrate fix from Struts 1.0 code base. PR: Struts bug #2494 Submitted by: Olav Reinert
Martin Cooper
More...
over 23 years ago
Make the caching of property descriptors (and mapped property descriptors) sensitive to the fact that the same fully qualified class name might be loaded from different class loaders.
Craig R. McClanahan
More...
over 23 years ago
Correct property type returned by getMappedPropertyType() when it is not a String.
Craig R. McClanahan
More...
over 23 years ago
Getters and setters for non-default conversion values need to be static.
Craig R. McClanahan
More...
over 23 years ago
Add unit tests for indexed properties. Along the way, fix a bug where ArrayIndexOutOfBoundsException was being reported inconsistently depending on whether the underlying property was really an array or just had indexed getter and setter methods.
Craig R. McClanahan
More...
over 23 years ago
Enhance beanutils to support "mapped" properties, in which a property refrence includes a String key in parentheses. The corresponding bean must have the following method signatures available:
Craig R. McClanahan
More...
over 23 years ago
Back to version 1.1-dev.
Craig R. McClanahan
More...
over 23 years ago
Re-build 1.0 to fix a snafu in the MANIFEST.MF file.
Craig R. McClanahan
More...
over 23 years ago
Update version numbers for development subsequent to 1.0 releases.
Craig R. McClanahan
More...
over 23 years ago
Declare our external dependency on the Collections package.
Craig R. McClanahan
More...
over 23 years ago
Update documentation and build scripts in preparation for verison 1.0 release.
Craig R. McClanahan
More...
over 23 years ago
Update tests from assert() to assertTrue() as introduced in JUnit 3.7, to avoid future conflict with JDK native assertions.
Craig R. McClanahan
More...
over 23 years ago
Collections.EMPTY_MAP was added in JDK 1.3. Replace it with something that will compile in JDK 1.2 environments. Submitted by: Kelvin Ho <
[email protected]
>
Craig R. McClanahan
More...
over 23 years ago
Throw IllegalArgumentException (instead of returning misleading results) when the "bean" or "name" arguments to most method calls are null. Add relevant unit test cases to validate this behavior.
Craig R. McClanahan
More...
over 23 years ago
Make PropertyUtils.getReadMethod() and PropertyUtils.getWriteMethod() smart enough to locate accessible methods in a non-public class that are declared in a public interface implemented (either directly or indirectly) by that class. Added unit tests to validate the behavior.
Craig R. McClanahan
More...
over 23 years ago
Make the getReadMethod() and getWriteMethod() methods of PropertyUtils public, because the task they perform is generally useful to apps using reflection even if they don't use the property getting and setting functionality.
Craig R. McClanahan
More...
over 23 years ago
Update the MANIFEST.MF file we generate (for beanutils) to declare the dependency on the collections classes in a manner that can be verified by applications that support the JDK's Optional Package Versioning specification (such as Tomcat 4.0 and other servlet containers implementing the 2.3 specification). For more info, see:
Craig R. McClanahan
More...
over 23 years ago
Use FastHashMap instead of HashMap to implement the cache of PropertyDescriptor objects. Declare a dependency on the collections classes package from Commons.
Craig R. McClanahan
More...
over 23 years ago
Update .cvsignore as well.
Craig R. McClanahan
More...
over 23 years ago
Update to new distribution conventions: * "build" --> "dist". * Include LICENSE file (no README yet for this package) * Include Javadocs under "dist/docs/api". * Do not include source in the binary distribution.
Craig R. McClanahan
More...
over 23 years ago
Conform to majority convention on the name of the Ant properties file in the user's home directory.
Craig R. McClanahan
More...
over 23 years ago
Go with the flow some more (conf --> src/conf).
Craig R. McClanahan
More...
over 23 years ago
Add a describe() method to both BeanUtils and PropertyUtils that returns a Map of all properties of the specified bean that have a property reader method. The BeanUtils version converts property values to Strings (consistent with the rest of the BeanUtils methods), while the PropertyUtils version returns them unmodified.
Craig R. McClanahan
More...
over 23 years ago
initial checkin : set of basic tests for BeanUtils (found a small bug in BeanUtils while writing it). Mostly complete. Want to add a 'depopulate()' to parallel populate() in BeanUtils before testing (once I can find a smarter name for it) PR: Obtained from: Submitted by: Reviewed by:
Geir Magnusson Jr
More...
over 23 years ago
Small fix. PR: Obtained from: Submitted by: Reviewed by:
Geir Magnusson Jr
More...
over 23 years ago
Moved location of properties file to reflect lack of build directory
Geir Magnusson Jr
More...
over 23 years ago
Update to reflect dist -> build
Craig R. McClanahan
More...
over 23 years ago
Since nobody is paying attention to the existing practice OR to my proposal, give up and go with the flow.
Craig R. McClanahan
More...
over 23 years ago
Migrate "src/share" to "src/java" for consistency.
Craig R. McClanahan
More...
over 23 years ago
Conform to majority practice on the location of build.xml and build.properties.sample. I don't care all that much, as long as it's not different for every Commons component.
Craig R. McClanahan
More...
over 23 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
→
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