diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml
index 72dd0226cc..1ae94f2741 100644
--- a/.github/workflows/pr_build.yml
+++ b/.github/workflows/pr_build.yml
@@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- java_version: [8, 11, 17]
+ java_version: [11, 17]
test-target: [rust, java]
spark-version: ['3.5']
scala-version: ['2.12', '2.13']
@@ -180,7 +180,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- java_version: [8, 11, 17]
+ java_version: [11, 17]
test-target: [java]
spark-version: ['3.4']
scala-version: ['2.12', '2.13']
@@ -205,7 +205,7 @@ jobs:
strategy:
matrix:
os: [macos-13]
- java_version: [8, 11, 17]
+ java_version: [11, 17]
test-target: [rust, java]
spark-version: ['3.4', '3.5']
scala-version: ['2.12', '2.13']
@@ -232,7 +232,7 @@ jobs:
macos-aarch64-test:
strategy:
matrix:
- java_version: [8, 11, 17]
+ java_version: [11, 17]
test-target: [rust, java]
spark-version: ['3.4', '3.5']
scala-version: ['2.12', '2.13']
@@ -318,7 +318,7 @@ jobs:
macos-aarch64-test-with-old-spark:
strategy:
matrix:
- java_version: [8, 17]
+ java_version: [17]
test-target: [java]
spark-version: ['3.4']
scala-version: ['2.12', '2.13']
diff --git a/docs/source/contributor-guide/development.md b/docs/source/contributor-guide/development.md
index 93d2c709d8..3c1cbd395f 100644
--- a/docs/source/contributor-guide/development.md
+++ b/docs/source/contributor-guide/development.md
@@ -30,7 +30,7 @@ under the License.
## Development Setup
-1. Make sure `JAVA_HOME` is set and point to JDK 8/11/17 installation.
+1. Make sure `JAVA_HOME` is set and point to JDK using (support matrix)[docs/source/user-guide/installation.md]
2. Install Rust toolchain. The easiest way is to use
[rustup](https://rustup.rs).
diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md
index c4bb25b5ba..7beb97f361 100644
--- a/docs/source/user-guide/installation.md
+++ b/docs/source/user-guide/installation.md
@@ -38,12 +38,12 @@ We recommend only using Comet with Spark versions where we currently have both C
Other versions may work well enough for development and evaluation purposes.
| Spark Version | Java Version | Scala Version | Comet Tests in CI | Spark Tests in CI |
-| ------------- | ------------ | ------------- |-------------------| ----------------- |
-| 3.4.3 | 8/11/17 | 2.12/2.13 | Yes | Yes |
-| 3.5.2 | 8/11/17 | 2.12/2.13 | Partial\* | No |
-| 3.5.3 | 8/11/17 | 2.12/2.13 | Partial\* | No |
-| 3.5.4 | 8/11/17 | 2.12/2.13 | Partial\* | Yes |
-| 3.5.5 | 8/11/17 | 2.12/2.13 | Yes | Yes |
+| ------------- | ------------ | ------------- | ----------------- | ----------------- |
+| 3.4.3 | 11/17 | 2.12/2.13 | Yes | Yes |
+| 3.5.2 | 11/17 | 2.12/2.13 | Partial\* | No |
+| 3.5.3 | 11/17 | 2.12/2.13 | Partial\* | No |
+| 3.5.4 | 11/17 | 2.12/2.13 | Partial\* | Yes |
+| 3.5.5 | 11/17 | 2.12/2.13 | Yes | Yes |
\* For older Spark 3.5.x releases, we do not test the full matrix of supported Java and Scala versions in CI.
diff --git a/pom.xml b/pom.xml
index 0b4c4b6598..0764186478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,19 +627,6 @@ under the License.
-
- jdk1.8
-
- 1.8
-
-
- 1.8
- ${java.version}
- ${java.version}
- 2.29.0
-
-
-
jdk11