Joe Littlejohn

Results 164 comments of Joe Littlejohn
trafficstars

I wonder if there is some static state being reused by the embedmongo API. It's possible that although multiple extract dirs are created, each module could be using the same...

@jumarko is this something that still causes problems for you? Did you ever get any further with your diagnosis?

@elm- Could you give me a code snippet so I can understand exactly what you mean?

Yes, no problem. The best way to add this would be for you to create a pull request to the [flapdoodle embed mongo API](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) to include the argument here: https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/master/src/main/java/de/flapdoodle/embed/mongo/runtime/Mongod.java...

The best way to tackle this is a pull request on https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo. That's the library this Maven plugin uses to download MongoDB. That project looks rather stagnant so I'm sure...

Is this a problem that needs to be solved in flapdoodle-oss/de.flapdoodle.embed.mongo?

Could you try with some other versions between 0.4.9 and 1.0.1? Maybe we could narrow this down to a particular version and see which change introduced the problem.

No, this new feature isn't supported. Can you give an example of how you want to use it and what Java would would expect to see as a result?

Interesting, thanks for the contribution! I wasn't aware of fastjson before now.

Ah yes, thanks @unkish. I had noticed this a while back, when there was some problem in the plugin but it did not get shown until after an `install`. I...