releng: add e4.40 and update eStaging targets for 2026-06 M1#393
releng: add e4.40 and update eStaging targets for 2026-06 M1#393arfio merged 1 commit intoeclipse-tracecompass:masterfrom
Conversation
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
📝 WalkthroughWalkthroughThis change updates Eclipse P2 target definition files for Trace Compass: decrements the sequence number in e4.39 from 265 to 2, introduces a new e4.40 target file with Java 21 JRE and updated dependencies, and increments eStaging's sequence number while updating repository locations to newer milestone builds. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@releng/org.eclipse.tracecompass.target/tracecompass-e4.39.target`:
- Line 1: The target XML's target element currently has sequenceNumber="2" which
breaks monotonic ordering; update the sequenceNumber attribute on the <target
name="tracecompass-e4.39" sequenceNumber="2"> element to sequenceNumber="266" so
the PDE target continues the sequence.
In `@releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target`:
- Line 1: Add a build-helper-maven-plugin artifact entry in
releng/org.eclipse.tracecompass.target/pom.xml for the new target file: create
an <artifact> element matching the existing e4.20–e4.25 entries that references
file "tracecompass-e4.40.target" and sets classifier "tracecompass-e4.40" (same
groupId/artifactId/type as the other target entries) so the plugin publishes the
classifier and the target becomes available via ${target-platform}.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: c293478f-11ad-41c9-91a7-e18c7173a041
📒 Files selected for processing (3)
releng/org.eclipse.tracecompass.target/tracecompass-e4.39.targetreleng/org.eclipse.tracecompass.target/tracecompass-e4.40.targetreleng/org.eclipse.tracecompass.target/tracecompass-eStaging.target
What it does
releng: Add e4.40 and update eStaging targets for 2026-06 M1
How to test
Build with tracecompass-e4.40 target
Follow-ups
M2 - 04/24
Review checklist
Summary by CodeRabbit