diff --git a/Upgrading-to-Spring-Framework-5.x.md b/Upgrading-to-Spring-Framework-5.x.md index 0572fef..7efe7b6 100644 --- a/Upgrading-to-Spring-Framework-5.x.md +++ b/Upgrading-to-Spring-Framework-5.x.md @@ -45,6 +45,8 @@ The `ForwardedHeaderFilter` (Servlet) and `ForwardedHeaderTransformer` (WebFlux) `@RequestPart` with `List` now converts the 1st part to `List` consistent with Spring MVC and with how it works for `T[]`. Previously each part was converted to `T`, see [gh-22973](https://github.com/spring-projects/spring-framework/issues/22973). +`@EnableWebFlux` now includes a declaration of a `WebSocketHandlerAdapter` bean. It should not interfere with any declared by the application due to a lower priority but if you have one, you can remove it. + ## Upgrading to Version 5.2