Add Eclipse target-platform compatibility matrix workflow (2024-06 → 2026-03)#18
Merged
unknowIfGuestInDream merged 5 commits intomasterfrom Apr 22, 2026
Conversation
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-folding/sessions/fd19e61c-289b-4a35-9c09-6f41889673dd Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot
AI
requested review from
DreamAwakenFateBroke and
unknowIfGuestInDream
as code owners
April 22, 2026 11:44
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-folding/sessions/fd19e61c-289b-4a35-9c09-6f41889673dd Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-folding/sessions/fd19e61c-289b-4a35-9c09-6f41889673dd Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CI workflow for Eclipse version compatibility
Add Eclipse target-platform compatibility matrix workflow (2024-06 → 2026-03)
Apr 22, 2026
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
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.
This change adds CI coverage for Eclipse release compatibility by building against multiple target platforms (2024-06 through 2026-03) without source edits. It parameterizes Tycho target resolution so the same codebase can be validated across baseline and newer Eclipse streams.
Build configuration parameterization
target.platform.file(default:target-platform.target)target.resolve.with.ee.constraints(default:true)target-platform-configurationso CI can switch target and EE behavior via-Dflags.Target platform definitions
targets/*.targetfiles for:2024-06,2024-09,2024-12,2025-03,2025-06,2025-09,2025-12,2026-03org.eclipse.platform.feature.group,org.eclipse.jdt.feature.group) and only varies release repository URL.Baseline target indirection
target-platform.targetto referencetargets/2024-06.targetvia nested<location type="Target" ...>, keeping baseline target content centralized intargets/.New compatibility CI workflow
.github/workflows/compatibility.yml:-Dargs (PowerShell-safe)truefor 2024-*;falsefor 2025-03+)Example invocation used by the workflow: