embedmongo-maven-plugin icon indicating copy to clipboard operation
embedmongo-maven-plugin copied to clipboard

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API

Results 10 embedmongo-maven-plugin issues
Sort by recently updated
recently updated
newest added

Depending on the "features" added to the pom.xml file configuring embedmongo-maven-plugin, for macos the generated file name to download becomes: https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.4.1.tgz https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-4.4.1.tgz Notice the "-osx-" in the filename. However, mongoDB...

[Apache Maven Dependency Plugin](https://maven.apache.org/plugins/maven-dependency-plugin/index.html) can be used to find unused dependencies. And I found following list. Maybe we can remove them. embedmongo-maven-plugin {groupId='commons-io', artifactId='commons-io'} {groupId='org.apache.maven', artifactId='maven-core'} {groupId='org.apache.maven', artifactId='maven-compat'} {groupId='org.apache.maven', artifactId='maven-artifact'}...

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, we're struggling with occasional strange "text file busy" error: `[ERROR] Failed to execute goal com.github.joelittlejohn.embedmongo:embedmongo-maven-plugin:0.1.8:start (start) on project ***: Unable to start the mongod: Cannot run program "/tmp/extract-4938eb39-e49d-4dff-bfa9-7e48da910665mongod": error=26,...

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:...

MongoDB 3.6 and older cannot be even downloaded by the plugin because there isn't the version without SSL available anymore and the plugin tries to use wrong file name. There...

Hello, I can't find any way to activate the text search (--setParameter textSearchEnabled=true). Is there a way to do it, or does the plugin need a patch ? Thanks !...

enhancement

In https://github.com/joelittlejohn/embedmongo-maven-plugin/issues/48 an easier way to import collections has been implemented, but I also think that being able to point to a "directory" instead of a single file(or list, whatever)...

Could we have that option, too?

enhancement