Update e4.40 and eStaging targets for 2026-06 RC1#402
Conversation
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
📝 WalkthroughWalkthroughBoth ChangesTarget Platform Dependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target`:
- Around line 29-30: Remove the duplicate <unit id="jakarta.annotation-api">
entry that pins version 1.3.5 and keep only the newer <unit
id="jakarta.annotation-api" version="2.1.1"/> declaration; edit the target files
where both entries appear (tracecompass-e4.40.target and
tracecompass-eStaging.target) and delete the line with version="1.3.5" so only
the version="2.1.1" unit remains.
In `@releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target`:
- Around line 29-30: The target pins the same IU twice: <unit
id="jakarta.annotation-api" version="1.3.5"/> and <unit
id="jakarta.annotation-api" version="2.1.1"/>; remove the stale <unit
id="jakarta.annotation-api" version="1.3.5"/> entry and leave only the <unit
id="jakarta.annotation-api" version="2.1.1"/> unit so the target-definition has
a single, unambiguous pin for jakarta.annotation-api.
🪄 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: f31cb6a8-30e3-4cd7-9d88-92c5864d2a00
📒 Files selected for processing (2)
releng/org.eclipse.tracecompass.target/tracecompass-e4.40.targetreleng/org.eclipse.tracecompass.target/tracecompass-eStaging.target
What it does
Update e4.40 and eStaging targets for 2026-06 RC1
How to test
Build Trace Compass with staging or e4.40
Follow-ups
N/A
Review checklist
Summary by CodeRabbit