171
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 13 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored and exposed a few more methods which some people might find useful. Submitted by Eric Pabst. More... almost 21 years ago
Some small tidying up of the source code by a little refactoring. Submitted by Eric Pabst. More... almost 21 years ago
Improved support for ConvertUtils subclasses by replacing calls to convertors field with calls to lookup method. Patch contributed by Eric Pabst More... almost 21 years ago
Refactored context thread loader logic into separate class. Added new setInstance method which works on a per-thread-context-classloader basis. Unit tests for changes. Patch contributed by Eric Pabst More... almost 21 years ago
Refactored context thread loader logic into separate class. Added new setInstance method which works on a per-thread-context-classloader basis. Patch contributed by Eric Pabst More... almost 21 years ago
Factored out context classloading logic into separate class. This allows it to be more easily used. Patch contributed by Eric Pabst. More... almost 21 years ago
Add a unit test to verify the current JDK introspection of a bean with the following method signatures: More... almost 21 years ago
Changed javadocs to emphasis that cloneBean create a shallow clone. This should help to clear up any confusion about whether cloneBean is a shallow or deep cloning. More... about 21 years ago
Removed misleading @exception from java docs. NullPointerException should never been through in the circumstances lists and the actual exception thrown is listed above. More... about 21 years ago
Fixed bug #19850. Now cloneBean will deal successfully with DynaBeans. Submitted by Romain Guay. More... about 21 years ago
Enhancement #19763 - this allows only a limited number of rows to be cached in the dyna class. Submitted by Gemes Tibor. More... about 21 years ago
Applied enhancement #18960. This improves MethodUtils performance by caching methods. Submitted by Mohan Kishore. More... about 21 years ago
Changed from singletons backing Utility classes to pseudo-singletons (per thread context classloader). This should isolated the use of BeanUtils between web apps. Also added a test case. Note that for some 1.3 JVMs, WeakHashMap has a bug which results in a memory leak. Since commons-logging has the same vunerability and this results in the beanutils classes remaining in memory after they should have been released, I decided to go with the standard class rather than use the collections replacement which does not have this bug. More... about 21 years ago
Created new exception so that problems with the bean access langauges can be trapped separately. More... about 21 years ago
Now check for JVM version so that the warning message is only displayed when the JVm is potentially vunerally. Also, improved the way the warning message is phrased. This is in response to some users becoming confused by the previous message. More... about 21 years ago
Applied patch that prevents unit test errooneously failing on computers with comma as the decimal deliminater. Submitted by Rune Toalango Johannesen. More... about 21 years ago
Rolled back last commit. Accidentally committed everything in commons when I just wanted to commit docs and xdocs. Doh! More... about 21 years ago
Changed charter as per successful VOTE. We now allow any Apache committers to use the sandbox (upon request). More... about 21 years ago
Committed fix for bug #18918. This bug prevented converters from being correctly deregistered. Patch submitted by Eric Pugh. More... about 21 years ago
Added eclipse files to ignorelist. More... about 21 years ago
Added a JUnit test case for the FileConverter More... about 21 years ago
Added a File converter and registered the File and URL converters by default More... about 21 years ago
Converts Strings to URLs. More... about 21 years ago
Added conversion of int[] to StringArrayConverter. This helps with a common html forms use case. Enhancement filed as bug #18297. Patch submitted by Dan Allen. More... about 21 years ago
Made BeanUtils.getArrayProperty conversions use ConvertUtils (rather than just toString). This enhancement is bug #17663. More... about 21 years ago
Added test case to demonstrate that bug #17253 WORKSFORME. More... about 21 years ago
Converted localized versions of beanutils and convert utils to use delegated singletons. Now instances with the functionality in these classes can be created. This addresses the second part of enhancement #14848 More... about 21 years ago
Added public constructors for the utility objects (BeanUtilsBean, PropertyUtilsBean and ConvertUtilsBean). Add public accessor properties for the ConvertUtilsBean and PropertyUtilsBean instances used by a BeanUtilsBean. This allows BeanUtilsBean objects to be created with independent registered converters and independent caches. Also added test cases. Addresses the standard BeanUtils part of enhancement #14848. More... about 21 years ago
Applied patch for enhancement #17811. This refactors the common code in ResultSetDynaClass and RowSetDynaClass into a common superclass. Submitted by George Franciscus More... about 21 years ago
This patch contain numerous improvements to locale convert utils. These include more graceful handling of nulls and more precise numeric classes returned from numeric convertions. Submitted by Michael Szlapa. More... about 21 years ago