From commits-return-71479-archive-asf-public=cust-asf.ponee.io@commons.apache.org Sun Dec 29 06:08:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F60018063F for ; Sun, 29 Dec 2019 07:08:05 +0100 (CET) Received: (qmail 57676 invoked by uid 500); 29 Dec 2019 06:08:01 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 57149 invoked by uid 99); 29 Dec 2019 06:08:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2019 06:08:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7FB8E8D81D; Sun, 29 Dec 2019 06:08:00 +0000 (UTC) Date: Sun, 29 Dec 2019 06:08:08 +0000 To: "commits@commons.apache.org" Subject: [commons-dbutils] 08/09: Update changes for the next release. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: thecarlhall@apache.org In-Reply-To: <157759968029.3821.15635852576715585772@gitbox.apache.org> References: <157759968029.3821.15635852576715585772@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-dbutils X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 6579e80e76519bf0df03bd3fccd9b5de4fb4024f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191229060800.7FB8E8D81D@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. thecarlhall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git commit 6579e80e76519bf0df03bd3fccd9b5de4fb4024f Author: Carl Hall AuthorDate: Sat Dec 28 22:04:00 2019 -0800 Update changes for the next release. --- src/changes/changes.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c1ed13f..9eaca99 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,7 +44,19 @@ The type attribute can be add,update,fix,remove. - + + + [BREAKING] Reduced visibility of data source to private in parent of QueryRunner. This has been deprecated since 2012 in rev=c500789f. + + + Java 1.7 now required. clirr, checkstyle, and spotbugs configured as part of default build. + + + Always copy Date, Time, Timestamp on get and set in SqlNullCheckedResultSet. + + + Add @Column annotation to hint the field name instead of dissecting the get method name. + BeanProcessor is not thread safe since [DBUTILS-124].