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
The reason is that the command line arg --noprealloc was removed in version 4.2 but, the embedmongo-maven-plugin still generates --noprealloc as an argument. Here's the entry from the command line:
[mongod error]Error parsing command line: unrecognised option '--noprealloc'
I have not found a way to not generate this flag. This prevents using embedmongo-maven-plugin with anything over mongoDB versions 4.0.x