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 52 of 60
Search / Filter on:
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.
Robert Burrell Donkin
More...
over 21 years ago
Created new exception so that problems with the bean access langauges can be trapped separately.
Robert Burrell Donkin
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.
Robert Burrell Donkin
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.
Robert Burrell Donkin
More...
over 21 years ago
Rolled back last commit. Accidentally committed everything in commons when I just wanted to commit docs and xdocs. Doh!
Robert Burrell Donkin
More...
over 21 years ago
Changed charter as per successful VOTE. We now allow any Apache committers to use the sandbox (upon request).
Robert Burrell Donkin
More...
over 21 years ago
Committed fix for bug #18918. This bug prevented converters from being correctly deregistered. Patch submitted by Eric Pugh.
Robert Burrell Donkin
More...
over 21 years ago
Added eclipse files to ignorelist.
Martin van den Bemt
More...
over 21 years ago
Added a JUnit test case for the FileConverter
James Strachan
More...
over 21 years ago
Added a File converter and registered the File and URL converters by default
James Strachan
More...
almost 22 years ago
Converts Strings to URLs.
Henri Yandell
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.
Robert Burrell Donkin
More...
almost 22 years ago
Made BeanUtils.getArrayProperty conversions use ConvertUtils (rather than just toString). This enhancement is bug #17663.
Robert Burrell Donkin
More...
almost 22 years ago
Added test case to demonstrate that bug #17253 WORKSFORME.
Robert Burrell Donkin
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
Robert Burrell Donkin
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.
Robert Burrell Donkin
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
Robert Burrell Donkin
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.
Robert Burrell Donkin
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.
Robert Burrell Donkin
More...
almost 22 years ago
Fix for document typo. Submitted by Reza Shahbazi
Robert Burrell Donkin
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.
Robert Burrell Donkin
More...
almost 22 years ago
Release 1.6.1 finished
Robert Burrell Donkin
More...
almost 22 years ago
Preparations for 1.6.1 release
Robert Burrell Donkin
More...
almost 22 years ago
Preparations for 1.6.1 release
Robert Burrell Donkin
More...
almost 22 years ago
Preparations for beanutils 1.6.1 release
Robert Burrell Donkin
More...
almost 22 years ago
added myself as a committer which I forgot to do a long time ago
James Strachan
More...
almost 22 years ago
Fix a typo in the usage example.
Craig R. McClanahan
More...
almost 22 years ago
Check setProperty() as well as copyProperty() for write-onyl property support.
Craig R. McClanahan
More...
almost 22 years ago
Ensure that copyProperty() allows you to set a write-only property.
Craig R. McClanahan
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.
Craig R. McClanahan
More...
almost 22 years ago
←
1
2
…
48
49
50
51
52
53
54
55
56
…
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