Add Eclipse release compatibility matrix workflow with parameterized target platform resolution#15
Merged
unknowIfGuestInDream merged 4 commits intoApr 22, 2026
Conversation
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-generateAllSetter/sessions/90c8a443-f7bf-4adc-bfbf-f2b53ae61248 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:15
Agent-Logs-Url: https://github.com/tlcsdm/eclipse-generateAllSetter/sessions/90c8a443-f7bf-4adc-bfbf-f2b53ae61248 Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CI workflow for multiple Eclipse version compatibility
Add Eclipse release compatibility matrix workflow with parameterized target platform resolution
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 introduces a dedicated compatibility CI workflow to validate the plugin against Eclipse releases from 2024‑06 through 2026‑03 without modifying source files per release. It also parameterizes Tycho target resolution so compatibility checks can switch target files and EE constraint behavior via Maven properties.
Compatibility CI matrix
.github/workflows/compatibility.ymlwith a Windows matrix for:2024-06,2024-09,2024-12,2025-03,2025-06,2025-09,2025-12,2026-03target.platform.filetarget.resolve.with.ee.constraints2024-*and disabled for2025-03+targets.Target platform files
targets/*.targetfor all matrix versions above.org.eclipse.platform.feature.grouporg.eclipse.jdt.feature.grouphttps://mirrors.aliyun.com/eclipse/releases/<version>/.Baseline target indirection
target-platform.targetto includetargets/2024-06.targetvia a nested Target location, keeping baseline definition centralized and reusable.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 command pattern: