Skip to content

Fix cleanup for launchview tests#2706

Merged
akurtakov merged 2 commits into
eclipse-platform:masterfrom
akurtakov:master
Jun 4, 2026
Merged

Fix cleanup for launchview tests#2706
akurtakov merged 2 commits into
eclipse-platform:masterfrom
akurtakov:master

Conversation

@akurtakov
Copy link
Copy Markdown
Member

PDE cleanup removed dependency on org.eclipse.debug.ui.launchview as it is needed for showView(viewId) to work.
Adding @referenced to LaunchConfigurationViewPlugin in the test to hint the tool. An x-friend in org.eclipse.debug.ui.launchview is needed as all exported packages are internal.
Should fix
#2692 .

akurtakov and others added 2 commits June 4, 2026 13:10
PDE cleanup removed dependency on org.eclipse.debug.ui.launchview as it
is needed for showView(viewId) to work.
Adding @referenced to LaunchConfigurationViewPlugin in the test to hint
the tool. An x-friend in org.eclipse.debug.ui.launchview is needed as
all exported packages are internal.
Should fix
eclipse-platform#2692 .
@eclipse-platform-bot
Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

debug/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 2fc31bf775dd367b6457813529c4663bf8d550fc Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Thu, 4 Jun 2026 10:17:37 +0000
Subject: [PATCH] Version bump(s) for 4.41 stream


diff --git a/debug/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF b/debug/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
index 1de363ce9a..fe41eaac2a 100644
--- a/debug/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.debug.ui.launchview;singleton:=true
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.2.200.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui;bundle-version="3.208.0",
-- 
2.54.0

Further information are available in Common Build Issues - Missing version increments.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Test Results

    54 files  ±0      54 suites  ±0   34m 43s ⏱️ -25s
 4 671 tests ±0   4 649 ✅ ±0   22 💤 ±0  0 ❌ ±0 
11 907 runs  ±0  11 754 ✅ ±0  153 💤 ±0  0 ❌ ±0 

Results for commit 0e9c667. ± Comparison against base commit aeb7954.

@akurtakov akurtakov merged commit b721651 into eclipse-platform:master Jun 4, 2026
18 checks passed
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.

2 participants