joelittlejohn / embedmongo-maven-plugin

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API
Apache License 2.0
88 stars 51 forks source link

Upgrade to de.flapdoodle.embed.mongo-1.42 #36

Closed GuidoDechamps closed 10 years ago

GuidoDechamps commented 10 years ago

We discovered a performance bug in de.flapdoodle.embed.mongo which was fixed in version 1.42. Could you update the dependency version?

joelittlejohn commented 10 years ago

Thanks for mentioning it. I'll update as soon as I get a chance.

GuidoDechamps commented 10 years ago

Just for anyone out there who encounter a performance bottleneck, If you update the de.flapdoodle.embed.mongo dependency version to 1.42. (or greater if available) the embedded mongo will be muich more performant. A bug was fixed that logged needlessly, even though no logging can be seen. Performance went half an hour to seconds.