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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user