appengine-java-standard
appengine-java-standard copied to clipboard
Add HttpConnector mode for Jetty9.4 runtimes
trafficstars
Add an HttpConnector mode to bypass the RPC layer for the Jetty 9.4 runtimes.
This was done previously for the Jetty12 runtimes with https://github.com/GoogleCloudPlatform/appengine-java-standard/pull/96
I see failures Error: FailureFilterTest.testFilterInitFailed:51->runtimeContext:46 » ConditionTimeout Condition with Lambda expression in com.google.apphosting.runtime.jetty9.JavaRuntimeViaHttpBase$RuntimeContext was not fulfilled within 30 seconds.
Also, in my branch, I see lite EE10. Is it ready?
Manually adapted from internal repo to accomodate mandatory extra internal changes needed to pass all internal tests.