Skip to content

Release 11.3.0#381

Closed
MatthewKhouzam wants to merge 1 commit intoeclipse-tracecompass:masterfrom
MatthewKhouzam:v1130
Closed

Release 11.3.0#381
MatthewKhouzam wants to merge 1 commit intoeclipse-tracecompass:masterfrom
MatthewKhouzam:v1130

Conversation

@MatthewKhouzam
Copy link
Copy Markdown
Contributor

@MatthewKhouzam MatthewKhouzam commented Mar 9, 2026

What it does

release 11.3.0

How to test

Passes CI

Follow-ups

Review checklist

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

Summary by CodeRabbit

  • Chores
    • Version updated to 11.3.0 across all modules and features.
    • Added support for Eclipse 4.39 (2026-03 release) as target platform option.
    • Updated baseline and target platform configurations with latest repository versions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 9, 2026

📝 Walkthrough

Walkthrough

This pull request performs a repository-wide version bump from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT across all Maven POMs, feature descriptors, and manifest files. Additionally, it introduces support for Eclipse 4.39 (2026-03) target platform and updates baseline configurations.

Changes

Cohort / File(s) Summary
POM Parent Version Updates
analysis/*/pom.xml, btf/pom.xml, common/pom.xml, ctf/pom.xml, doc/pom.xml, gdbtrace/pom.xml, jsontrace/pom.xml, lttng/pom.xml, pcap/pom.xml, rcp/pom.xml, releng/pom.xml, statesystem/pom.xml, tmf/pom.xml, pom.xml
Updated parent version declarations from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT across module and root POMs.
POM Module Version Updates
doc/org.eclipse.tracecompass.*/pom.xml, rcp/org.eclipse.tracecompass.rcp.branding/pom.xml, rcp/org.eclipse.tracecompass.rcp.product/pom.xml, rcp/org.eclipse.tracecompass.rcp/pom.xml
Updated both parent and project version declarations from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT in documentation and RCP modules.
Feature Descriptor Version Updates
btf/org.eclipse.tracecompass.btf/feature.xml, ctf/org.eclipse.tracecompass.*/feature.xml, gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml, jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml, lttng/org.eclipse.tracecompass.lttng2.*/feature.xml, pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml, releng/org.eclipse.tracecompass.testing/feature.xml, rcp/org.eclipse.tracecompass.rcp*/feature.xml, tmf/org.eclipse.tracecompass.tmf*/feature.xml
Updated version attributes in feature descriptors from 11.2.0.qualifier to 11.3.0.qualifier.
Manifest Bundle Version Updates
doc/org.eclipse.tracecompass.*/META-INF/MANIFEST.MF, rcp/org.eclipse.tracecompass.rcp.*/META-INF/MANIFEST.MF
Updated Bundle-Version entries from 11.2.0.qualifier to 11.3.0.qualifier in manifest files.
Product Definition Updates
rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml, rcp/org.eclipse.tracecompass.rcp.product/*/tracing.product
Updated product version attributes and about text version strings from 11.2.0.qualifier/11.2.0 to 11.3.0.qualifier/11.3.0.
Eclipse Target Platform Configuration
TraceCompass.setup, releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target, releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.3.0.target
Updated default target platform from e4.38 to e4.39, added 2026-03 release option, updated CDT/Orbit repository references from 4.38/12.3.0 to 4.39/12.4.0, and updated baseline configurations from 11.2.0 to 11.3.0.
New Files
rcp/org.eclipse.tracecompass.rcp/legacy-e4.38/feature.xml, releng/org.eclipse.tracecompass.target/tracecompass-e4.39.target
Added new feature descriptor for e4.38 legacy support and comprehensive target platform definition for e4.39 including JRE, CDT, Orbit, Eclipse platform units, and trace-event-logger dependency.
Target File Updates
releng/org.eclipse.tracecompass.target/tracecompass-e4.28.target
Updated CDT repository reference from 11.2.0 to 11.3.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

The changes are highly homogeneous, consisting primarily of repetitive version string replacements across hundreds of files. While the scope is large, the pattern is consistent and straightforward (11.2.0-SNAPSHOT → 11.3.0-SNAPSHOT and 11.2.0.qualifier → 11.3.0.qualifier), requiring minimal per-file scrutiny. The new target platform configuration files are straightforward additions following established patterns.

Possibly related PRs

Suggested reviewers

  • bhufmann

Poem

🐰 A hop through versions, from old to new,
11.2.0 bids its fond adieu!
Each pom and feature, manifest so fine,
All now numbered 11.3—a marvelous line!
e4.39 arrives with springtime cheer, 🌱
The future's here, it's officially here!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Release 11.3.0' directly summarizes the primary change—a version release update from 11.2.0 to 11.3.0 across all project files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can validate your CodeRabbit configuration file in your editor.

If your editor has YAML language server, you can enable auto-completion and validation by adding # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json at the top of your CodeRabbit configuration file.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 8

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml (1)

64-64: ⚠️ Potential issue | 🟠 Major

Module version not updated to 11.3.0-SNAPSHOT.

The parent version was correctly updated to 11.3.0-SNAPSHOT (line 19), but the module's own <version> at line 64 remains 11.2.0-SNAPSHOT. For a release bump, this should be updated to 11.3.0-SNAPSHOT to maintain consistency with the branding feature versioning.
,

🔧 Proposed fix
-<version>11.2.0-SNAPSHOT</version>
+<version>11.3.0-SNAPSHOT</version>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml` at line 64, The
module's own <version> element still reads "11.2.0-SNAPSHOT" while the parent
<version> was bumped to "11.3.0-SNAPSHOT"; update the module's <version> value
to "11.3.0-SNAPSHOT" in the pom.xml (the module <version> element) so it matches
the parent <version> and branding feature versioning.
doc/org.eclipse.tracecompass.doc.user/pom.xml (1)

131-131: ⚠️ Potential issue | 🟡 Minor

Missed version bump: project version still shows 11.2.0-SNAPSHOT.

The parent version was updated to 11.3.0-SNAPSHOT on line 19, but the project's own <version> element on line 131 remains at 11.2.0-SNAPSHOT. This creates a version mismatch within the same module.

,

Proposed fix
-<version>11.2.0-SNAPSHOT</version>
+<version>11.3.0-SNAPSHOT</version>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@doc/org.eclipse.tracecompass.doc.user/pom.xml` at line 131, The project's own
<version> element still reads 11.2.0-SNAPSHOT while the parent was bumped to
11.3.0-SNAPSHOT; update the project's <version> element to 11.3.0-SNAPSHOT so
the module version matches the parent and removes the inconsistency.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml`:
- Line 19: Update this module's <version> element to match the parent: change
the existing <version>11.2.0-SNAPSHOT</version> entry in the POM to
<version>11.3.0-SNAPSHOT</version> so the doc plug-in is on the same
11.3.0-SNAPSHOT release line as the parent.

In `@doc/org.eclipse.tracecompass.doc.dev/pom.xml`:
- Line 19: The module's <version> element in the pom.xml is still set to
11.2.0-SNAPSHOT while the parent and bundle manifest use 11.3.0; update the
module's <version> tag value from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT so all
declared versions (parent, module <version>, and bundle manifest) match; locate
the module-level <version> element in the pom and change its text to
"11.3.0-SNAPSHOT".

In `@doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml`:
- Line 19: The module POM still pins its own version to 11.2.0-SNAPSHOT (the
<version> element later in the file) while the parent was bumped to
11.3.0-SNAPSHOT; update that module-level <version> (the occurrence currently
set to 11.2.0-SNAPSHOT around line 127) to 11.3.0-SNAPSHOT so the doc artifact
and module metadata match the parent bump.

In `@doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml`:
- Line 19: The module's own <version> element still reads 11.2.0-SNAPSHOT while
the parent was bumped to 11.3.0-SNAPSHOT; update the module's <version> (the
<version>11.2.0-SNAPSHOT</version> entry referenced in the pom) to
11.3.0-SNAPSHOT so the published artifact metadata matches the parent's
11.3.0-SNAPSHOT release train.

In `@doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml`:
- Line 19: Update the module's own <version> element to match the parent change:
replace the module <version> value currently set to 11.2.0-SNAPSHOT with
11.3.0-SNAPSHOT so the module and parent versions are consistent (update the
<version> tag that corresponds to the module declaration near the bottom of the
POM).

In `@rcp/org.eclipse.tracecompass.rcp.branding/pom.xml`:
- Around line 21-24: The module's <version> declared as 11.2.0-SNAPSHOT must be
updated to match the parent POM's 11.3.0-SNAPSHOT; locate the <version> element
in rcp/org.eclipse.tracecompass.rcp.branding/pom.xml (the module version tag)
and change its value from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT so the module,
parent, bundle manifest, feature, and product metadata are consistent.

In `@rcp/org.eclipse.tracecompass.rcp.product/pom.xml`:
- Around line 16-20: The POM's parent version was updated to 11.3.0-SNAPSHOT but
the module-level version property (the value used by ${unqualifiedVersion}) is
still set to 11.2.0-SNAPSHOT; update the module/version property that defines
unqualifiedVersion from 11.2.0-SNAPSHOT to 11.3.0-SNAPSHOT so the artifact
naming (${unqualifiedVersion}) and product metadata match the new parent version
(look for the unqualifiedVersion property and the module <version> element in
this pom.xml).

In `@rcp/org.eclipse.tracecompass.rcp/pom.xml`:
- Line 19: Update the module's own <version> element to match the parent: change
the <version> value currently set to 11.2.0-SNAPSHOT (the module <version>
element) to 11.3.0-SNAPSHOT so the module and parent versions are consistent for
the 11.3.0 release.

---

Outside diff comments:
In `@doc/org.eclipse.tracecompass.doc.user/pom.xml`:
- Line 131: The project's own <version> element still reads 11.2.0-SNAPSHOT
while the parent was bumped to 11.3.0-SNAPSHOT; update the project's <version>
element to 11.3.0-SNAPSHOT so the module version matches the parent and removes
the inconsistency.

In `@rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml`:
- Line 64: The module's own <version> element still reads "11.2.0-SNAPSHOT"
while the parent <version> was bumped to "11.3.0-SNAPSHOT"; update the module's
<version> value to "11.3.0-SNAPSHOT" in the pom.xml (the module <version>
element) so it matches the parent <version> and branding feature versioning.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0e4420f2-bb2b-449e-b2a7-949a1df02a9c

📥 Commits

Reviewing files that changed from the base of the PR and between 1243012 and 936d9e9.

📒 Files selected for processing (120)
  • analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/pom.xml
  • analysis/pom.xml
  • btf/org.eclipse.tracecompass.btf.core.tests/pom.xml
  • btf/org.eclipse.tracecompass.btf/feature.xml
  • btf/pom.xml
  • common/org.eclipse.tracecompass.common.core.tests/pom.xml
  • common/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
  • ctf/org.eclipse.tracecompass.ctf/feature.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml
  • ctf/pom.xml
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.dev/pom.xml
  • doc/org.eclipse.tracecompass.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.rcp.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
  • doc/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml
  • gdbtrace/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml
  • jsontrace/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml
  • lttng/pom.xml
  • pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml
  • pcap/pom.xml
  • pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.23-e4.25/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.26-e4.29/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.product/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.rcptt.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.30/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.32/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.33/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.34/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.35/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.36/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.37/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/pom.xml
  • rcp/pom.xml
  • releng/org.eclipse.tracecompass.alltests/pom.xml
  • releng/org.eclipse.tracecompass.integration.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.integration.swtbot.tests/pom.xml
  • releng/org.eclipse.tracecompass.releng-site/pom.xml
  • releng/org.eclipse.tracecompass.target/pom.xml
  • releng/org.eclipse.tracecompass.testing/feature.xml
  • releng/pom.xml
  • statesystem/org.eclipse.tracecompass.datastore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
  • statesystem/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui/pom.xml
  • tmf/org.eclipse.tracecompass.tmf/feature.xml
  • tmf/pom.xml

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.2.0.target (1)

2-2: Consider aligning filename with the target name/version.

<target name> is now tracecompass-baseline-11.3.0, but the file path still includes tracecompass-baseline-11.2.0.target. Renaming the file to ...11.3.0.target would reduce tooling and maintenance confusion.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.2.0.target`
at line 2, The target element's name has been updated to
tracecompass-baseline-11.3.0 but the file is still named for 11.2.0; rename the
file to tracecompass-baseline-11.3.0.target so the filename matches the <target
name="tracecompass-baseline-11.3.0"> declaration, and search/update any
references (scripts, build configs, docs) that point to the old
tracecompass-baseline-11.2.0.target to use the new filename.
🤖 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.28.target`:
- Line 14: Update the invalid CDT p2 repository URL in the target file by
replacing the current repository location value (the repository element with
location="https://download.eclipse.org/tools/cdt/releases/11.2/cdt-11.3.0/")
with the correct CDT 11.3 repository URL
"https://download.eclipse.org/tools/cdt/releases/11.3/"; ensure the repository
element's location attribute is exactly the corrected URL so p2 metadata
resolves properly.

---

Nitpick comments:
In
`@releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.2.0.target`:
- Line 2: The target element's name has been updated to
tracecompass-baseline-11.3.0 but the file is still named for 11.2.0; rename the
file to tracecompass-baseline-11.3.0.target so the filename matches the <target
name="tracecompass-baseline-11.3.0"> declaration, and search/update any
references (scripts, build configs, docs) that point to the old
tracecompass-baseline-11.2.0.target to use the new filename.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e7246a5d-975e-452b-a572-c37fd59756fc

📥 Commits

Reviewing files that changed from the base of the PR and between 936d9e9 and 41ef9c7.

📒 Files selected for processing (123)
  • TraceCompass.setup
  • analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/pom.xml
  • analysis/pom.xml
  • btf/org.eclipse.tracecompass.btf.core.tests/pom.xml
  • btf/org.eclipse.tracecompass.btf/feature.xml
  • btf/pom.xml
  • common/org.eclipse.tracecompass.common.core.tests/pom.xml
  • common/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
  • ctf/org.eclipse.tracecompass.ctf/feature.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml
  • ctf/pom.xml
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.dev/pom.xml
  • doc/org.eclipse.tracecompass.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.rcp.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
  • doc/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml
  • gdbtrace/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml
  • jsontrace/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml
  • lttng/pom.xml
  • pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml
  • pcap/pom.xml
  • pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.23-e4.25/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.26-e4.29/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.product/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.rcptt.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.30/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.32/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.33/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.34/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.35/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.36/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.37/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/pom.xml
  • rcp/pom.xml
  • releng/org.eclipse.tracecompass.alltests/pom.xml
  • releng/org.eclipse.tracecompass.integration.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.integration.swtbot.tests/pom.xml
  • releng/org.eclipse.tracecompass.releng-site/pom.xml
  • releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.2.0.target
  • releng/org.eclipse.tracecompass.target/pom.xml
  • releng/org.eclipse.tracecompass.target/tracecompass-e4.28.target
  • releng/org.eclipse.tracecompass.testing/feature.xml
  • releng/pom.xml
  • statesystem/org.eclipse.tracecompass.datastore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
  • statesystem/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui/pom.xml
  • tmf/org.eclipse.tracecompass.tmf/feature.xml
  • tmf/pom.xml
✅ Files skipped from review due to trivial changes (1)
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.37/feature.xml
🚧 Files skipped from review as they are similar to previous changes (74)
  • releng/org.eclipse.tracecompass.target/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.36/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/legacy/tracing.product
  • lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
  • doc/org.eclipse.tracecompass.doc.dev/pom.xml
  • rcp/pom.xml
  • pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/META-INF/MANIFEST.MF
  • analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
  • doc/org.eclipse.tracecompass.doc.user/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.30/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli/feature.xml
  • doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF
  • releng/org.eclipse.tracecompass.releng-site/pom.xml
  • releng/org.eclipse.tracecompass.testing/feature.xml
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml
  • doc/org.eclipse.tracecompass.doc.user/META-INF/MANIFEST.MF
  • analysis/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml
  • common/org.eclipse.tracecompass.common.core.tests/pom.xml
  • doc/org.eclipse.tracecompass.rcp.doc.user/META-INF/MANIFEST.MF
  • analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/META-INF/MANIFEST.MF
  • analysis/org.eclipse.tracecompass.analysis.lami.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
  • btf/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml
  • tmf/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.33/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.ui.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml
  • releng/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.product/tracing.product
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.34/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml
  • pom.xml
  • ctf/org.eclipse.tracecompass.ctf/feature.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF
  • btf/org.eclipse.tracecompass.btf/feature.xml
  • common/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.35/feature.xml
  • ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
  • tmf/org.eclipse.tracecompass.tmf.remote/feature.xml

Change-Id: If0da1961e04026a59bbdb66c82089a85256ca39c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/baseline/tracecompass-baseline-11.3.0.target`:
- Line 2: The baseline target "tracecompass-baseline-11.3.0" currently
references the not-yet-published repository URL
(https://download.eclipse.org/tracecompass/releases/11.3.0/repository/) which
returns 404; update the target definition to either point to a published/stable
repository URL or make the repository entry conditional/templated so the release
workflow does not require the 11.3.0 repo to be accessible until
publication—locate the target element named tracecompass-baseline-11.3.0 in the
target file and replace the hardcoded 11.3.0 release repository URL with the
correct published URL or a placeholder/config variable that the release pipeline
will populate after artifacts are published.

In `@releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target`:
- Line 13: The repository URL value
"https://download.eclipse.org/tools/cdt/releases/12.4/cdt-12.4.0/" in the
<repository> element is returning 404; verify the correct CDT 12.4 p2 repository
URL with the Eclipse CDT project and replace the current location attribute
value with the confirmed canonical repository URL (for example the correct
release p2 root for 12.4), ensuring the updated string exactly replaces
"https://download.eclipse.org/tools/cdt/releases/12.4/cdt-12.4.0/" in the
<repository> element so the build can resolve the dependency.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d363c677-d3fb-46a2-a372-45bd2602c8fc

📥 Commits

Reviewing files that changed from the base of the PR and between 41ef9c7 and 2f34cc3.

📒 Files selected for processing (126)
  • TraceCompass.setup
  • analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.core.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/pom.xml
  • analysis/pom.xml
  • btf/org.eclipse.tracecompass.btf.core.tests/pom.xml
  • btf/org.eclipse.tracecompass.btf/feature.xml
  • btf/pom.xml
  • common/org.eclipse.tracecompass.common.core.tests/pom.xml
  • common/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
  • ctf/org.eclipse.tracecompass.ctf/feature.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml
  • ctf/pom.xml
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.dev/pom.xml
  • doc/org.eclipse.tracecompass.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.rcp.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
  • doc/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml
  • gdbtrace/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml
  • jsontrace/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml
  • lttng/pom.xml
  • pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml
  • pcap/pom.xml
  • pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.23-e4.25/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.26-e4.29/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/legacy/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.product/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.product/tracing.product
  • rcp/org.eclipse.tracecompass.rcp.rcptt.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.30/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.32/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.33/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.34/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.35/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.36/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.37/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.38/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy/feature.xml
  • rcp/org.eclipse.tracecompass.rcp/pom.xml
  • rcp/pom.xml
  • releng/org.eclipse.tracecompass.alltests/pom.xml
  • releng/org.eclipse.tracecompass.integration.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.integration.swtbot.tests/pom.xml
  • releng/org.eclipse.tracecompass.releng-site/pom.xml
  • releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.3.0.target
  • releng/org.eclipse.tracecompass.target/pom.xml
  • releng/org.eclipse.tracecompass.target/tracecompass-e4.28.target
  • releng/org.eclipse.tracecompass.target/tracecompass-e4.39.target
  • releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target
  • releng/org.eclipse.tracecompass.testing/feature.xml
  • releng/pom.xml
  • statesystem/org.eclipse.tracecompass.datastore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
  • statesystem/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.cli/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.ui/pom.xml
  • tmf/org.eclipse.tracecompass.tmf/feature.xml
  • tmf/pom.xml
✅ Files skipped from review due to trivial changes (5)
  • releng/org.eclipse.tracecompass.target/tracecompass-e4.39.target
  • rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.35/feature.xml
  • btf/org.eclipse.tracecompass.btf/feature.xml
🚧 Files skipped from review as they are similar to previous changes (72)
  • lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml
  • doc/org.eclipse.tracecompass.doc.user/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.37/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.cli.core.tests/pom.xml
  • pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
  • analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml
  • doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF
  • rcp/org.eclipse.tracecompass.rcp.rcptt.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml
  • statesystem/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/tracing.product
  • analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.36/feature.xml
  • tmf/org.eclipse.tracecompass.tmf.remote/feature.xml
  • ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
  • pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml
  • releng/org.eclipse.tracecompass.testing/feature.xml
  • lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
  • releng/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.integration.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF
  • pom.xml
  • doc/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
  • analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.releng-site/pom.xml
  • doc/org.eclipse.tracecompass.analysis.profiling.doc.user/pom.xml
  • ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.product/pom.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml
  • statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
  • ctf/org.eclipse.tracecompass.ctf/feature.xml
  • doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
  • rcp/pom.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml
  • ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml
  • rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.26-e4.29/tracing.product
  • rcp/org.eclipse.tracecompass.rcp/feature.xml
  • jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml
  • ctf/pom.xml
  • lttng/org.eclipse.tracecompass.lttng2.control/feature.xml
  • statesystem/org.eclipse.tracecompass.datastore.core.tests/pom.xml
  • releng/org.eclipse.tracecompass.target/pom.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml
  • analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml
  • gdbtrace/pom.xml
  • tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
  • rcp/org.eclipse.tracecompass.rcp/legacy-e4.34/feature.xml
  • gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml

@arfio arfio closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants