Ludovic Champenois

Results 132 comments of Ludovic Champenois

Ho, I see you are not including the GAE api jars in your web-inf/lib (dump file), so you can probably swich to app.yaml configuration. So I see a few spring...

I looked at the transitive dependencies from GWT to Jetty, and it does not see very correct, as it mixes Jetty9 and Jetty12 jars and might be using way to...

So gwt-dev is not really ready for Jetty12 used in our java21 runtime... Maybe file a file on https://github.com/gwtproject/gwt or fork it to see if the change would be easy?...

Hi @ibrahimali123 FYI, I cannot repro with a sample from the gwt download zip (DynaTableRf which has a pom and adding appengine extra files and config with updating pom to...

Hi, We could not reproduce this issue, so we would really appreciate if you can help us, as we want to understand if it is a runtime issue or an...

Thanks Lachlan for the deep investigation. Its indicates that where the issue is: in the backend C++ api server and request manager, which has a potential of race condition between...

Filed https://github.com/GoogleCloudPlatform/appengine-java-standard/issues/279

Working on the server side fix in C++

can we abandon this PR as we now ignore CANCEL error and the C++ code push is going on to remove it?

I doubt it is a client side bug, I need to investigate with the backend team, or an automatic JDK change? Just to be sure: which java runtime are you...