From 31da11e8e4be197ff1e45628775c35d58be62b75 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Sat, 2 Nov 2024 15:48:14 -0400 Subject: [PATCH] [WFCORE-7040] Move to SE 17 as the minimum SE version --- .github/workflows/dep-diff-pull_request.yml | 2 +- README.md | 4 ++-- pom.xml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dep-diff-pull_request.yml b/.github/workflows/dep-diff-pull_request.yml index 2f783f8f428..15d012f5154 100644 --- a/.github/workflows/dep-diff-pull_request.yml +++ b/.github/workflows/dep-diff-pull_request.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 11 + java-version: 17 # Run the caching against the base version only - name: Cache local Maven repository diff --git a/README.md b/README.md index ed26e75007f..48b077f5f31 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Building Prerequisites: -* JDK 11 or newer - check `java -version` +* JDK 17 or newer - check `java -version` * Maven 3.6.0 or newer - check `mvn -v` To build with your own Maven installation: @@ -63,7 +63,7 @@ Contributing Using Eclipse ------------- 1. Install the latest version of Eclipse. -2. Make sure Xmx in Eclipse.ini is at least 1280M, and it's using java 11 +2. Make sure Xmx in Eclipse.ini is at least 1280M, and it's using java 17 3. Launch Eclipse and install the m2e plugin, make sure it uses your repo configs (get it from: https://www.eclipse.org/m2e/ or install "Maven Integration for Eclipse" from the Eclipse Marketplace). diff --git a/pom.xml b/pom.xml index 9ef16183fe7..40df25218cb 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ 3.6.0 - - 11 + + 17 @@ -390,7 +390,7 @@ - + org.apache.maven.plugins maven-enforcer-plugin @@ -475,7 +475,7 @@ - require-java11 + require-java17 enforce @@ -483,7 +483,7 @@ - [11,12) + [17,18)