Skip to content

Commit

Permalink
Add N&N about Equinox bundle depreciations
Browse files Browse the repository at this point in the history
New and noteworthy entries for
- eclipse-equinox/equinox#18
- eclipse-equinox/equinox#451
  • Loading branch information
HannesWell committed Feb 17, 2024
1 parent 4e6c843 commit 1a058a1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions news/4.31/platform_isv.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,32 @@ <h2>Platform and Equinox API</h2>
</td>
</tr>

<tr id="eclipse-osgi-services_deprecation">
<!-- https://github.com/eclipse-equinox/equinox/issues/18 -->
<!-- https://github.com/eclipse-equinox/equinox/issues/191 -->
<!-- https://github.com/eclipse-equinox/equinox/pull/451 -->
<td class="title">Deprecation of Equinox bundles</td>
<td class="content">
<p>
The following Equinox bundles are deprecated for removal.
</p>
<ul>
<li>
<code>org.eclipse.osgi.services</code><br/>
Its content has been replaced by the official OSGi bundles published to Maven-Central and it only reexports these <code>org.osgi.service.*</code> bundles.
Consumers are encouraged to replace their requirements on the bundle <code>org.eclipse.osgi.services</code> by imports of the used <code>org.osgi.service.*</code> packages already now.
This allows the OSGi runtime to choose any suitable provider of the package that is available.
</li>
<li>
<code>org.eclipse.equinox.device</code><br/>
This implementation of the <code>org.osgi.service.device</code> is not known to be used anywhere and did not receive updates in the past.
It is deprecated for removal from future releases without replacement.
In case there are users, they can continue to use past releases, use an alternative implementation or get in contact with the Equinox team.
</li>
</ul>
</td>
</tr>

<!-- ******************** End of Platform ********************** -->

<!-- *********************** SWT *********************** -->
Expand Down

0 comments on commit 1a058a1

Please sign in to comment.