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 23374ec2fa..cfe3f53f85 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 f80d6b74a3..7989aba25b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1458,13 +1458,6 @@
-
- java8
-
- 8
- 8
-
-
java11