From 0e2405490f2056728d1353abbac6f3ea177ae533 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 16 Feb 2017 12:32:45 +0000 Subject: [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 support - Move external/java8-tests tests into core, streaming, sql and remove - Remove MaxPermGen and related options - Fix some reflection / TODOs around Java 8+ methods - Update doc references to 1.7/1.8 differences - Remove Java 7/8 related build profiles - Update some plugins for better Java 8 compatibility - Fix a few Java-related warnings For the future: - Update Java 8 examples to fully use Java 8 - Update Java tests to use lambdas for simplicity - Update Java internal implementations to use lambdas ## How was this patch tested? Existing tests Author: Sean Owen Closes #16871 from srowen/SPARK-19493. --- assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'assembly') diff --git a/assembly/pom.xml b/assembly/pom.xml index 53f18796e6..9d8607d913 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -187,6 +187,7 @@ org.apache.maven.plugins maven-assembly-plugin + 3.0.0 dist -- cgit v1.2.3