Skip to content

Commit 31f7f3f

Browse files
snjezargrunber
authored andcommitted
Provide support for Java 21
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent 6b472ae commit 31f7f3f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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.5 to Java 20
27+
* Supports code from Java 1.5 to Java 21
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-20",
85-
"path": "/path/to/jdk-20",
84+
"name": "JavaSE-21",
85+
"path": "/path/to/jdk-21",
8686
"default": true
8787
},
8888
]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,8 @@
806806
"JavaSE-17",
807807
"JavaSE-18",
808808
"JavaSE-19",
809-
"JavaSE-20"
809+
"JavaSE-20",
810+
"JavaSE-21"
810811
],
811812
"description": "Java Execution Environment name. Must be unique."
812813
},

0 commit comments

Comments
 (0)