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 MongoServerExtension to use ServerVersion.MONGO_4_0 as
the default, so that it can work with Mongo driver 5.2.0 and
higher versions.
* Update MongoServerTests to use ServerVersion.MONGO_4_0 as
the default in the no-args startInMemoryMongoServer().
* Update Javadocs in MongoServerExtension and MongoServerTests.
* Lock the required version of mongo-java-server to 1.46.0
in the POM until kiwi-bom 2.0.19 is released.
Closes#539
I think these are the only locations that need to change:
MongoServerTests#startInMemoryMongoServer()
should change to use the newServerVersion.MONGO_4_0
constant (which supports wire protocol 7).MongoServerTests
to reflect the above change to useMONGO_4_0
as the default.MongoServerExtension
to useServerVersion.MONGO_4_0
.MongoServerExtension
to remove the warning added in 3.7.0, and to change all places where 3.6 is referenced to 4.0.The text was updated successfully, but these errors were encountered: