Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Created MongoDB template. #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Created MongoDB template. #26

wants to merge 1 commit into from

Conversation

hekonsek
Copy link
Contributor

Hi Arjen,

I created wrapper over Spring Data MongoDB template together with some useful implicit conversions for template callbacks.

I created the tests to cover the most important template methods. I will submit the full test coverage in the near future. I use excellent EmbedMongo library [1] for testing. EmbedMongo is available in Maven central.

I would really appreciating peer review and possible merge of this feature. I would like to include it in a bleeding-edge project for a customer of mine. Early adoption FTW :) .

Cheers.

[1] https://github.com/flapdoodle-oss/embedmongo.flapdoodle.de

@hekonsek
Copy link
Contributor Author

hekonsek commented Nov 7, 2013

Hi Arjen,

Any updates on this? Can I do something to push this pull request forward?

Cheers.

@poutsma
Copy link

poutsma commented Nov 28, 2013

Hi @hekonsek,

Sorry for not getting back to you earlier. The code looks almost ready to merge, I am just missing two things:

  • Scaladoc :)
  • Convenience constructors, as defined in the Java version of MongoTemplate, such as the Mongo mongo, String databaseName constructor, the Mongo mongo, String databaseName, UserCredentials userCredentials constructor, etc.

Can you add these to the pull request? Or do you want me to do it?

Thank you,

Arjen

@hekonsek
Copy link
Contributor Author

Hi Arjen,

Of course I'll handle Scaladoc and constructors. Thanks for looking at this PR!

Cheers.

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

Successfully merging this pull request may close these issues.

2 participants