Skip to content

Commit 49c3c35

Browse files
authored
Merge pull request #465 from naren2605/jdk-25-update
updating jdk25 , updated changelog
2 parents 08023bf + 002f9dc commit 49c3c35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#### Other Changes
3939
* Updated openjdk24 URL to 24.0.2 [#442](https://github.com/oracle/javavscode/pull/442)
40+
* Updated openjdk25 URL to 25 [#465](https://github.com/oracle/javavscode/pull/465)
4041

4142
**Full Changelog**: https://github.com/oracle/javavscode/compare/v24.1.0...v24.1.1
4243

vscode/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export namespace jdkDownloaderConstants {
3131

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

34-
export const ORACLE_JDK_FALLBACK_VESIONS = ['24', '21'];
34+
export const ORACLE_JDK_FALLBACK_VESIONS = ['25', '21'];
3535

3636
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
37-
"24": "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12/GPL/openjdk-24.0.2"
37+
"25": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25"
3838
};
3939
}
4040
export const NODE_WINDOWS_LABEL = "Windows_NT";

0 commit comments

Comments
 (0)