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
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).
The text was updated successfully, but these errors were encountered:
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 thede.bwaldvogel.mongo.ServerVersion
doesn't support wire version 7 (or higher).The text was updated successfully, but these errors were encountered: