Skip to content

Commit

Permalink
Add deprecation for removal notice for PluginVersionIdentifier
Browse files Browse the repository at this point in the history
Deprecated for removal in
eclipse-equinox/equinox#427
  • Loading branch information
HannesWell committed Dec 19, 2023
1 parent 6530220 commit 7d56753
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ <h3 id="osgi.service-bundle">1. Bundle org.eclipse.osgi.services</h3>
This allows the OSGi runtime to choose any suitable provider of the package that is available.
</p>

<h3 id="PluginVersionIdentifier">2. PluginVersionIdentifier</h3>

The class <code>org.eclipse.core.runtime.PluginVersionIdentifier</code> is deprecated for removal.
As replacement <code>org.osgi.framework.Version</code> should be used.

<!-- ############################################## -->
<!-- ############################################## -->
Expand Down

0 comments on commit 7d56753

Please sign in to comment.