This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch revert-7085-HADOOP-19298 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 016d2ab41a0b4b1d834c93f880ea129e5b10b9b0 Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Mon Oct 28 09:35:48 2024 +0800 Revert "HADOOP-19298. [JDK17] Add a JDK17 profile. (#7085) Contributed by Shi…" 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