172
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix link More... almost 17 years ago
Add missing @since 1.8.0 tags - thanks to James Carman More... almost 17 years ago
BEANUTILS-291 - Re-create class reference if lost - fixes problem on JRockit JDK - thanks to Jörg Schaible More... almost 17 years ago
remove old cvs property More... almost 17 years ago
Upgrade to latest clirr plugin version 2.2.2 (fixes problem downloading the old artifact from the repo) More... almost 17 years ago
Update copyright year More... almost 17 years ago
Update the site/docs for BeanUtils 1.8.0 More... almost 17 years ago
BEANUTILS-265 Allow access to non public class's public methods from a public sub-classes - thanks to Tom Schindl and Romain Muller More... almost 17 years ago
Factor out the common code to call Method.setAccessible(true) into a separate method More... almost 17 years ago
BEANUTILS-319 PropertyUtils's getPropertyType() fails for DynaBeans contained within a normal bean - thanks to Erik Erskine for the patch More... almost 17 years ago
BEANUTILS-326 Iterating by key/value pairs in Map in BeanUtilsBean.populate(...) method - reported by Vladimir Orlov More... almost 17 years ago
BEANUTILS-318 Fix WeakHashMap is not thread safe in MethodUtils using new FastWeakHashMap - reported by Sylvain Legault More... almost 17 years ago
BEANUTILS-291 Fix the thread isolation problem on PropertyUtilsBean, ConvertUtilsBean and LocaleConvertUtilsBean - thanks to Clebert Suconic for identifying this and the patch. I applied a slightly modified version of Clebert's solution. More... almost 17 years ago
BEANUTILS-291 Remove FastHashMap from beanutils package More... almost 17 years ago
BEANUTILS-291 Copy FastHashMap into beanutils package More... almost 17 years ago
change commons-parent to version 11 More... about 17 years ago
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. - pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files - the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and <headerFile> element added to the plugin config in the pom.xml - fix m1 checkstyle config to reflect the above where appropriate (specify header file property) More... about 17 years ago
Upgrade to Logging 1.1.1 and Collections 3.2.1, remove ${basedir} from checkstyle and specify external links for javadocs More... about 17 years ago
remove rdf file from distro More... about 17 years ago
Remove tabs More... about 17 years ago
Fix svn properties only (eol-style, keywords etc) More... about 17 years ago
Upgrade to commons-parent-10 pom More... about 17 years ago
Fixing the headerFile location as per CODEC-67 and Benjamin's patch More... over 17 years ago
BEANUTILS-291 Improve memory leak test - thanks to Clebert Suconic for the patch. More... over 17 years ago
Update release notes for 1.8.0 More... over 17 years ago
Add clirr report and specify checkstyle plugin version More... over 17 years ago
Fix copyright years - BeanUtils started in Struts in 2000 See http://svn.apache.org/viewvc/struts/trunk/src/share/org/apache/struts/util/BeanUtils.java?pathrev=47660 More... over 17 years ago
BEANUTILS-291 - fix Memory leaks - thanks to Clebert Suconic reporting, patches and review: More... over 17 years ago
BEANUTILS-298 - MethodUtils.getAccessibleMethod(Method method) could not find right public method - reported by Roman Mukhin More... over 17 years ago
minor javadoc correction More... over 17 years ago