Add Support for HttpMethod serialization in Spring 6 #33870
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
As mentioned here: #27697 (comment)
Since migrating from Spring Boot 2.7.x to 3.3.x the jackson ObjectMapper is not able to serialize
org.springframework.http.HttpMethod
anymore. You have to write now your own modules with serializer and deserializer now.
The text was updated successfully, but these errors were encountered: