Skip to content

JDK 23 download option added in JDK Downloader #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vscode/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export const JDK_RELEASES_TRACK_URL = `https://www.java.com/releases/releases.js

export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java`;

export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['22','21'];
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23','21'];

export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
"22": "https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2"
"23": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23"
};

export const ORACLE_VSCODE_EXTENSION_ID = 'oracle.oracle-java';
Expand Down