ci: Upgrade CI runtime to JDK 25 - #1100
Merged
Merged
Conversation
wenyt (wenytang-ms)
requested review from
Changyong Gong (chagong) and
Jinbo Wang (testforstephen)
as code owners
September 20, 2026 02:38
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review comments were identified.
Review effort: Lite
Findings: None
What changed in this PR
Upgrades CI, E2E, and release workflows from JDK 21 to JDK 25 to support current JDT LS dependencies.
Changes:
- Updated GitHub Actions workflows to Temurin JDK 25.
- Updated Azure CI, nightly, and RC pipelines to JDK 25.
- Updated Windows release builds to use Microsoft JDK 25.
| File | Description |
|---|---|
.github/workflows/windows.yml |
Uses Temurin JDK 25. |
.github/workflows/macOS.yml |
Uses Temurin JDK 25. |
.github/workflows/linux.yml |
Uses Temurin JDK 25. |
.github/workflows/e2eUI.yml |
Uses JDK 25 for lint, builds, and E2E jobs. |
.azure-pipelines/rc.yml |
Downloads and uses Microsoft JDK 25. |
.azure-pipelines/nightly.yml |
Downloads and uses Microsoft JDK 25. |
.azure-pipelines/ci.yml |
Uses preinstalled JDK 25. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Changyong Gong (chagong)
approved these changes
Sep 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rationale
The JDT LS target platform resolves
org.eclipse.jdt.ls.corefrom the unpinnedhttps://download.eclipse.org/jdtls/snapshots/repository/latest/repository. The latest snapshot now pullsorg.eclipse.core.filesystem, which requires Java 25 during Tycho resolution, matching the issue addressed in microsoft/vscode-maven#1217.Validation
npm run tslintmvnw clean package -Declipse.p2.mirrors=false