Replace Jetty Continuation with AsyncContext
Continuation is deprecated in Jetty 9.4 and removed in Jetty 10. Migrate ProjectQoSFilter to use javax.servlet.AsyncContext instead. Change-Id: I398fca0f75b675ad683a6d4c572ffb844c23e364
This commit is contained in:
@@ -953,12 +953,6 @@ maven_jar(
|
||||
sha1 = "f4c2654db1a55f0780acdfcee8bb98550f56ca70",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "jetty-continuation",
|
||||
artifact = "org.eclipse.jetty:jetty-continuation:" + JETTY_VERS,
|
||||
sha1 = "3c421a3be5be5805e32b1a7f9c6046526524181d",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "jetty-http",
|
||||
artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VERS,
|
||||
|
||||
Reference in New Issue
Block a user