Relative Content

Tag Archive for javaspring-bootjacksonspring-autoconfigurationjackson-annotations

Jackson Annotations stopped working after spring boot upgrade

I am trying to update a backend Java application(Java 21). It has been using spring boot 3.1.3 that works with jackson 2.15.2. But soon as I upgraded it to spring boot to 3.1.4, Jackson still uses 2.15.2 but the jackson annotations are not working.