Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.1 (Evans SR1), 2.3 M1 (Fowler)
-
Fix Version/s: 2.2.2 (Evans SR2), 2.3 RC1 (Fowler)
-
Component/s: None
-
Labels:None
-
Sprint:55 - Evans SR2
Description
RepositoryRestMvcConfiguration registers two HttpMessageConverter beans handling ResourceSupport types. One is handling the HAL media type, the other all Spring Data REST specific media types. We have to make sure that depending on the settings of config().useHalAsDefaultJsonMediaType() one is registered before the other.