Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-11-22 11:32:10 +0000
committerLars Vogel2017-11-22 11:33:17 +0000
commit6a26c6b578949de78a8b980801249380ca23017a (patch)
tree2441190f3655eed1259adc827b6b217caf937cbf
parent5926439a867a1c5801230a130e86ff73eeb41c0a (diff)
downloadeclipse.platform.common-6a26c6b578949de78a8b980801249380ca23017a.tar.gz
eclipse.platform.common-6a26c6b578949de78a8b980801249380ca23017a.tar.xz
eclipse.platform.common-6a26c6b578949de78a8b980801249380ca23017a.zip
Bug 518351 - Finish removal of Update Manager API
Change-Id: Iee38266415fae1adb69980a1f4562291234f3507 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index ed053414d..21eefff9b 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -30,6 +30,14 @@ Removed APIs in the Oxygen (4.7) release:
</ol>
<p>
+Removed APIs in the Photon (4.8) release:
+</p>
+<ol>
+ <li><a href="#updatemanager">Update manager</a></li>
+</ol>
+
+
+<p>
Planned API removals after June 2017:
</p>
<ol>
@@ -85,7 +93,35 @@ The <code>org.eclipse.jface.util.ListenerList</code> class is planned to get del
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=436448" target="_blank">bug 436448</a>.
</p>
+<!-- ############################################## -->
+
+<h2>API removals in the Eclipse 4.7 release</h2>
+
+<h3>1. <a name="listenerlist">org.eclipse.jface.util.ListenerList</a></h3>
+<p>
+The <code>org.eclipse.jface.util.ListenerList</code> class is deprecated since 2005 and has been replaced by <code>org.eclipse.core.runtime.ListenerList with org.eclipse.core.runtime.ListenerList.IDENTITY</code> as argument.
+The <code>org.eclipse.jface.util.ListenerList</code> class is planned to get deleted.
+</p>
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=436448" target="_blank">bug 436448</a>.
+</p>
+
+<!-- ############################################## -->
+
+<h2>API removals in the Eclipse 4.8 release</h2>
+
+<h3>1. <a name="updatemanager">Update Manager</a></h3>
+<p>
+The remaining update manager API was removed.
+This API was marked for deletion in the 4.2. release via <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=311590" target="_blank">bug 311590</a>.
+The following plug-ins are removed:
+</p>
+<ul>
+ <li><tt>org.eclipse.update.core</tt></li>
+ <li><tt>org.eclipse.update.configurator</tt></li>
+ </ul>
+
<!-- ############################################## -->

Back to the top