mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
NettyReactiveWebServerFactoryTests.portInUseExceptionIsThrownWhenPortIsAlreadyInUse started failing on CI following this change in reactor netty: https://github.com/reactor/reactor-netty/commit/e6634c27f6e847b7a6998a1f642c0b7efdf0c610 Instead of a `BindException`, a `NativeIoException` is thrown. Since that Exception is for internal use only, we throw a generic `WebServerException` instead of the `PortInUseException`.