-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix manifest import-package imports #779
Conversation
JAVA-4274
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you post a comment that shows the diff between the generated old and new manifests?
Added imports to import packages:
|
Huh, do you know why these missing imports didn't also break OSGi apps? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It does break my app. But the one that use OSGi know how to quick fix this. E.g. fragment hosts or other bad tricks. |
Refs: #771 Using the suggested method by @stbischof
Fixes imports in
mongo-scala-bson
,mongodb-driver-sync
,mongodb-driver-reactivestreams
,mongodb-driver-core
.JAVA-4274