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:
Nasser Grainawi
2019-11-12 17:25:10 -08:00
parent 12e2ef5963
commit 3b145b7c5c
4 changed files with 121 additions and 61 deletions

View File

@@ -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,