Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download since version 4.2 mongodb has changed the download filenames for MACOS from using osx to using macos in the filename. #87

Open
g2nconnell opened this issue Oct 22, 2020 · 2 comments

Comments

@g2nconnell
Copy link

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 now names the files as
mongodb-macos-x86_64-4.4.1.tgz.

It would be good for embedmongo-maven-plugin to take this into account.

@joelittlejohn
Copy link
Owner

joelittlejohn commented Oct 23, 2020

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 they would appreciate help maintaining it if you were to offer.

@g2nconnell
Copy link
Author

They just fixed this and released (flapdoodle) 3.2.0 which should support Mongo >= 4.2
FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants