You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using spring hatoeas 0.9.0-RELEASE and spring webmvc 3.2.7-RELEASE
I have Configured everything in Java, and set
@EnableHypermediaSupport(type = HAL)
The HypermediaSupportBeanDefinitionRegistrar is successfully adding a Jackson ObjectMapper with Mixins for Resources to the MessageConverter list.
Yet it seems, when i debug a Request, in the AbstractMessageConverterMethodProcessor which is writing the response in its method writeWithMessageConverters, it does not contain the Jackson HAL ObjectMapper.
It seems as if these two (HypermediaSupportBeanDefinitionRegistrar, AbstractMessageConverterMethodProcessor) work with different Lists of MessageConverters.
The text was updated successfully, but these errors were encountered:
Using spring hatoeas 0.9.0-RELEASE and spring webmvc 3.2.7-RELEASE
I have Configured everything in Java, and set
@EnableHypermediaSupport(type = HAL)
The HypermediaSupportBeanDefinitionRegistrar is successfully adding a Jackson ObjectMapper with Mixins for Resources to the MessageConverter list.
Yet it seems, when i debug a Request, in the AbstractMessageConverterMethodProcessor which is writing the response in its method writeWithMessageConverters, it does not contain the Jackson HAL ObjectMapper.
It seems as if these two (HypermediaSupportBeanDefinitionRegistrar, AbstractMessageConverterMethodProcessor) work with different Lists of MessageConverters.
The text was updated successfully, but these errors were encountered: