DATAMONGO-383 - Adapt new EntityInstantiator API of Spring Data Commons.

This commit is contained in:
Oliver Gierke
2012-01-23 11:36:55 +01:00
parent 609097c0dc
commit 4c40ef7e3d
4 changed files with 66 additions and 264 deletions

View File

@@ -19,7 +19,7 @@
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
<org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range>
<data.commons.version>1.2.0.RELEASE</data.commons.version>
<data.commons.version>1.3.0.BUILD-SNAPSHOT</data.commons.version>
<aspectj.version>1.6.11.RELEASE</aspectj.version>
</properties>
<profiles>