Files
spring-boot/spring-boot-project
Andy Wilkinson 025b527e87 Fix WebSocketMessagingAutoConfiguration in the absence of Jackson
Previously, the absence of Jackson would result in the loss of
some configuration that does not depend on Jackson. That
configuration is:

  - the inbound and outbound channels' executors
  - the bean that forces the stompWebSocketHandlerMapping bean to be
    eager when lazy init is enabled

This commit updates the auto-configuration so that only the Jackson
message converter configuration backs off in Jackson's absence.

Fixes gh-49750
2026-03-25 10:51:01 +00:00
..