Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

HannesWell
Copy link
Contributor

@HannesWell HannesWell commented Dec 18, 2023

The bundle o.e.osgi.services is deprecated for removal as part of eclipse-equinox/equinox#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.

The bundle 'o.e.osgi.services' is deprecated for removal as part of
eclipse-equinox/equinox#18
and already has been changed to 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
Copy link
Contributor Author

@cdietrich or @szarnekow could you please have a look?

@szarnekow szarnekow added this to the Release_2.34 milestone Dec 20, 2023
@szarnekow szarnekow merged commit a292bf9 into eclipse-xtext:main Dec 20, 2023
5 checks passed
@szarnekow
Copy link
Contributor

Thank you, @HannesWell

@HannesWell HannesWell deleted the replace-o.e.osgi.services branch December 20, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants