mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Since MockServerContainerContextCustomizerFactory already has a `webSocketPresent` check, there should be no need to instantiate MockServerContainerContextCustomizer via reflection. See gh-29028 Closes gh-29035