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 6524D10986 for ; Tue, 7 May 2013 14:24:15 +0000 (UTC) Received: (qmail 13676 invoked by uid 500); 7 May 2013 14:24:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11472 invoked by uid 500); 7 May 2013 14:23:50 -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 9186 invoked by uid 99); 7 May 2013 14:23:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 14:23:17 +0000 Date: Tue, 7 May 2013 14:23:17 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6213) Deprecate support for Java 5 and CDC 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-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-6213: --------------------------------- Attachment: derby-6213-02-aa-org.apache.derby.vti.diff Attaching derby-6213-02-aa-org.apache.derby.vti.diff. This patch converts the org.apache.derby.vti package to Java 6. I am running tests now. When I check this in, it's likely that we will begin to see failures in the test runs on Java 5 and CDC. This will be a sign that we need to stop running the trunk tests on those platforms. Touches the following files: ---------------- M java/engine/org/apache/derby/vti/build.xml Simplified the build script. ---------------- M java/engine/org/apache/derby/vti/ForeignTableVTI.java Parameterized a HashMap usage. ---------------- D java/engine/org/apache/derby/vti/VTITemplateBase.java M java/engine/org/apache/derby/vti/VTITemplate.java Merged VTITemplateBase into VTITemplate. The first class was added as a trick to help people write VTIs and table functions for Java 5 and CDC. > Deprecate support for Java 5 and CDC > ------------------------------------ > > Key: DERBY-6213 > URL: https://issues.apache.org/jira/browse/DERBY-6213 > Project: Derby > Issue Type: Improvement > Components: Build tools, Documentation, Javadoc > Affects Versions: 10.11.0.0 > Reporter: Rick Hillegas > Attachments: derby-6213-01-aa-collapsePublishedAPI.diff, derby-6213-02-aa-org.apache.derby.vti.diff > > > The developer community has approved the proposal to sunset support for Java 5 and CDC: http://apache-database.10148.n7.nabble.com/VOTE-Sunsetting-support-for-Java-5-and-CDC-td129832.html#a129925 > This issue tracks a number of tasks needed to implement this proposal: > I) Remove build support for Java 5 and CDC. > II) Purge user doc references to Java 5, CDC, and the JDBC 4 DataSources. > III) Remove the JDBC 4 version of the public api from the published javadoc. The recently introduced CP2 DataSources would need to migrate to the JDBC 3 version of the published javadoc. The JDBC 4 versions of the DataSources would still exist, but they would be vacuous extensions of their JDBC 3 counterparts. > IV) On the wiki, document our expectation that maintenance releases will support the same platforms as the original feature release cut from their branch. -- 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