171
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... over 21 years ago
Created new exception so that problems with the bean access langauges can be trapped separately. More... over 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... over 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... over 21 years ago
Rolled back last commit. Accidentally committed everything in commons when I just wanted to commit docs and xdocs. Doh! More... over 21 years ago
Changed charter as per successful VOTE. We now allow any Apache committers to use the sandbox (upon request). More... over 21 years ago
Committed fix for bug #18918. This bug prevented converters from being correctly deregistered. Patch submitted by Eric Pugh. More... over 21 years ago
Added eclipse files to ignorelist. More... over 21 years ago
Added a JUnit test case for the FileConverter More... over 21 years ago
Added a File converter and registered the File and URL converters by default More... almost 22 years ago
Converts Strings to URLs. More... almost 22 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... almost 22 years ago
Made BeanUtils.getArrayProperty conversions use ConvertUtils (rather than just toString). This enhancement is bug #17663. More... almost 22 years ago
Added test case to demonstrate that bug #17253 WORKSFORME. More... almost 22 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... almost 22 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... almost 22 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... almost 22 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... almost 22 years ago
Improved exception reporting. IllegalArgumentExceptions thrown by method invocation are now caught and rethrown with more information. Suggested by Tim Sawyer. More... almost 22 years ago
Fix for document typo. Submitted by Reza Shahbazi More... almost 22 years ago
First stage of moving functionality out of static utility methods and into beans. This is a simple replacement with singletons and protected factory methods. I wanted to get the main reorganization into CVS as soon as possible. Addition factory methods and other improvements will arrive a little later. Class and instance methods cannot have the same name so new classes were required. More... almost 22 years ago
Release 1.6.1 finished More... almost 22 years ago
Preparations for 1.6.1 release More... almost 22 years ago
Preparations for 1.6.1 release More... almost 22 years ago
Preparations for beanutils 1.6.1 release More... almost 22 years ago
added myself as a committer which I forgot to do a long time ago More... almost 22 years ago
Fix a typo in the usage example. More... almost 22 years ago
Check setProperty() as well as copyProperty() for write-onyl property support. More... almost 22 years ago
Ensure that copyProperty() allows you to set a write-only property. More... almost 22 years ago
Enhance BeanUtils.copyProperty() to deal with about 80% of the use cases for copying indexed, mapped, and nested properties with type conversions. The remaining restrictions are documented in the Javadocs for this method. More... almost 22 years ago