DATAREST-1256 - Upgraded to Spring HATEOAS 0.25.0.BUILD-SNAPSHOT.

Adapted RepositoryRestMvcConfiguration to now create a shared fallback ObjectMapper and avoid to register it as Spring Bean. Adapted test cases that previously were relying on such a bean being present.

Adapted test cases to verify on the correct ALPS document structure (see spring-projects/spring-hateoas#665).
This commit is contained in:
Oliver Gierke
2018-06-20 20:01:40 +02:00
parent 06f775abd0
commit 954416a2b9
8 changed files with 89 additions and 49 deletions

View File

@@ -35,6 +35,7 @@
<springdata.solr>3.0.9.BUILD-SNAPSHOT</springdata.solr>
<springdata.cassandra>2.0.9.BUILD-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.0.9.BUILD-SNAPSHOT</springdata.keyvalue>
<spring-hateoas>0.25.0.BUILD-SNAPSHOT</spring-hateoas>
<hibernate.version>4.3.10.Final</hibernate.version>
<jsonpath>1.1.0</jsonpath>