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

JPMS Bnd misses some implementations #5288

Closed
laeubi opened this issue Jun 17, 2022 · 2 comments
Closed

JPMS Bnd misses some implementations #5288

laeubi opened this issue Jun 17, 2022 · 2 comments

Comments

@laeubi
Copy link
Contributor

laeubi commented Jun 17, 2022

We are try to migrate our JPMS to automatic generation by BND, while this works great, we noticed BND seem missing some implementations see eclipse-equinox/equinox#27 (comment)

Missing is:

  • provides org.osgi.framework.launch.FrameworkFactory
  • provides org.osgi.framework.connect.ConnectFrameworkFactory

both implemented/provided by org.eclipse.osgi.launch.EquinoxFactory

@bjhargrave
Copy link
Member

Is this a real issue? Bnd would only know about service providers if they were annotated with the appropriate Bnd annotations.

@laeubi
Copy link
Contributor Author

laeubi commented Jul 6, 2022

Nope this was just a misunderstanding/configuration on my side, this can be closed.

@laeubi laeubi closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants