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
to enforce these setting, which works fine everywhere else, except for the returned resources, which are always got serialized using this _halObjectMapper.
Affects: 4.2.3
The text was updated successfully, but these errors were encountered:
Endre Czirbesz opened SPR-13738 and commented
In my project, I'm using Spring Boot 1.3.0 and Hateoas 0.19.
I would like to serialize dates as strings, so in my configuration file I have
spring.jackson.serialization.write-dates-as-timestamps=false
.If I use
@EnableHypermediaSupport
, the dates get serialized to longs.It seems that enabling hypermedia support always creates a
_halObjectMapper
bean (), which does not care about these settings.I even have
to enforce these setting, which works fine everywhere else, except for the returned resources, which are always got serialized using this
_halObjectMapper
.Affects: 4.2.3
The text was updated successfully, but these errors were encountered: