Add Eclipse release compatibility matrix CI with parameterized Tycho target selection#17
Merged
unknowIfGuestInDream merged 2 commits intoApr 22, 2026
Conversation
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-fixcnchar/sessions/8b05dd22-b24b-4248-ac60-8fbc77b1e377 Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Eclipse version compatibility CI workflow
Add Eclipse release compatibility matrix CI with parameterized Tycho target selection
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 introduces an Eclipse-version compatibility check that builds the plugin against release targets from 2024-06 through 2026-03. It also parameterizes target resolution in Maven so the same source can be validated across multiple Eclipse target platforms without editing project files.
Compatibility workflow
.github/workflows/compatibility.ymlwith a Windows matrix for:2024-06,2024-09,2024-12,2025-03,2025-06,2025-09,2025-12,2026-03-Darguments for PowerShell-safe argument passing.truefor2024-*,falsefor2025-03+).Versioned target platform definitions
targets/*.targetfiles for each matrix version, all with the same IU set (org.eclipse.platform.feature.group,org.eclipse.jdt.feature.group) and only release URL varying by version.Baseline target indirection
target-platform.targetto includetargets/2024-06.targetviatype="Target"URI, keeping baseline content centralized intargets/.Tycho/Maven parameterization
pom.xmlto add:target.platform.file(default:target-platform.target)target.resolve.with.ee.constraints(default:true)target-platform-configuration:<file>../../${target.platform.file}</file><resolveWithExecutionEnvironmentConstraints>${target.resolve.with.ee.constraints}</resolveWithExecutionEnvironmentConstraints>Example workflow invocation pattern: