diff --git a/news/4.31/platform_isv.html b/news/4.31/platform_isv.html index 60d2698f7..520c3785f 100644 --- a/news/4.31/platform_isv.html +++ b/news/4.31/platform_isv.html @@ -74,6 +74,32 @@
+ The following Equinox bundles are deprecated for removal: +
+org.eclipse.osgi.services
org.osgi.service.*
bundles.
+ Consumers are encouraged to replace their requirements on the bundle org.eclipse.osgi.services
by imports of the used org.osgi.service.*
packages already now.
+ This allows the OSGi runtime to choose any suitable provider of the package that is available.
+ org.eclipse.equinox.device
org.osgi.service.device
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.
+