Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Gierke
d7baaf408b Improve pom.xml.
Added Maven compiler plugin to fix it to version 2.4. Added project
name and description.
2012-06-06 15:38:46 +02:00
Philipp Hügelmeyer
26a51e5210 #1 - Avoid lookup of entities if no revision numbers found.
We now eagerly return an empty Revisions instance in case we don't
find revision numbers for an entity with a given ID. Not doing so 
caused issues with database vendors as they might expect at least a 
single revision number.
2012-06-06 15:14:51 +02:00
Oliver Gierke
ac6d3eab8d #1 - Improving test infrastructure.
Added Hamcrest library in 1.2.1. Set up JUnit dependency to 4.10 and
not include dependencies. Set up surefire plugin to use this artifact
for test execution.
2012-06-06 15:14:22 +02:00
Philipp Hügelmeyer
1c6ee93d9e #1 - Fixed example in readme.md. 2012-06-06 15:14:11 +02:00
Oliver Gierke
a1bf61e754 Polished pom.xml.
Upgraded to Spring Data JPA 1.1.0 GA release. Adapted to change in Spring Data Commons 1.3.0 GA release API. Reduced H2 and Spring Test context framework dependency to test scope. Reduced CGLib dependency to runtime scope. Remove obsolete WAR plugin dependency and repository declarations.
2012-05-20 19:03:46 +02:00
Oliver Gierke
bb37e7b124 Polished JavaDoc. 2012-03-21 15:49:31 +01:00
Oliver Gierke
5cf6501592 Initial draft of Envers support for Spring Data JPA.
Added an implementation of the Spring Data Commons historiography API based on Hibernate Envers. The implementation is a contribution of @hygl to a large degree.
2012-03-21 15:04:22 +01:00