From eea4611553d69cd00331e18916ff2ff511fb4886 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Sun, 27 Mar 2022 18:00:10 +0200 Subject: [PATCH] Fix references to JDK 1.8 in READMEs See gh-30447 --- README.adoc | 2 +- .../spring-boot-launch-script-tests/README.adoc | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index c6e8914c146..ffbfdb3d5da 100755 --- a/README.adoc +++ b/README.adoc @@ -75,7 +75,7 @@ We like to know the Spring Boot version, operating system, and JVM version you'r == Building from Source You don't need to build from source to use Spring Boot (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Boot can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper]. -You also need JDK 1.8. +You also need JDK 17. [indent=0] ---- diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc index d152e73ff0f..d4eba967c06 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc @@ -38,9 +38,6 @@ user to be able to connect to the daemon. == Running the tests -NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java -9 and later. - You're now ready to run the tests. Assuming that you're in the same directory as this README, the tests can be launched as follows: