From derby-dev-return-74026-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Sat Nov 14 16:19:02 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10864 invoked from network); 14 Nov 2009 16:19:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 16:19:02 -0000 Received: (qmail 59932 invoked by uid 500); 14 Nov 2009 16:19:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 59867 invoked by uid 500); 14 Nov 2009 16:19:02 -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 59859 invoked by uid 99); 14 Nov 2009 16:19:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 16:19:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 14 Nov 2009 16:18:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A1B2D234C04C for ; Sat, 14 Nov 2009 08:18:39 -0800 (PST) Message-ID: <1791163047.1258215519661.JavaMail.jira@brutus> Date: Sat, 14 Nov 2009 16:18:39 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (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 [ https://issues.apache.org/jira/browse/DERBY-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777957#action_12777957 ] Bryan Pendleton commented on DERBY-2024: ---------------------------------------- I had a quick look at the 15 remaining calls to vmSupportsJDBC2, and they seemed to be: - test code that needed to know if DriverManager was supported - test code that needed to know if BigDecimal was supported - test code that needed to know if [get,set]UnicodeStream was supported I believe that all these calls can simply be replaced by calling vmSupportsJDBC3, and then vmSupportsJDBC2 can be removed. > 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 > > 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.