-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.1
-
Component/s: None
-
None
-
Environment:N/A
The META-INF/MANIFEST currently in the Java JAR does not export any packages. It would be nice to be able to use the driver as a bundle in an OSGi runtime. The additional line in MANIFEST.MF would be something like...
export-package: com.mongodb, com.mongodb.io, com.mongodb.util