Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 36750 invoked from network); 21 Nov 2009 21:43:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Nov 2009 21:43:04 -0000 Received: (qmail 65529 invoked by uid 500); 21 Nov 2009 21:43:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65464 invoked by uid 500); 21 Nov 2009 21:43:03 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 65456 invoked by uid 99); 21 Nov 2009 21:43:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 21:43:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 21:43:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3641234C04C for ; Sat, 21 Nov 2009 13:42:39 -0800 (PST) Message-ID: <953294311.1258839759654.JavaMail.jira@brutus> Date: Sat, 21 Nov 2009 21:42:39 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2024) Remove JUnit utility method JDBC.vmSupportsJDBC2 In-Reply-To: <9142733.1162313695761.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-2024. ------------------------------------ Resolution: Fixed Fix Version/s: 10.6.0.0 Thanks Knut for having a look at the patch. Committed to the trunk as revision 883000. Please keep your eyes out for any new test behaviors, particularly in JSR169 configurations. > Remove JUnit utility method JDBC.vmSupportsJDBC2 > ------------------------------------------------ > > Key: DERBY-2024 > URL: https://issues.apache.org/jira/browse/DERBY-2024 > Project: Derby > Issue Type: Sub-task > Components: Test > Reporter: Daniel John Debrunner > Assignee: Bryan Pendleton > Fix For: 10.6.0.0 > > Attachments: removeFunction.diff > > > Replace its use with vmSupportsJDBC3() when required or modify the checks to work upon the assumption that JDBC3/JSR169 is the base level (e..g holdability is always supported). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.