|
Author:
{'email': 'jeff.yemin@10gen.com', 'username': 'jyemin', 'name': 'Jeff Yemin'}
Message: JAVA-2685: Deprecate CreateCollectionOptions autoIndex property
This property was deprecated in MongoDB 3.2 and removed in MongoDB 4.0.
Along with deprecating the property, ensure that the field is only
included in the "create" command if the property has explicitly been
set to false. Otherwise, a 4.0 server will reject the command.
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/ecae367c9f0c8d77616e190e43c69c7e117636a6
|