We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b99049 commit a4f49bbCopy full SHA for a4f49bb
1 file changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/system/JavaVersion.java
@@ -18,7 +18,6 @@
18
19
import java.io.Console;
20
import java.io.Reader;
21
-import java.net.http.HttpResponse;
22
import java.text.NumberFormat;
23
import java.time.Duration;
24
import java.util.Arrays;
@@ -91,7 +90,7 @@ public enum JavaVersion {
91
90
* Java 25.
92
* @since 3.5.7
93
*/
94
- TWENTY_FIVE("25", HttpResponse.class, "connectionLabel");
+ TWENTY_FIVE("25", Reader.class, "readAllLines");
95
96
private final String name;
97
0 commit comments