Merge branch '6.0.x'

This commit is contained in:
Sébastien Deleuze
2023-09-15 18:16:26 +02:00
3 changed files with 0 additions and 6 deletions

View File

@@ -127,7 +127,6 @@ public abstract class AbstractHttpHandlerIntegrationTests {
return Stream.of(
named("Jetty", new JettyHttpServer()),
named("Reactor Netty", new ReactorHttpServer()),
named("Reactor Netty 2", new ReactorNetty2HttpServer()),
named("Tomcat", new TomcatHttpServer()),
named("Undertow", new UndertowHttpServer())
);