Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 481171869F for ; Sun, 24 Jan 2016 14:43:44 +0000 (UTC) Received: (qmail 1534 invoked by uid 500); 24 Jan 2016 14:43:44 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 1504 invoked by uid 500); 24 Jan 2016 14:43:44 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 1492 invoked by uid 99); 24 Jan 2016 14:43:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 14:43:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 93862C0877 for ; Sun, 24 Jan 2016 14:43:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id duotL6xQ3F7w for ; Sun, 24 Jan 2016 14:43:32 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 195F32582D for ; Sun, 24 Jan 2016 14:43:31 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 30749E0185 for ; Sun, 24 Jan 2016 14:43:30 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2EBD03A087A for ; Sun, 24 Jan 2016 14:43:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1726495 - in /db/derby/code/trunk: ./ java/build/org/apache/derbyBuild/ java/build/org/apache/derbyPreBuild/ java/client/ java/demo/ java/demo/toursdb/ java/drda/org/apache/derby/drda/ java/drda/org/apache/derby/impl/drda/ java/engine/org/... Date: Sun, 24 Jan 2016 14:43:29 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160124144330.2EBD03A087A@svn01-us-west.apache.org> Author: rhillegas Date: Sun Jan 24 14:43:28 2016 New Revision: 1726495 URL: http://svn.apache.org/viewvc?rev=1726495&view=rev Log: DERBY-6857: Remove support for java 6 and 7; compile Derby completely into java 8 byte code; commit derby-6857-01-aa-remove6and7.diff. Removed: db/derby/code/trunk/java/stubs/jdbc4/java/sql/ db/derby/code/trunk/java/stubs/jdbc4/javax/ db/derby/code/trunk/java/stubs/jdbc4/sql/ Modified: db/derby/code/trunk/BUILDING.html db/derby/code/trunk/build.xml db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml db/derby/code/trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java db/derby/code/trunk/java/client/build.xml db/derby/code/trunk/java/demo/build.xml db/derby/code/trunk/java/demo/toursdb/build.xml db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml db/derby/code/trunk/java/engine/org/apache/derby/agg/build.xml db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/load/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/mbeans/build.xml db/derby/code/trunk/java/engine/org/apache/derby/modules.properties db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml db/derby/code/trunk/java/engine/org/apache/derby/security/build.xml db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml db/derby/code/trunk/java/optional/build.xml db/derby/code/trunk/java/shared/build.xml db/derby/code/trunk/java/storeless/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/build.xml db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml Modified: db/derby/code/trunk/BUILDING.html URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/BUILDING.html (original) +++ db/derby/code/trunk/BUILDING.html Sun Jan 24 14:43:28 2016 @@ -84,8 +84,8 @@ If you are reading these instructions, c Java Development Kit - You need to install a Java 6 or later JDK. Probably, your machine - already has this JDK. If not, Sun and IBM supply free JDKs for many machines. + You need to install a Java 8 JDK. Probably, your machine + already has this JDK. If not, Oracle and IBM supply free JDKs for many machines. @@ -135,8 +135,7 @@ test harness also: Before building Derby, cd to the root of your Derby source distribution. That is the top level directory which contains the LICENSE and NOTICE files. In addition, -make sure that the version of Java which you are using is Java 6 or -later. You can verify this by checking the output of the following command: +make sure that the version of Java which you are using is Java 8. You can verify this by checking the output of the following command:

@@ -408,7 +407,7 @@ junit=/local0/junit.jar

Advanced Build

-Derby is supposed to run in all of the following environments: +Derby is supposed to run in the following environment:

@@ -424,25 +423,15 @@ Derby is supposed to run in all of the f - - - - - - - - - -
JDBC 4.2
Java 7JDBC 4.1
Java 6JDBC 4.0

The default Derby build does NOT necessarily verify that the compile-time contract is -satisfied for any of these platforms. To get compile-time checks, you -need to make sure that the following variables are set correctly. To -see the values which the Derby build uses for these variables, build +satisfied for this platform. To get compile-time checks, you +need to make sure that the following variable is set correctly. To +see the value which the Derby build uses for this variable, build Derby after setting the following debug variable in your ant.properties:

@@ -455,8 +444,8 @@ printCompilerProperties=true

-Here are the variables which determine whether the Derby build -enforces compile-time contracts for the supported platforms: +Here is the variable which determines whether the Derby build +enforces compile-time contracts for the supported platform:

@@ -473,31 +462,10 @@ enforces compile-time contracts for the + your environment isn't a Java 8 JDK. - - - - - - - - - - - - - - + the build fails. @@ -505,9 +473,9 @@ enforces compile-time contracts for the

-The preceding variables are mandatory for the Derby build. -You can also force the setting of the preceding variables by setting the following optional -library variables in ant.properties: +The preceding variable is mandatory for the Derby build. +You can also force the setting of the preceding variable by setting the following optional +library variable in ant.properties:

Java 8 java18compile.classpath The set of libraries in the Java 8 JDK. The build fails if - your environment isn't a Java 6, 7, or 8 JDK. The set of system jars in your JDK if your environment is JDK 8. Otherwise, - ${java17compile.classpath}
Java 7java17compile.classpathThe set of libraries in the Java 7 JDK. The build fails if - your environment isn't a Java 6, 7, or 8 JDK.The set of system jars in your JDK if your environment is - JDK 7. Otherwise, - ${java16compile.classpath}
Java 6java16compile.classpathThe set of libraries in the Java 6 JDK. The build fails if - your environment isn't a Java 6, 7, or 8 JDK.The set of system jars in your JDK if your environment is - JDK 6. Otherwise, classes/stubs/jdbc4:${java18compile.classpath} if your environment - is JDK 8. Otherwise - ${java17compile.classpath}
@@ -520,24 +488,6 @@ library variables in ant.properties - - - - - - - - - - - -
j16libIf you set this variable to be the directory which contains - your Java 6 jars, then the Derby build will set - java16compile.classpath to be the list of jars in that directory. - Optional variable. No default value.
j17libIf you set this variable to be the directory which contains - your Java 7 jars, then the Derby build will set - java17compile.classpath to be the list of jars in that directory. - Optional variable. No default value.
j18lib If you set this variable to be the directory which contains your Java 8 jars, then the Derby build will set @@ -559,15 +509,19 @@ simply to improve readability):

-java16compile.classpath=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/charsets.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/classes.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/dt.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/jce.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/jconsole.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/jsse.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/laf.jar: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/management-agent: \
-    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/ui.jar
+java18compile.classpath =
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/charsets.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/deploy.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/htmlconverter.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/javaws.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jce.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jfr.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jfxswt.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jsse.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/management-agent.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/plugin.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/resources.jar: \
+    /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/rt.jar
 
Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Sun Jan 24 14:43:28 2016 @@ -48,7 +48,7 @@ - - - - - - - - - + + @@ -173,11 +161,8 @@ be checked before running junit tests requiring a certain JVM version. --> - - - - + @@ -286,9 +271,8 @@ /> @@ -297,25 +281,6 @@ - - - - - - - - - - - - - @@ -324,7 +289,7 @@ The lowest common denominator compile path for Derby. We expect that the bulk of the Derby product will run on Java SE 6. --> - + @@ -348,12 +313,6 @@ - - - - - - @@ -814,34 +773,6 @@ - - - - - - - - - - - - - - - - @@ -849,8 +780,8 @@ - + @@ -971,8 +902,8 @@ @@ -2152,7 +2083,6 @@ - @@ -2601,10 +2531,9 @@ - + - + Modified: db/derby/code/trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java (original) +++ db/derby/code/trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java Sun Jan 24 14:43:28 2016 @@ -51,8 +51,6 @@ import org.apache.tools.ant.taskdefs.Pro *

* *
    - *
  • java16compile.classpath
  • - *
  • java17compile.classpath
  • *
  • java18compile.classpath
  • *
* @@ -62,8 +60,6 @@ import org.apache.tools.ant.taskdefs.Pro *

* *
    - *
  • j16lib
  • - *
  • j17lib
  • *
  • j18lib
  • *
* @@ -91,8 +87,6 @@ public class PropertySetter extends Task // declared in ascending order private static final VMLevel[] VM_LEVELS = { - new VMLevel( "16", "1.6" ), - new VMLevel( "17", "1.7" ), new VMLevel( "18", "1.8" ), }; Modified: db/derby/code/trunk/java/client/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/client/build.xml (original) +++ db/derby/code/trunk/java/client/build.xml Sun Jan 24 14:43:28 2016 @@ -50,8 +50,8 @@ - + - + - + - + - + - + @@ -131,8 +131,8 @@ - + Modified: db/derby/code/trunk/java/demo/toursdb/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/toursdb/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/demo/toursdb/build.xml (original) +++ db/derby/code/trunk/java/demo/toursdb/build.xml Sun Jan 24 14:43:28 2016 @@ -38,8 +38,8 @@ - + Modified: db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml (original) +++ db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml Sun Jan 24 14:43:28 2016 @@ -44,8 +44,8 @@ - + @@ -67,8 +67,8 @@ - + Modified: db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml (original) +++ db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/agg/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/agg/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/agg/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/agg/build.xml Sun Jan 24 14:43:28 2016 @@ -38,8 +38,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml Sun Jan 24 14:43:28 2016 @@ -41,8 +41,8 @@ - + @@ -64,8 +64,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml Sun Jan 24 14:43:28 2016 @@ -35,8 +35,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java Sun Jan 24 14:43:28 2016 @@ -92,6 +92,7 @@ public abstract class ArrayUtil * Make the contents of an array available as a read-only list. If the * array is null, an empty list will be returned. */ + @SafeVarargs public static List asReadOnlyList(T... array) { if (array == null) { return Collections.emptyList(); Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml Sun Jan 24 14:43:28 2016 @@ -37,12 +37,10 @@ - - - + - + - - - - - - - - - - - - - - Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml Sun Jan 24 14:43:28 2016 @@ -38,8 +38,8 @@ - + @@ -63,8 +63,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml Sun Jan 24 14:43:28 2016 @@ -89,8 +89,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml Sun Jan 24 14:43:28 2016 @@ -36,8 +36,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + @@ -60,8 +60,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/modules.properties URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/modules.properties?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/modules.properties (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/modules.properties Sun Jan 24 14:43:28 2016 @@ -162,13 +162,6 @@ cloudscape.config.cryptographyJ2=derby # Connectivity ###################### -# jdbc40 - requires JDK 1.6 (which is constant 7 in Derby) -# -derby.module.jdbcJ6=org.apache.derby.jdbc.InternalDriver -derby.env.jdk.jdbcJ6=7 -derby.env.classes.jdbcJ6=java.sql.Driver -cloudscape.config.jdbcJ6=derby - # jdbc42 - requires JDK 1.8 (which is constant 9 in Derby) # derby.module.jdbcJ8=org.apache.derby.jdbc.Driver42 Modified: db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/security/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/security/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/security/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/security/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - + Modified: db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml Sun Jan 24 14:43:28 2016 @@ -38,8 +38,8 @@ - + Modified: db/derby/code/trunk/java/optional/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/optional/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/optional/build.xml (original) +++ db/derby/code/trunk/java/optional/build.xml Sun Jan 24 14:43:28 2016 @@ -55,8 +55,8 @@ description="Build Derby optional tools"> - + Modified: db/derby/code/trunk/java/shared/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/build.xml (original) +++ db/derby/code/trunk/java/shared/build.xml Sun Jan 24 14:43:28 2016 @@ -53,8 +53,8 @@ - + - + @@ -94,8 +94,8 @@ - + Modified: db/derby/code/trunk/java/storeless/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/storeless/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/storeless/build.xml (original) +++ db/derby/code/trunk/java/storeless/build.xml Sun Jan 24 14:43:28 2016 @@ -60,8 +60,8 @@ - + Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml Sun Jan 24 14:43:28 2016 @@ -48,8 +48,8 @@ - + @@ -72,8 +72,8 @@ - + Modified: db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml?rev=1726495&r1=1726494&r2=1726495&view=diff ============================================================================== --- db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml (original) +++ db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml Sun Jan 24 14:43:28 2016 @@ -37,8 +37,8 @@ - +