appengine-java-standard icon indicating copy to clipboard operation
appengine-java-standard copied to clipboard

Add HttpConnector mode for Jetty9.4 runtimes

Open lachlan-roberts opened this issue 1 year ago • 1 comments
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

lachlan-roberts avatar Jun 27 '24 04:06 lachlan-roberts

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?

ludoch avatar Jun 27 '24 12:06 ludoch

Manually adapted from internal repo to accomodate mandatory extra internal changes needed to pass all internal tests.

ludoch avatar Jul 05 '24 09:07 ludoch