This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 7a7b346b0ab Revert "HADOOP-19298. [JDK17] Add a JDK17 profile. (#7085) Contributed by Shilun Fan." (#7132) 7a7b346b0ab is described below commit 7a7b346b0ab60de792ca90dede9ff369fb50d63a Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Mon Oct 28 09:39:16 2024 +0800 Revert "HADOOP-19298. [JDK17] Add a JDK17 profile. (#7085) Contributed by Shilun Fan." (#7132) This reverts commit f931ede86b635b1a92d6208138c2c6692ed616bc. --- hadoop-project/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4e0b7475cc5..faf76544aff 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2754,16 +2754,6 @@ </dependencies> </dependencyManagement> </profile> - <!-- We added this profile to support compilation for JDK 9 and above. --> - <profile> - <id>java9</id> - <activation> - <jdk>[9,)</jdk> - </activation> - <properties> - <maven.compiler.release>${javac.version}</maven.compiler.release> - </properties> - </profile> </profiles> <repositories> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org