spring-data-envers icon indicating copy to clipboard operation
spring-data-envers copied to clipboard

Envers extension of the Spring Data JPA module

Results 21 spring-data-envers issues
Sort by recently updated
recently updated
newest added

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...

status: waiting-for-triage

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

status: waiting-for-triage

Hi, I need to extend and add custom method EnversRevisionRepositoryImpl. I have checked that, there is no way to add customer implementation in EnversRevisionRepositoryFactoryBean.

status: waiting-for-triage

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...

status: waiting-for-triage

Joda time is only refecenced in template.mf and pom.xml. Please consider removing compile dependency on joda-time

status: waiting-for-triage

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...

status: waiting-for-triage