Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86CC5D6D0 for ; Sat, 21 Jul 2012 08:34:54 +0000 (UTC) Received: (qmail 33445 invoked by uid 500); 21 Jul 2012 08:34:52 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 33060 invoked by uid 500); 21 Jul 2012 08:34:50 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 33011 invoked by uid 99); 21 Jul 2012 08:34:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 08:34:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 08:34:44 +0000 Received: by lbom4 with SMTP id m4so7765742lbo.30 for ; Sat, 21 Jul 2012 01:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=3Ml43gytcMD0s7d9Yw/36GAmqejGmLY4zJGWGxusMyA=; b=Scjc2gAqGcViMxGSc0oXE2qauuPn4/WvuYUJ6aQ2Lami+1wFIjpWcsv6DD/VPUoNrU Xu71mYy5BXoa2DAQr1vm1VKMcUuavLsN78rylL7H40DOdSMc8DLROfiugsVZdTmrUBQy B5/h3rWOPDCOPwzgQOgqrZwf82bgYDf125/agzFT37UIp13WQCt+6CeSTLbi27BBPof0 J+jKEjh07/Fqo1l47soNUwD+yT3+wZlbqnmA3C0oi0oW/1VVcbIdSDfabo1sBgq8Z3JW 87MtCDt+4gRyVcMK90k4asDGMyUi4Qa+s82wH/RZHGQ46cQMCY6ZzG2YyTFxEUOFAQTL 2SHA== MIME-Version: 1.0 Received: by 10.112.49.100 with SMTP id t4mr4305019lbn.10.1342859663114; Sat, 21 Jul 2012 01:34:23 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.114.2.203 with HTTP; Sat, 21 Jul 2012 01:34:23 -0700 (PDT) Date: Sat, 21 Jul 2012 10:34:23 +0200 X-Google-Sender-Auth: gUQgk6Q-_vlVdh_Kxv_GsicWVeg Message-ID: Subject: [ANN] Apache Commons DbUtils 1.5 Released! From: Simone Tripodi To: announce@apache.org Cc: Commons Developers List , Commons Users List Content-Type: text/plain; charset=UTF-8 Hi all, The Apache Commons Team is pleased to announce the immediate availability of Apache Commons DbUtils 1.5! The Apache Commons-DbUtils package is a set of Java utility classes for easing JDBC development, version 1.5 contains a number of improvements and bug fixes: Bug [DBUTILS-73] - .BasicRowProcessor.CaseInsensitiveHashMap uses default Locale for toLowerCase [DBUTILS-77] - "drop view" does not work from QueryRunner.update with SQLServer JDBC drivers. Same SQL works with a PreparedStatement just fine. [DBUTILS-93] - Source assembly artifact fails to build a site because of missing pmd-ruleset.xml Improvement [DBUTILS-66] - ScalarHandler, ColumnHandler and KeyedHandler are missing generics [DBUTILS-84] - BeanProcessor method processColumn should take SQLXML in consideration [DBUTILS-91] - Enhance BasicRowProcessor to have row mapping easier to configure New Feature [DBUTILS-67] - Add a BeanMapHandler [DBUTILS-76] - New handler StringColumnListHandler Task [DBUTILS-88] - Make AsyncQueryRunner be a decorator around a QueryRunner Test [DBUTILS-94] - Provide test coverage for org.apache.commons.dbutils.DbUtils Apache Commons DbUtils is available in source form from the following download page: http://commons.apache.org/dbutils/download_dbutils.cgi When downloading from a mirror site, please remember to verify the downloads using signatures found on the Apache site: http://www.apache.org/dist/commons/KEYS Apache Commons DbUtils is also available in binary form or for use using Maven 2 from the Central Maven Repository: http://repo1.maven.org/maven2/commons-dbutils/commons-dbutils For more information on Apache Commons DbUtils, visit the project home page: http://commons.apache.org/dbutils/ Have fun! - Simo, on behalf of the Apache Commons PMC http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org