spring-data-envers
spring-data-envers copied to clipboard
Envers extension of the Spring Data JPA module
I am going to implemented some common reusable methods from the the audit reader (eg: findEntitiesAtRevision). Are those kinds of methods supposed to be included in spring-data-envers or is the...
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: - http://stackoverflow.com/questions/25925538/spring-data-rest-expose-new-endpoints-for-repository-that-extends-revision-repo?rq=1
Hi, I need to extend and add custom method EnversRevisionRepositoryImpl. I have checked that, there is no way to add customer implementation in EnversRevisionRepositoryFactoryBean.
Hi, I have `TestEntity` backed by table name `TEST` as shown below and have enabled spring data envers. The audit table is called `TEST_AUD`. I am trying to write a...
Joda time is only refecenced in template.mf and pom.xml. Please consider removing compile dependency on joda-time
Hello, I am upgrading to spring-data envers 2.3.2 (from 2.2.4) and i am facing an issue due to changes in the implementation of `EnversRevisionRepositoryImpl.findRevision`. **Quick scenario:** Create an entity type...