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

reactivemongo: Only depend on the bson-api, noshaded variant #270

Merged
merged 1 commit into from
Feb 22, 2020

Conversation

avdv
Copy link
Contributor

@avdv avdv commented Feb 10, 2020

There is no need to pull in reactivemongo, the driver, since all we are
concerned with is the BSON API.

Also, starting with version 0.19.6, there are now two variants, a noshaded
version and a version which has Netty integrated into it for projects using
Netty themselves avoiding incompatibilities.

Since we do not know in advance which library is choosen in a project, make the
dependency a "provided" one.

There is no need to pull in reactivemongo, the driver, since all we are
concerned with is the BSON API.

Also, starting with version 0.19.6, there are now two variants, a noshaded
version and a version which has Netty integrated into it for projects using
Netty themselves avoiding incompatibilities.

Since we do not know in advance which library is choosen in a project, make the
dependency a "provided" one.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.726% when pulling 50f5a2b on avdv:reactivemongo-bson-api-prodvided into ee058f1 on lloydmeta:master.

Copy link
Owner

@lloydmeta lloydmeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. This makes sense to me, thanks for the PR.

I'll merge this over the weekend and push out a release then.

@lloydmeta
Copy link
Owner

Scratch that; currently on holiday and didn't bring the right laptop for publishing; will do when I get back.

@lloydmeta lloydmeta merged commit bf5ac1d into lloydmeta:master Feb 22, 2020
@avdv avdv deleted the reactivemongo-bson-api-prodvided branch February 22, 2020 13:12
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 this pull request may close these issues.

None yet

3 participants