Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 23695 invoked from network); 7 Jun 2006 00:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 00:15:34 -0000 Received: (qmail 20356 invoked by uid 500); 7 Jun 2006 00:15:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 20142 invoked by uid 500); 7 Jun 2006 00:15:33 -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 20132 invoked by uid 99); 7 Jun 2006 00:15:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 17:15:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 17:15:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 892157142A1 for ; Wed, 7 Jun 2006 00:14:30 +0000 (GMT) Message-ID: <32730217.1149639270559.JavaMail.jira@brutus> Date: Wed, 7 Jun 2006 00:14:30 +0000 (GMT+00:00) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1380) Interface changes introduced in Mustang build 86 In-Reply-To: <2379302.1149604350775.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1380?page=all ] Rick Hillegas updated DERBY-1380: --------------------------------- Attachment: derby-1380.v2.diff Attaching derby-1380.v2.diff. This adds the new overloads for createQueryObject() to the Connection and DataSource implementations. The JDBC4 tests are bug compatible with the previous run except that a couple more signatures have disappeared from the UnsupportedVetter and VerifySignatures test--that's good and what we expect. Touches the following files: M java\engine\org\apache\derby\impl\jdbc\EmbedConnection40.java M java\engine\org\apache\derby\iapi\jdbc\BrokeredConnection40.java M java\engine\org\apache\derby\jdbc\EmbeddedXADataSource40.java M java\engine\org\apache\derby\jdbc\EmbeddedDataSource40.java M java\engine\org\apache\derby\jdbc\EmbeddedConnectionPoolDataSource40.java M java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\ConnectionTest.java M java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\TestQueryObject.java M java\client\org\apache\derby\jdbc\ClientXADataSource40.java M java\client\org\apache\derby\jdbc\ClientConnectionPoolDataSource40.java M java\client\org\apache\derby\jdbc\ClientDataSource40.java M java\client\org\apache\derby\client\net\NetConnection40.java M java\client\org\apache\derby\client\am\LogicalConnection40.java Committed at subversion revision 412239. > Interface changes introduced in Mustang build 86 > ------------------------------------------------ > > Key: DERBY-1380 > URL: http://issues.apache.org/jira/browse/DERBY-1380 > Project: Derby > Type: Bug > Components: JDBC > Versions: 10.2.0.0 > Environment: Any > Reporter: Dyre Tjeldvoll > Assignee: Dyre Tjeldvoll > Priority: Critical > Fix For: 10.2.0.0 > Attachments: derby-1380.v1.diff, derby-1380.v1.stat, derby-1380.v2.diff, derbyall_fail.v1.txt > > Build 86 of Mustang introduced changes to the Connection interface that were not compatible with the existing Derby implementions. > createArray() was renamed createArrayOf() and setClientInfoProperties() now throws SQLClientInfoException (rather than ClientInfoException). The result of this is that it is not possible to build Derby with build 86. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira