DATAMONGO-1504 - Assert compatibility with MongoDB 3.4.
We now make sure to comply to the API requirements of mongo-java-driver 3.4 (in current beta1) by using empty DBObjects instead of null, ignoring non appropriate replication settings and cleaning up tests after execution.
Original pull request: #394.
pull/410/head
Christoph Strobl9 years agocommitted byOliver Gierke
@ -58,8 +60,8 @@ public class MongoLog4jAppender extends AppenderSkeleton {
@@ -58,8 +60,8 @@ public class MongoLog4jAppender extends AppenderSkeleton {
@ -128,7 +130,7 @@ public class MongoLog4jAppender extends AppenderSkeleton {
@@ -128,7 +130,7 @@ public class MongoLog4jAppender extends AppenderSkeleton {
@ -182,7 +183,7 @@ public class GridFsTemplate implements GridFsOperations, ResourcePatternResolver
@@ -182,7 +183,7 @@ public class GridFsTemplate implements GridFsOperations, ResourcePatternResolver