Repository: samza Updated Branches: refs/heads/master 9930e5fee -> 6666ced0c
SAMZA-1031: Update to Java 1.8 source compatibility in Samza Author: Shanthoosh Venkataraman <[email protected]> Reviewers: Yi Pan <[email protected]> Closes #34 from shanthoosh/update_check_all_script Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/6666ced0 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/6666ced0 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/6666ced0 Branch: refs/heads/master Commit: 6666ced0c5d3c80416a51784dd59d00b3323fc30 Parents: 9930e5f Author: Shanthoosh Venkataraman <[email protected]> Authored: Wed Dec 21 23:06:58 2016 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Wed Dec 21 23:14:53 2016 -0800 ---------------------------------------------------------------------- RELEASE.md | 2 +- bin/check-all.sh | 2 +- docs/contribute/tests.md | 3 --- docs/startup/download/index.md | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/6666ced0/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index 7af0531..8cb9863 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -79,7 +79,7 @@ Build binary artifacts and upload them to the staging repository: # Set this to the oldest JDK which we are currently supporting for Samza. # If it's built with Java 8, the classes won't be readable by Java 7. - export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home + export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home ./gradlew clean uploadArchives Go to [repository web interface](https://repository.apache.org/), log in with http://git-wip-us.apache.org/repos/asf/samza/blob/6666ced0/bin/check-all.sh ---------------------------------------------------------------------- diff --git a/bin/check-all.sh b/bin/check-all.sh index b612ae5..8f7ed32 100755 --- a/bin/check-all.sh +++ b/bin/check-all.sh @@ -22,7 +22,7 @@ set -e SCALAs=( "2.10" "2.11" ) -JDKs=( "JAVA7_HOME" "JAVA8_HOME" ) +JDKs=( "JAVA8_HOME" ) YARNs=( "2.6.1" "2.7.1" ) # get base directory http://git-wip-us.apache.org/repos/asf/samza/blob/6666ced0/docs/contribute/tests.md ---------------------------------------------------------------------- diff --git a/docs/contribute/tests.md b/docs/contribute/tests.md index 564dc0d..9fe728c 100644 --- a/docs/contribute/tests.md +++ b/docs/contribute/tests.md @@ -49,13 +49,10 @@ To run Samza's unit tests against all permutations, run: When run on Linux, this command requires you to set two environment variables: - JAVA7_HOME is not set. JAVA8_HOME is not set. On Mac, check-all.sh will default to the appropriate path for each environment variable if it's not already set: - JAVA7_HOME is not set. - JAVA7_HOME defaulted to /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home JAVA8_HOME is not set. JAVA8_HOME defaulted to /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home http://git-wip-us.apache.org/repos/asf/samza/blob/6666ced0/docs/startup/download/index.md ---------------------------------------------------------------------- diff --git a/docs/startup/download/index.md b/docs/startup/download/index.md index 5002497..7dfdfda 100644 --- a/docs/startup/download/index.md +++ b/docs/startup/download/index.md @@ -25,7 +25,7 @@ If you just want to play around with Samza for the first time, go to [Hello Samz ### JDK Notice -Starting in June of 2015, Samza will begin requiring JDK7 or higher. Please see [this mailing list thread](http://mail-archives.apache.org/mod_mbox/samza-dev/201502.mbox/%3CCABYbY7eGFKgSgqAPot1qC8LjKu%3DKGYOLcNg3WuxfYzySAS-d1Q%40mail.gmail.com%3E) for details on this decision. +Starting from 2016, Samza will begin requiring JDK8 or higher. Please see [this mailing list thread](http://mail-archives.apache.org/mod_mbox/samza-dev/201610.mbox/%3CCAHUevGGnOQD_VmLWEdpFNq3Lv%2B6gQQmw_JKx9jDr5Cw%2BxFfGtQ%40mail.gmail.com%3E) for details on this decision. ### Source Releases
