• Andy Wilkinson's avatar
    Always initialize stompWebSocketHandlerMapping eagerly · a0f29edd
    Andy Wilkinson authored
    Previously, when lazy initialization was enabled, STOMP-based WebSocket
    messaging would not work as the stompWebSocketHandlerMapping bean was
    not initialized and CONNECT requests would go unanswered.
    
    This commit adds a LazyInitializationExcludeFilter that causes the
    stompWebSocketHandlerMapping bean to always be initialized eagerly.
    This triggers initialization of the WebSocket transport allowing
    requests to be received and processed.
    
    Fixes gh-19611
    a0f29edd
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...