spring-projects / spring-data-envers

Envers extension of the Spring Data JPA module
http://projects.spring.io/spring-data-envers
Apache License 2.0
261 stars 99 forks source link

Spring data envers compatibility with spring data rest. #35

Open richardkabiling opened 9 years ago

richardkabiling commented 9 years ago

Revision repository methods cannot be exposed as spring data rest endpoints.

Seems issue is due to naming convention used in the interface.

Question in stackoverflow:

drenda commented 7 years ago

Is there any plan to fix this problem? The only solution right now is create a custom controller and to expose findRevisions methods.

Thanks

kdomagal commented 6 years ago

+1

paulcwarren commented 3 years ago

+1

And I wonder if something like this would be acceptable as implementation of a generic revisions controller? Or something that we could iterate on?

If so then I would be happy to submit as a PR although I would need a bit of advice to help figure out if this should actually live in this project (as some sort of conditional controller?) or in a separate and new spring-data-envers-rest sibling project.

Anyways, would love to hear your thoughts.