Comment From: Xyaren
Is it possible to backport this to 2.3.x due to https://github.com/FasterXML/jackson-databind/issues/2846 ?
Also referenced here: https://github.com/spring-projects/spring-boot/issues/22865#issuecomment-675466835
Comment From: wilkinsona
I'm afraid not. Spring Boot 2.3 is using Jackson 2.10.x and it would not be appropriate to include a new minor version of Jackson in a maintenance release of Spring Boot.
Comment From: wilkinsona
Sorry, I mixed up the version numbers. Boot 2.3 is using Jackson 2.11.x. As a matter of course, we'll upgrade to whatever the latest Jackson 2.11.x release is prior to the next 2.3.x release.