Add Eclipse release compatibility matrix CI with parameterized Tycho target platform resolution#11
Merged
unknowIfGuestInDream merged 2 commits intomasterfrom Apr 22, 2026
Conversation
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-multicursor/sessions/6a05766a-ce96-45be-a586-eb1546b458fb 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:53
Copilot
AI
changed the title
[WIP] Add CI workflow for Eclipse version compatibility
Add Eclipse release compatibility matrix CI with parameterized Tycho target platform resolution
Apr 22, 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.
This PR adds a compatibility workflow to compile the plugin against Eclipse releases
2024-06through2026-03without source edits per target. It also parameterizes Tycho target-platform resolution so CI can switch target files and EE-constraint behavior by matrix entry.CI: Eclipse compatibility matrix
.github/workflows/compatibility.ymlwith a Windows matrix over:2024-06,2024-09,2024-12,2025-03,2025-06,2025-09,2025-12,2026-03-Dtarget.platform.file=targets/<version>.target-Dtarget.resolve.with.ee.constraints=<true|false>2024-*and disabled for2025-03+to allow resolution of JavaSE-21 IUs during compatibility checks.Build config: Tycho target parameterization
pom.xml:target.platform.file(default:target-platform.target)target.resolve.with.ee.constraints(default:true)target-platform-configuration:<file>../../${target.platform.file}</file><resolveWithExecutionEnvironmentConstraints>...</resolveWithExecutionEnvironmentConstraints>Target platform definitions
targets/with 8 versioned target files:2024-06.target,2024-09.target,2024-12.target,2025-03.target,2025-06.target,2025-09.target,2025-12.target,2026-03.targethttps://mirrors.aliyun.com/eclipse/releases/<version>/and keeps dependency units aligned with current project target usage.Baseline target indirection
target-platform.targetto referencetargets/2024-06.targetviatype="Target"so baseline contents live in one canonical target file.