spring-projects / spring-projects/spring-data-rest
Support mongodb repositories (alongside JPA in same configuration) [DATAREST-154]
@odrotbohm is already working on this.
Since Dec 31, 2020.
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Thomas Darimont opened DATAREST-154 and commented
Github Author: PantagruelsTeeth
Github Last-Updated: 2013-03-07T16:12:25Z
This issue was automatically imported from github
Hi,
I see from the Spring Data Rest front page that support for mongodb repositories is on the roadmap. I want to +1 this feature and watch so I can do some early testing ;-)
Also, it is worth adding an interesting use case, which is mongodb and JPA repositories in the same application. They work well together in Spring data generally, so it would be good to see the compatibility extend to the rest exporter. I raise this now because at the moment mongodb repositories have to explicitly marked with @RestResource(exported = false) to avoid the rest exporter throwing an exception for 'not an entity' on the @Document annotated class, so I guess there would be a need to detect the correct repository exporter to use for each repository
Reference URL: https://api.github.com/repos/SpringSource/spring-data-rest/issues/51
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.