Joe Littlejohn
Joe Littlejohn
For a Faraday noob that wants to contribute something useful, I recommend using the library for a while on a few projects and over time you will inevitably uncover something...
This works quite happily as long as the SSL certificate, and all intermediate certs, are issued by a trusted authority and current. I've found two situations where attempts to use...
If it's in the [de.flapdoodle.embed.mongo](/flapdoodle-oss/de.flapdoodle.embed.mongo) API then we can add it here. I don't think the API accommodates `--setParameter` though so I suspect this might need a patch to [MongodConfigBuilder](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/de.flapdoodle.embed.mongo-1.36/src/main/java/de/flapdoodle/embed/mongo/config/MongodConfigBuilder.java)....
@michaelmosmann fantastic, I'll add something to make use of this feature.
@harley84 What's the exception? It's probably worth submitting a simple pull request to change this method: https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/10218b6092fa91baa05fba9654c41e68c3b28705/src/main/java/de/flapdoodle/embed/mongo/runtime/Mongod.java#L176
@harley84 I don't have commit access to [flapdoodle-oss/de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo). Once that pull request is merged and a new version is released I'll make some changes here to support a new config...
Sounds good to me. I don't think we need to search directories recursively (this can introduce new edge-cases and issues) but definitely iterating every file in a given directory would...
Ah, I just saw your pull request! :smiley:
Hi Glenn. What we really need here is for flapdoodle-oss/de.flapdoodle.embed.mongo#307 to be merged and a new version of that library to be released. Can you add your vote to that...
I've never experienced this issue, although I must admit we don't run a lot of parallel builds. My best guess: could this be caused by many processes attempting to write...