Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 3A5AAE0EC for ; Tue, 12 Feb 2013 15:33:13 +0000 (UTC) Received: (qmail 48781 invoked by uid 500); 12 Feb 2013 15:33:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48754 invoked by uid 500); 12 Feb 2013 15:33:13 -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 48731 invoked by uid 99); 12 Feb 2013 15:33:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 15:33:12 +0000 Date: Tue, 12 Feb 2013 15:33:12 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6000) Implement support for JDBC 4.2 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-6000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-6000: --------------------------------- Attachment: derby-6000-13-aa-fixJavadoc.diff Attaching derby-6000-13-aa-fixJavadoc.diff. This patch fixes the javadoc when built on Java 7. Committed at subversion revision 1445196. Myrna noticed that the automated javadoc builds were spewing pages of warnings caused by the fact that the Java 7 javadoc tool can't find the new java.sql classes referenced by the *42 Derby classes. This patch makes the javadoc build exclude the Derby *42 classes. After applying this patch, the javadoc builds cleanly for me on Java 7. Note that the javadoc does not build cleanly on Java 8. I see pages of warnings because of missing @param and @throws annotations. I regard that as a separate problem which deserves its own patch. Touches the following files: M build.xml A tools/javadoc/derbydocs_java8_exclusions.ant M tools/javadoc/derbydocs_exclusions.ant > Implement support for JDBC 4.2 > ------------------------------ > > Key: DERBY-6000 > URL: https://issues.apache.org/jira/browse/DERBY-6000 > Project: Derby > Issue Type: Improvement > Components: JDBC > Reporter: Rick Hillegas > Attachments: derby-6000-01-aa-executeLargeUpdateEmbedded.diff, derby-6000-02-ad-executeLargeUpdateClient.diff, derby-6000-03-aa-executeLargeBatch.diff, derby-6000-04-aa-setLargeMaxRows.diff, derby-6000-05-aa-executeLargeUpdatePS.diff, derby-6000-06-aa-DatabaseMetaData.diff, derby-6000-07-ab-batchUpdateException.diff, derby-6000-08-aa-batchUpdateExceptionConstructor.diff, derby-6000-09-ac-setObjectPS.diff, derby-6000-10-aa-rename_getMaxLogicalLobSize.diff, derby-6000-11-aa-ResultSet.updateObject.diff, derby-6000-12-aa-CallableStatement.registerOutParameter.diff, derby-6000-12-ab-CallableStatement.registerOutParameter.diff, derby-6000-13-aa-fixJavadoc.diff, JDBC_4.2_Changes.html > > > Open JDK 8 will include maintenance rev 4.2 of JDBC. The public discussion of JDBC 4.2 will take place here: http://openjdk.java.net/jeps/170. We will want to build Derby support for JDBC 4.2 after a public spec appears. At this time, it is unclear what Derby release will carry this support. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira