diff --git a/hadoop-common-project/hadoop-annotations/pom.xml b/hadoop-common-project/hadoop-annotations/pom.xml index 4428cacd29..84a106e665 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 8195ef8f2c..78272700e2 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -395,6 +395,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