eclipse-mpc / epp.mpc

Eclipse Public License 2.0
2 stars 3 forks source link

Replace dependency to org.eclipse.osgi.services #3

Closed HannesWell closed 2 months ago

HannesWell commented 8 months ago

The bundle o.e.osgi.services is deprecated for removal as part of https://github.com/eclipse-equinox/equinox/issues/18 and already has been changed to be empty and only re-export the 'official' OSGi artifacts published to Maven-Central. It should be replaced by imports of the desired org.osgi.service.* packages so that the runtime can choose a suitable provider independently of the bundle name.

HannesWell commented 8 months ago

@l3-g5 could you have a look at this?

HannesWell commented 2 months ago

Thanks for fixing this. I didn't notice it already happened some time ago 😃