Skip to content

Commit 22b71e6

Browse files
redhattools-botrgrunber
authored andcommitted
Bump JDK to 23
1 parent 9d78ce1 commit 22b71e6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Features
2424
=========
2525
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-java/master/images/vscode-java.0.0.1.gif)
2626

27-
* Supports code from Java 1.8 to Java 22
27+
* Supports code from Java 1.8 to Java 23
2828
* Maven pom.xml project support
2929
* Gradle project support (with experimental Android project import support)
3030
* Standalone Java files support
@@ -81,8 +81,8 @@ If you need to compile your projects against a different JDK version, it's recom
8181
"path": "/path/to/jdk-11",
8282
},
8383
{
84-
"name": "JavaSE-22",
85-
"path": "/path/to/jdk-22",
84+
"name": "JavaSE-23",
85+
"path": "/path/to/jdk-23",
8686
"default": true
8787
},
8888
]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,8 @@
917917
"JavaSE-19",
918918
"JavaSE-20",
919919
"JavaSE-21",
920-
"JavaSE-22"
920+
"JavaSE-22",
921+
"JavaSE-23"
921922
],
922923
"description": "Java Execution Environment name. Must be unique."
923924
},
@@ -1913,4 +1914,4 @@
19131914
},
19141915
"segmentWriteKey": "Y7Y5Xk8dKEhVZHTmAkFZkqgdN4d7c4lt",
19151916
"segmentWriteKeyDebug": "BflPll7uuKOCm3y0g7JpfXLVBVFBivDE"
1916-
}
1917+
}

0 commit comments

Comments
 (0)