From a403e2082b2c612357be985b27af17a7d7017e4e Mon Sep 17 00:00:00 2001 From: Fei Wang Date: Wed, 5 Nov 2025 00:14:10 -0800 Subject: [PATCH] drop support jdk8 --- .github/workflows/core-hadoop2-ci.yml | 2 +- .github/workflows/core-hadoop3-ci.yml | 2 +- CONTRIBUTING.md | 2 +- docker/optimizer-flink/Dockerfile | 2 +- docs/admin-guides/deployment.md | 2 +- pom.xml | 7 ------- 6 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/core-hadoop2-ci.yml b/.github/workflows/core-hadoop2-ci.yml index a4ad704f67..ad891366c5 100644 --- a/.github/workflows/core-hadoop2-ci.yml +++ b/.github/workflows/core-hadoop2-ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - jdk: [ '8', '11' ] + jdk: [ '11' ] name: Build Amoro with JDK ${{ matrix.jdk }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/core-hadoop3-ci.yml b/.github/workflows/core-hadoop3-ci.yml index 360f2b79a2..eaa4b9b627 100644 --- a/.github/workflows/core-hadoop3-ci.yml +++ b/.github/workflows/core-hadoop3-ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - jdk: [ '8', '11' ] + jdk: [ '11' ] spark: [ '3.3', '3.5' ] name: Build Amoro with JDK ${{ matrix.jdk }} Spark-${{ matrix.spark }} steps: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46de0a962f..996f8023cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ for reference. The following guide describes how to import the Amoro project into IntelliJ IDEA and deploy it. ### Requirements -+ Java Version: Java 8 or Java 11 is required. ++ Java Version: Java 11 is required. #### Required plugins 1. Go to `Settings` → `Plugins` in IntelliJ IDEA. diff --git a/docker/optimizer-flink/Dockerfile b/docker/optimizer-flink/Dockerfile index c5131f08aa..b791f1ee09 100644 --- a/docker/optimizer-flink/Dockerfile +++ b/docker/optimizer-flink/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG FLINK_VERSION=1.20.0-java8 +ARG FLINK_VERSION=1.20.0-java11 FROM flink:${FLINK_VERSION} diff --git a/docs/admin-guides/deployment.md b/docs/admin-guides/deployment.md index bbdd681232..c2470de179 100644 --- a/docs/admin-guides/deployment.md +++ b/docs/admin-guides/deployment.md @@ -30,7 +30,7 @@ You can choose to download the stable release package from [download page](../.. ## System requirements -- Java 8 is required. +- Java 11 is required. - Optional: A RDBMS (PostgreSQL 14.x or higher, MySQL 5.5 or higher) - Optional: ZooKeeper 3.4.x or higher diff --git a/pom.xml b/pom.xml index 9ba1dd209c..9f97cee65b 100644 --- a/pom.xml +++ b/pom.xml @@ -1438,13 +1438,6 @@ - - java8 - - 8 - 8 - - java11