-
Notifications
You must be signed in to change notification settings - Fork 8
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
fixed mongodb download url. upped embedmongo 1.48.2->2.1.1. #6
base: master
Are you sure you want to change the base?
Conversation
… for mongo 3.6.6. Yay!
pom.xml
Outdated
<groupId>com.syncleus.maven.plugins</groupId> | ||
<artifactId>mongodb-maven-plugin</artifactId> | ||
<version>1.2.0-SNAPSHOT</version> | ||
<groupId>com.github.agoston</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should not have been applied. If you fix it back to the original I can commit it (even if you dont ill fix it on my end when i get a chance in a day or so).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, I did not expect you to pick this up so swiftly, so I started using my fork, that is what you see here.
I'll roll back these changes now.
This reverts commit 9f0cfd1.
Hey, do you have any idea when this will get merged? I kinda need it, since mongo 3.6 is running on production by us already, so we're testing code against an old version. |
I will do it today, sorry for delay wqas traveling and got stranded along
the way for the better part of a week.
…On Wed, Oct 10, 2018 at 3:51 PM Agoston Horvath ***@***.***> wrote:
Hey, do you have any idea when this will get merged? I kinda need it,
since mongo 3.6 is running on production by us already, so we're testing
code against an old version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5JAoWQfkxynDn4u4IslPYK4KQk0rWcks5ujftkgaJpZM4W-kro>
.
|
@freemo will this be merged? I need this fix for a project asap. |
I can get it merged in for ya if your using it. But this project has been
idle a long time, im not even sure it still works. I think there are also
better options out there by now. You sure you need it, if so I can try to
get a merge in for ya.
…On Sat, 7 Dec 2024 at 10:17, William ***@***.***> wrote:
@freemo <https://github.com/freemo> will this be merged? I need this fix
for a project asap.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXESASPZNXDYLEBBSSJ56L2EMGPZAVCNFSM6AAAAABTGJMBZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRVGIYDANJQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@freemo Yeah ur probably right, then there is no need for you to merge it, i'm pretty new to integration testing, can you recommend any good alternative plugins? |
Honestly i havent had to run mongodb tests in a while, ive moved on to
other graphDB mostly.
I think this project may have forked us and appears a bit more up to date:
https://github.com/joelittlejohn/embedmongo-maven-plugin
Or you can roll your own with an in-memory mongodb implementation as part
of a proper unit/integration test:
https://www.mongodb.com/docs/manual/core/inmemory/
…On Sat, 7 Dec 2024 at 10:32, William ***@***.***> wrote:
@freemo <https://github.com/freemo> Yeah ur probably right, then there is
no need for you to merge it, i'm pretty new to integration testing, can you
recommend any good alternative plugins?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXESAU7EMA6BTNEBRLIARL2EMIJ5AVCNFSM6AAAAABTGJMBZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRVGIYTAMBWGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Plugin now works for mongodb 3.6.6. Fixed #5.