From ab07fef5b79d53e19cc9900a93a93103d5101879 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Tue, 4 Nov 2014 17:57:31 -0800 Subject: [PATCH] HADOOP-11269. Add java 8 profile for hadoop-annotations. Contributed by Li Lu. --- hadoop-common-project/hadoop-annotations/pom.xml | 15 +++++++++++++++ hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 17 insertions(+) diff --git a/hadoop-common-project/hadoop-annotations/pom.xml b/hadoop-common-project/hadoop-annotations/pom.xml index fc8d4c9ce91..fc7038b2dc8 100644 --- a/hadoop-common-project/hadoop-annotations/pom.xml +++ b/hadoop-common-project/hadoop-annotations/pom.xml @@ -71,6 +71,21 @@ + + jdk1.8 + + 1.8 + + + + jdk.tools + jdk.tools + 1.8 + system + ${java.home}/../lib/tools.jar + + + diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index c20a6cbacae..0c1e7464100 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -52,6 +52,8 @@ Release 2.7.0 - UNRELEASED HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. (Robert Kanter via wheat9) + HADOOP-11269. Add java 8 profile for hadoop-annotations. (Li Lu via wheat9) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES