File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 31
31
* Suppressed JNI warning during language server startup [ #338 ] ( https://github.com/oracle/javavscode/pull/338 )
32
32
* Dependency upgrades [ #337 ] ( https://github.com/oracle/javavscode/pull/337 )
33
33
* Extension maintainance changes [ #348 ] ( https://github.com/oracle/javavscode/pull/348 ) and [ #349 ] ( https://github.com/oracle/javavscode/pull/349 )
34
+ * Updated JDK Downloader URLs for Jan25 CPUs [ #365 ] ( https://github.com/oracle/javavscode/pull/365 )
34
35
35
36
## Version 23.0.1
36
37
### What's Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export namespace jdkDownloaderConstants {
33
33
export const ORACLE_JDK_DOWNLOAD_VERSIONS = [ '23' , '21' ] ;
34
34
35
35
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS : { [ key : string ] : string } = {
36
- "23" : "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11 /GPL/openjdk-23.0.1 "
36
+ "23" : "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7 /GPL/openjdk-23.0.2 "
37
37
} ;
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments