

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
1 message in org.apache.commons.dev[ANNOUNCEMENT] Commons DbUtils 1.2 re...| From | Sent On | Attachments |
|---|---|---|
| Dan Fabulich | May 1, 2009 8:36 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [ANNOUNCEMENT] Commons DbUtils 1.2 released | Actions |
|---|---|---|
| From: | Dan Fabulich (da...@fabulich.com) | |
| Date: | May 1, 2009 8:36:58 am | |
| List: | org.apache.commons.dev | |
The Commons DbUtils team is pleased to announce the commons-dbutils-1.2 release!
DbUtils is a package of Java utility classes for easing JDBC development.
Source and binary distributions are available for download from the Apache Commons download site:
http://commons.apache.org/downloads/download_dbutils.cgi
When downloading, please verify signatures using the KEYS file available at the above location when downloading the release.
For more information on Apache Commons DbUtils, visit the Commons DbUtils home page:
http://commons.apache.org/dbutils/
Changes in this version include:
Compatibility warnings:
o API change in QueryRunner: the setDataSource method was removed in order to fix a thread-safety bug (DBUTILS-52) o We upgraded the JVM dependency from JDK 1.3 to JDK 1.4 (DBUTILS-31) o Users who may have extended BeanListHandler.handleRow will find that this method no longer exists (is no longer called) in DbUtils 1.2 (DBUTILS-37) o Users who may have extended KeyedHandler will find that its protected members are now final (to guarantee thread safety). (DBUTILS-51)
Fixed Bugs:
o fillStatement setNull bug with the Postgres/Derby JDBC driver (and others)
Issue: DBUTILS-31.
o NullPointerException occured at rethrow method Issue: DBUTILS-40.
o Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap Issue:
DBUTILS-36.
Changes:
o Removed setDataSource method to guarantee thread safety Issue: DBUTILS-52.
o Made numerous private instance members final to guarantee thread safety;
changed protected member of KeyedHandler to final Issue: DBUTILS-51.
o Support bean property to SQL IN parameter mapping Issue: DBUTILS-29.
o Make GenericListHandler (now AbstractListHandler) public Issue: DBUTILS-33.
o BasicRowProcessor loses any information on database field case Issue:
DBUTILS-34.
o BeanListHandler#handle(ResultSet) is not optimal Issue: DBUTILS-37.
o Object with Long or Decimal got initial zero value while database field is
null Issue: DBUTILS-42.
o example documentation page, update query Issue: DBUTILS-38.
Removed: o Remove old Maven1/Ant build scripts
Have fun! -Commons DbUtils team







