Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-03-17 09:15:49 +0000
committerLars Vogel2021-03-17 09:17:31 +0000
commitdb6b60832b62bb1a08bc0cdb5849c16bb09c89de (patch)
tree52c2b94940d801e7b6ed969bc70d7029b3b7e078
parent86bf4e3a7ab57f02e7bf1c1874ae326b1c2a2e5f (diff)
downloadeclipse.platform.common-db6b60832b62bb1a08bc0cdb5849c16bb09c89de.tar.gz
eclipse.platform.common-db6b60832b62bb1a08bc0cdb5849c16bb09c89de.tar.xz
eclipse.platform.common-db6b60832b62bb1a08bc0cdb5849c16bb09c89de.zip
Bug 544573 - Removal documentation update
The removal document needs an update for every removed API Change-Id: Ieb41d74da4a2d91839784466345e79de7e6e102a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html40
1 files changed, 21 insertions, 19 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 151e01c34..c07cdcee6 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -74,6 +74,13 @@ Removed APIs in the Eclipse 4.17 release:
<li><a href="#jfaceassert">JFace and JFace text Assert</a></li>
</ol>
+<p>
+Removed APIs in the Eclipse 4.20 release:
+</p>
+<ol>
+ <li><a href="#jobcreateSystem">Delete Job.createSystem(ICoreRunnable) API </a></li>
+</ol>
+
<h2>Overview of planned API removals</h2>
@@ -112,7 +119,6 @@ Planned API removals after March 2021:
<li><a href="#encodingactiongroup">org.eclipse.ui.editors.text.EncodingActionGroup</a></li>
<li><a href="#equinoxlauncher">org.eclipse.core.launcher#Main and WebStartMain</a></li>
<li><a href="#20supportclasses">Delete 2.0 plug-in compatibility classes and related API</a></li>
- <li><a href="#jobcreateSystem">Delete Job.createSystem(ICoreRunnable) API </a></li>
<li><a href="#workbenchwindowconfigurer">Delete unsupported methods in WorkbenchWindowConfigurer </a></li>
</ol>
@@ -332,6 +338,19 @@ For further details or to provide feedback on this change, see <a href="https://
</p>
+<!-- ############################################## -->
+<h2>API removals in the Eclipse 4.20 release</h2>
+
+<h3><a name="jobcreateSystem">Delete Job.createSystem(ICoreRunnable) API</a></h3>
+
+The <code>Job#createSystem(ICoreRunnable)</code> will be deleted. Use <code>JobcreateSystem(String, ICoreRunnable)</code> instead.
+
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531968" target="_blank">bug 531968</a>.
+</p>
+
+
+
<!-- ############################################## -->
@@ -396,14 +415,6 @@ The <code>DirtableMInput</code> field will be removed from the <code>MPartDescr
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=530887" target="_blank">bug 530887</a>.
</p>
-<h3>4. <a name="iplatformrunnable">org.eclipse.core.runtime.IPlatformRunnable</a></h3>
-<p>
-The <code>org.eclipse.core.runtime.IPlatformRunnable</code> interface is planned to be removed.
-</p>
-<p>
-For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=457134" target="_blank">bug 457134</a>.
-</p>
-
<h3>5. <a name="ui-dialogs">Remove deprecated dialogs from org.eclipse.ui.dialogs</a></h3>
<p>
@@ -485,15 +496,6 @@ For further details or to provide feedback on this change, see <a href="https://
</p>
-<h3>7. <a name="jobcreateSystem">Delete Job.createSystem(ICoreRunnable) API</a></h3>
-
-The <code>Job#createSystem(ICoreRunnable)</code> will be deleted. Use <code>JobcreateSystem(String, ICoreRunnable)</code> instead.
-
-<p>
-For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531968" target="_blank">bug 531968</a>.
-</p>
-
-
<h3>8. <a name="workbenchwindowconfigurer">Delete unsupported methods in WorkbenchWindowConfigurer</a></h3>
The following methods are not used anymore by the platform and will be deleted.
@@ -673,7 +675,7 @@ The fields <code>org.eclipse.pde.core.IModelProviderEvent.TARGET_CHANGED</code>
<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=570549" target="_blank">bug 570549</a>.
</p>
-
+
<!-- ############################################## -->
<h2>API removals after March 2023</h2>

Back to the top