Skip to content

OSGi Import-Package header should exclude reactor.* #750

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

Closed
sudr opened this issue Aug 6, 2020 · 0 comments · Fixed by #751
Closed

OSGi Import-Package header should exclude reactor.* #750

sudr opened this issue Aug 6, 2020 · 0 comments · Fixed by #751
Assignees

Comments

@sudr
Copy link

sudr commented Aug 6, 2020

Similar to how we have !io.netty.* to exclude this relocated package via the shade plugin into the internal package, reactor.* should receive the same treatment since it is also relocated to the internal package via shade.

Not having this !reactor.* causes the OSGi runtime to require reactor-core when it truth these classes are already packaged inside the driver.

Import-Package: \

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

Successfully merging a pull request may close this issue.

2 participants