Skip to content

Commit 8598e89

Browse files
committed
Merge branch 'main' into 'telemetry'
Brings changes up-to-date from 23.1.0 GA.
2 parents f62ab32 + 40d9fe2 commit 8598e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* Suppressed JNI warning during language server startup [#338](https://github.com/oracle/javavscode/pull/338)
3232
* Dependency upgrades [#337](https://github.com/oracle/javavscode/pull/337)
3333
* 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)
3435

3536
## Version 23.0.1
3637
### What's Changed

vscode/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export namespace jdkDownloaderConstants {
3333
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23', '21'];
3434

3535
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"
3737
};
3838
}
3939

0 commit comments

Comments
 (0)