spring-framework
spring-framework copied to clipboard
Provide GSON-based Encoder/Decoder
Affects: 5.3.6 (coming from Spring Boot 2.4.5)
Requirement: Provide GSON-base Encoder/Decoder by analogy with Jackson2JsonEncoder/Jackson2JsonDecoder (in webflux world) and GsonHttpMessageConverter (in mvc world).
Issue found (status closed): https://github.com/spring-projects/spring-boot/issues/9166
Workaround found: https://stackoverflow.com/questions/60854660/set-custom-encoder-decoder-or-typeadapter-for-webclient-using-gson
Let me know if I need to provide more details.