Skip to content

Commit

Permalink
Merge branch 'main' into 'telemetry'
Browse files Browse the repository at this point in the history
Brings changes up-to-date from 23.1.0 GA.
  • Loading branch information
sid-srini committed Jan 22, 2025
2 parents f62ab32 + 40d9fe2 commit 8598e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Suppressed JNI warning during language server startup [#338](https://github.com/oracle/javavscode/pull/338)
* Dependency upgrades [#337](https://github.com/oracle/javavscode/pull/337)
* Extension maintainance changes [#348](https://github.com/oracle/javavscode/pull/348) and [#349](https://github.com/oracle/javavscode/pull/349)
* Updated JDK Downloader URLs for Jan25 CPUs [#365](https://github.com/oracle/javavscode/pull/365)

## Version 23.0.1
### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion vscode/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export namespace jdkDownloaderConstants {
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23', '21'];

export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
"23": "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1"
"23": "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2"
};
}

Expand Down

0 comments on commit 8598e89

Please sign in to comment.