spring-boot/module/spring-boot-jackson
Andy Wilkinson ee2730ca8d Stop an ObjectMapper from causing JsonMapper auto-config to back off
Previously, the auto-configured JsonMapper would back off when any
type of ObjectMapper was defined. Updating this was missed as part
of the move to Jackson 3 where both Boot and Framework now intend to
use the more specific JsonMapper type.

This commit updates the condition such that a JsonMapper will still
be auto-configured when any other type of ObjectMapper is definied.
It will now only back off when a JsonMapper bean is defined.

Closes gh-47379
2025-10-02 09:30:26 +01:00
..
src Stop an ObjectMapper from causing JsonMapper auto-config to back off 2025-10-02 09:30:26 +01:00
build.gradle Remove spring-boot-json-test module 2025-10-01 21:42:18 -07:00