Drop MongoDB support
fmbenhassine opened this issue · 0 comments
As of January 2020, easy-batch-mongodb
relies on mongodb-java-driver v3.2 + morphia 1.0 which are outdated. Updating to the latest versions (mongodb-java-driver v3.12.1 + morphia 1.3.2) introduced many breaking changes. At the time of writing this, MongoDB is announcing the upcoming major release v4 of the driver ((currently at v4.0.0-beta1)) which will also introduce yet another set of breaking changes..
MongoDB's driver is evolving at a rapid pace which becomes a maintenance burden for an extension like easy-batch-mongodb
. For this reason, MongoDB support in Easy Batch will be removed in v6. If anyone is interested in using this extension, he/she can copy the code from the latest tag v5.3 and adapt it accordingly.