DATAREST-326 - Improved configuration setup for better Boot compatibility.

We now don't expose the PersistentEntityJackson2Module as bean anymore to prevent global registration in case of a Boot setup. The HttpMessageConverters registered are now TypeConstrainedMappingJackson2HttpMessageConverters so that they only get used of the object to marshal is of type ResourceSupport.
This commit is contained in:
Oliver Gierke
2014-07-25 15:25:11 +02:00
parent aa28aebca5
commit 2d64fb4d84
5 changed files with 50 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
</parent>
<properties>
<spring.hateoas>0.15.0.RELEASE</spring.hateoas>
<spring.hateoas>0.16.0.BUILD-SNAPSHOT</spring.hateoas>
<springplugin>1.1.0.RELEASE</springplugin>
<evoinflector>1.2</evoinflector>
</properties>