Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-19 10:58:16 +0000
committerLars Vogel2019-02-19 11:01:05 +0000
commit433c70e9603e2e9ab7ebdaf229352a608ff8c219 (patch)
treef1995a315ec44ba6cfe8d39925699aab3e3d7778
parent58f71ff19379a5d4f96f47f29dd809887d65c3d6 (diff)
downloadeclipse.platform.common-433c70e9603e2e9ab7ebdaf229352a608ff8c219.tar.gz
eclipse.platform.common-433c70e9603e2e9ab7ebdaf229352a608ff8c219.tar.xz
eclipse.platform.common-433c70e9603e2e9ab7ebdaf229352a608ff8c219.zip
Bug 531968 - Mark Job.createSystem(ICoreRunnable) API for deletionI20190219-1800I20190219-0600
Change-Id: Id55ce2c61f746b2a188acadb1b36db9a7255b604 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index d936155af..e7d428d79 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -101,9 +101,9 @@ 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>
</ol>
<hr>
-
<!-- ############################################## -->
<h2>API removals in the Eclipse 4.6 release</h2>
@@ -406,5 +406,14 @@ 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>
+
+
</body>
</html>

Back to the top