From 7d56753794d94bbe85f44b3ba9e35ecfcb2eb59d Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 17 Dec 2023 13:41:03 +0100 Subject: [PATCH] Add deprecation for removal notice for PluginVersionIdentifier Deprecated for removal in https://github.com/eclipse-equinox/equinox/pull/427 --- .../org.eclipse.platform.doc.isv/porting/removals.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html index 14f05132636..2b88788c08b 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html @@ -282,6 +282,10 @@

1. Bundle org.eclipse.osgi.services

This allows the OSGi runtime to choose any suitable provider of the package that is available.

+

2. PluginVersionIdentifier

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