Skip to content

Commit eea4611

Browse files
dreis2211snicoll
authored andcommitted
Fix references to JDK 1.8 in READMEs
See gh-30447
1 parent be3523b commit eea4611

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We like to know the Spring Boot version, operating system, and JVM version you'r
7575

7676
== Building from Source
7777
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].
78-
You also need JDK 1.8.
78+
You also need JDK 17.
7979

8080
[indent=0]
8181
----

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ user to be able to connect to the daemon.
3838

3939
== Running the tests
4040

41-
NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java
42-
9 and later.
43-
4441
You're now ready to run the tests. Assuming that you're in the same directory as this
4542
README, the tests can be launched as follows:
4643

0 commit comments

Comments
 (0)