[google-appengine] SpringBoot Rest application on App engine gives EofException error when going through a Filter

2020-06-30 Thread gaurav bhandari
The below error occurs if a Filter class is implemented. If the filter class is removed, the api works properly. Error Message- org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable(HttpOutput.java:722)

[google-appengine] Spring boot + java 11+ gae standard aggregate logs per request

2020-06-30 Thread Michel Roger
Hello all, I have been working on this new integration with springboot 2.3.1 Release and google app engine standard with java 11 runtime, which has been pretty successful, but the logs are not aggregating per request(parent child pattern) as it used to be on the java 8 runtime. Can anyone