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

Add warning to Javadocs of MongoServerExtension regarding Mongo driver version #524

Closed
sleberknight opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@sleberknight
Copy link
Member

Update the Javadocs in MongoServerExtension to warn that it will only work if the Mongo driver is less than 5.2.0, since that version requires a minimum server version of 4.0 and wire version of 7 (see #523 for details).

The tests for MongoServerExtension are disabled as long as the de.bwaldvogel.mongo.ServerVersion doesn't support wire version 7 (or higher).

@sleberknight sleberknight added the documentation Improvements or additions to documentation label Oct 16, 2024
@sleberknight sleberknight added this to the 3.7.0 milestone Oct 16, 2024
@sleberknight sleberknight self-assigned this Oct 16, 2024
sleberknight added a commit that referenced this issue Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant