You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson 39c382713b Initialize WebSocket infrastructure when using WebFlux and Jetty
In Spring Framework 5.x with Jetty 9, the reactive
JettyRequestUpgradeStrategy was able to initialize Jetty's WebSocket
infrastructure itself. With Jetty 10 this is no longer possible and
Boot must perform the initialization as part of preparing the
reactive JettyWebServer.

This commit updates the reactive WebSocket auto-configuration to
initialize Jetty's WebSocket infrastructure as part of creating the
reactive JettyWebServer.

Fixes gh-33347
1 year ago
..
spring-boot Merge branch '2.7.x' into 3.0.x 1 year ago
spring-boot-actuator Merge branch '2.7.x' into 3.0.x 1 year ago
spring-boot-actuator-autoconfigure Polish CompositePropagationFactory 1 year ago
spring-boot-autoconfigure Initialize WebSocket infrastructure when using WebFlux and Jetty 1 year ago
spring-boot-dependencies Upgrade to Spring Integration 6.0.6 1 year ago
spring-boot-devtools Merge branch '2.7.x' into 3.0.x 1 year ago
spring-boot-docs Replace `@EnableBatchProcessing` in slice test examples 1 year ago
spring-boot-parent Temporarily remove auto-config for Reactor context propagation 2 years ago
spring-boot-starters Merge branch '2.7.x' into 3.0.x 1 year ago
spring-boot-test Merge branch '2.7.x' into 3.0.x 2 years ago
spring-boot-test-autoconfigure Remove unnecessary exclude from spring-restdocs-mockmvc 2 years ago
spring-boot-tools Disable test when Java version is too high 1 year ago