Files
spring-boot/module
Andy Wilkinson 96eea1812d Fix WebSocketMessagingAutoConfiguration without a JsonMapper bean
Previously, if Jackson was on the classpath but no JsonMapper bean
was present, the app would fail to start. This commit updates
the auto-configuration so that the parts that require a JsonMapper
bean back of when no such bean is present.

The sample problem also exists with Jackson 2 and an ObjectMapper
bean. This commit also corrects that.

Fixes gh-49749
2026-03-25 11:55:39 +00:00
..
2026-02-06 19:04:57 -08:00
2026-03-20 10:29:31 +01:00
2026-02-17 20:55:20 -08:00
2025-12-08 16:24:51 +01:00