Skip to content

Replace SubProgressMonitor with SubMonitor in org.eclipse.core.resources#2661

Draft
vogella wants to merge 1 commit into
masterfrom
replace-sub-progress-monitor-resources
Draft

Replace SubProgressMonitor with SubMonitor in org.eclipse.core.resources#2661
vogella wants to merge 1 commit into
masterfrom
replace-sub-progress-monitor-resources

Conversation

@vogella
Copy link
Copy Markdown
Contributor

@vogella vogella commented May 14, 2026

Planned for 4.41

Replaces the deprecated SubProgressMonitor in the internal subMonitorFor helper in org.eclipse.core.resources with SubMonitor.convert, which is the modern equivalent. One-line change.

Replaces the deprecated SubProgressMonitor in the internal subMonitorFor
helper with SubMonitor.convert, which is the modern equivalent.
@vogella vogella force-pushed the replace-sub-progress-monitor-resources branch from 1c5f702 to 2df6085 Compare May 14, 2026 04:17
@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:

team/bundles/org.eclipse.team.core/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 e338ac162fb0c049ed63e1d5a65dac303048e4db Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Thu, 14 May 2026 04:17:53 +0000
Subject: [PATCH] Version bump(s) for 4.40 stream


diff --git a/team/bundles/org.eclipse.team.core/META-INF/MANIFEST.MF b/team/bundles/org.eclipse.team.core/META-INF/MANIFEST.MF
index 0a67c9ef3d..dddea179e5 100644
--- a/team/bundles/org.eclipse.team.core/META-INF/MANIFEST.MF
+++ b/team/bundles/org.eclipse.team.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.team.core; singleton:=true
-Bundle-Version: 3.10.1000.qualifier
+Bundle-Version: 3.10.1100.qualifier
 Bundle-Activator: org.eclipse.team.internal.core.TeamPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-- 
2.53.0

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

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

    45 files   -   9     45 suites   - 9   33m 53s ⏱️ - 3m 40s
 4 512 tests  - 154  3 800 ✅  -   843   22 💤 ± 0    672 ❌ +  671  18 🔥 +18 
11 430 runs   - 462  9 931 ✅  - 1 807  142 💤  - 11  1 337 ❌ +1 336  20 🔥 +20 

For more details on these failures and errors, see this check.

Results for commit 2df6085. ± Comparison against base commit 8bfe3ed.

This pull request removes 154 tests.
org.eclipse.compare.tests.AsyncExecTests ‑ testCancelOnRequeue
org.eclipse.compare.tests.AsyncExecTests ‑ testQueueAdd
org.eclipse.compare.tests.AsyncExecTests ‑ testWorker
org.eclipse.compare.tests.CompareFileRevisionEditorInputTest ‑ testPrepareCompareInputWithNonLocalResourceTypedElements
org.eclipse.compare.tests.CompareUIPluginTest ‑ testFindContentViewerDescriptorForTextType_StreamAccessor
org.eclipse.compare.tests.CompareUIPluginTest ‑ testFindContentViewerDescriptor_TextType_NotStreamAccessor
org.eclipse.compare.tests.CompareUIPluginTest ‑ testFindContentViewerDescriptor_UnknownType
org.eclipse.compare.tests.ContentMergeViewerTest ‑ testFFFX
org.eclipse.compare.tests.ContentMergeViewerTest ‑ testFFTX
org.eclipse.compare.tests.ContentMergeViewerTest ‑ testFFXF
…

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