Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document removals in 4.30 #1424

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -244,31 +244,6 @@ <h3 id="IModelProviderEvent">4. Remove IModelProviderEvent's fields TARGET_CHANG
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>

<h3 id="MultiPageEditor">1. Remove MultiPageEditor and related API </h3>


The class <code>org.eclipse.ui.part.MultiPageEditor</code> and related API were deprecated in 2002 and are planned for removal after the March 2023 release.
<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=547018" target="_blank">bug 547018</a>.
</p>


<!-- ############################################## -->
<h2>API removals after September 2023</h2>

<h3 id="ClassicSearch">1. Remove Classic Search API</h3>


The "Classic" Search View and related API were deprecated in Eclipse 3.0 and are planned for removal after the September 2023 release. It has been non functional and simply opening the modern "Search" view since Eclipse 3.0.
<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303" target="_blank">bug 487303</a>.
</p>



<h1 id="removed">Removed API in previous releases</h1>


Expand Down Expand Up @@ -589,6 +564,23 @@ <h3 id="pack200">3. Support for pack200 artifacts in p2 </h3>
Actual removal has been completed via <a href="https://github.com/eclipse-equinox/p2/pull/239"> pull 239 in p2 repository</a>
</p>

<!-- ############################################## -->
<h2>API removals in the Eclipse 4.30 release</h2>

<h3 id="ClassicSearch">1. Remove Classic Search API</h3>


The "Classic" Search View and related API were deprecated in Eclipse 3.0 and are planned for removal after the September 2023 release and actually removed in December 2023 release. It has been non functional and simply opening the modern "Search" view since Eclipse 3.0.
<p>
For further details or to provide feedback on this change, see <a href="https://github.com/eclipse-platform/eclipse.platform.ui/pull/1152" target="_blank">PR 1152</a>.
</p>

<h3 id="MultiPageEditor">2. Remove MultiPageEditor and related API </h3>


The class <code>org.eclipse.ui.part.MultiPageEditor</code> and related API were deprecated in 2002 and are planned for removal after the March 2023 release and actually removed in December 2023 release.
<p>
For further details or to provide feedback on this change, see <a href="https://github.com/eclipse-platform/eclipse.platform.ui/issues/1155" target="_blank">Issue 1155</a>.
</p>
</body>
</html>