You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a maven-bundle-plugin configured, but the resulting JAR after a mvn clean install has the auto-generated plexus-archiver manifest rather than the manifest generated by the maven-bundle-plugin.
For some use-cases, I need to manually convert my value object into a JSON object, see [1]. Since BsonObjectGenerator is currently not exported, I cannot do this. Therefore, the exported packages could be extended.
I created a pull request containing solutions for both these issues. It might be better to move the net.vz.mongodb.jackson.internal.object classes to a non-internal package and expose, rather than exposing the package directly as I did in my pull request.
Two things:
mvn clean install
has the auto-generated plexus-archiver manifest rather than the manifest generated by the maven-bundle-plugin.I created a pull request containing solutions for both these issues. It might be better to move the net.vz.mongodb.jackson.internal.object classes to a non-internal package and expose, rather than exposing the package directly as I did in my pull request.
[1] example:
The text was updated successfully, but these errors were encountered: