Drop server-specific RequestUpgradeStrategy implementations

StandardWebSocketUpgradeStrategy is the common replacement on Tomcat, Undertow and all EE servers. JettyRequestUpgradeStrategy remains the preferred choice on Jetty.

Closes gh-33744
This commit is contained in:
Juergen Hoeller
2024-12-03 19:08:22 +01:00
parent 342369355d
commit 3f3341bb1d
19 changed files with 130 additions and 1085 deletions

View File

@@ -123,7 +123,6 @@ dependencies {
api("org.freemarker:freemarker:2.3.33")
api("org.glassfish.external:opendmk_jmxremote_optional_jar:1.0-b01-ea")
api("org.glassfish:jakarta.el:4.0.2")
api("org.glassfish.tyrus:tyrus-container-servlet:2.1.3")
api("org.graalvm.sdk:graal-sdk:22.3.1")
api("org.hamcrest:hamcrest:2.2")
api("org.hibernate:hibernate-core:7.0.0.Beta2")