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 901D2E466 for ; Fri, 18 Jan 2013 08:10:19 +0000 (UTC) Received: (qmail 80633 invoked by uid 500); 18 Jan 2013 08:10:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80545 invoked by uid 500); 18 Jan 2013 08:10:19 -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 80442 invoked by uid 99); 18 Jan 2013 08:10:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 08:10:16 +0000 Date: Fri, 18 Jan 2013 08:10:16 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-5955) Prepare Derby to run with Compact Profiles (JEP 161) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5955?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5955: --------------------------------- Attachment: derby-5955-make-tests-run-03.diff Attaching a new version of the tests patch, "derby-5955-make-tests-run-03.d= iff", which makes the following change: refactor JDBC#supportsNonJNDI to #supportsJNDI It turned out there was few if any cases causing problems for the semantics= change, so the positive formulation is better. Rerunning regressions. =20 > Prepare Derby to run with Compact Profiles (JEP 161) > ---------------------------------------------------- > > Key: DERBY-5955 > URL: https://issues.apache.org/jira/browse/DERBY-5955 > Project: Derby > Issue Type: Improvement > Components: Documentation, JDBC, Services, SQL > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Attachments: apidiff.zip, client-graph.png, derby-5955-add-cp2-to= -jars.diff, derby-5955-client-restructure-01.diff, derby-5955-client-restru= cture-01.stat, derby-5955-client-restructure-02-delta.diff, derby-5955-clie= nt-restructure-02.diff, derby-5955-client-restructure-02.stat, derby-5955-e= mbed-restructure-01.diff, derby-5955-embed-restructure-01.stat, derby-5955-= embed-restructure-02.diff, derby-5955-embed-restructure-02.stat, derby-5955= -embed-restructure-03.diff, derby-5955-embed-restructure-03.stat, derby-595= 5-embed-restructure-04.diff, derby-5955-embed-restructure-04.stat, derby-59= 55-embed-restructure-followup.diff, derby-5955-embed-restructure-followup.s= tat, derby-5955-make-tests-run-01.diff, derby-5955-make-tests-run-01.stat, = derby-5955-make-tests-run-02.diff, derby-5955-make-tests-run-02.stat, derby= -5955-make-tests-run-03.diff, derby-5955-new-non-jndi-ds-01.diff, derby-595= 5-new-non-jndi-ds-01.stat, derby-5955-new-non-jndi-ds-02.diff, derby-5955-n= ew-non-jndi-ds-02.stat, derby-5955-proof-of-concept-2.diff, derby-5955-proo= f-of-concept-2.stat, derby-5955-proof-of-concept.diff, derby-5955-proof-of-= concept.stat, derby-5955-ser-b.zip, derby-5955-ser.zip, embedded-graph.png,= old-client-graph.png, old-embedded-graph.png, publishedapi.zip, publisheda= pi.zip > > > While waiting for a Java module system (aka project Jigsaw), it has been = decided to define a few subsets of the Java SE Platform Specification, cf J= EP 161 ( http://openjdk.java.net/jeps/161). > A quote from the JEP: "More broadly, this feature is intended to enable t= he migration of applications currently built on top of the Java ME Connecte= d Device Configuration (CDC) to appropriate Profiles of the Java SE Platfor= m, part of the long-term effort to converge CDC with Java SE." > It would be good if we make Derby to run on such limited profiles. The cu= rrent proposal places JDBC in Compact Profile 2 (cf. link above), while oth= er libraries used by Derby, e.g. javax.naming (JNDI) are in Profile 3 (larg= er). > It would be good if Derby could run on the smallest posible platform, i.e= . Profile 2, but that will probably involve some changes to make Derby grac= efully limit functionality when some libraries are missing. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira