appengine-java-vm-runtime icon indicating copy to clipboard operation
appengine-java-vm-runtime copied to clipboard

Results 39 appengine-java-vm-runtime issues
Sort by recently updated
recently updated
newest added

We do not want to fill the VM disk space with logs. The environment providing the local logs to the console supports log rotation. Just need to verify we do...

enhancement

The GAE staging phase that precompiles the JSP using the jars in a jetty distro still emits: 2016-05-07 15:08:26.379:INFO::main: Logging initialized @555ms 2016-05-07 15:08:26.879:INFO:oajs.TldScanner:main: At least one JAR was scanned...

question

Currently we pass along the incoming `X-Cloud-Trace-Context` header to remote API calls and those are being sent to Google Cloud trace from the appserver. We could use https://github.com/GoogleCloudPlatform/cloud-trace-java (though I...

Instead we should redirect the logs to Google Cloud logging (probably using a dedicated standard Logger).

see this list: ``` Targets Occurrences of 'repackage' in Project with mask '*.java' Found Occurrences (25 usages found) AppEngineWebXml.java (3 usages found) 19import com.google.appengine.repackaged.com.google.common.base.CharMatcher; 20import com.google.appengine.repackaged.com.google.common.collect.Lists; 21import com.google.appengine.repackaged.com.google.common.collect.Maps; FakeableVmApiProxyDelegate.java (1...

Main TCK repository - https://github.com/GoogleCloudPlatform/appengine-tck/ configuration files should be [here](https://github.com/GoogleCloudPlatform/appengine-tck/tree/master/common/appengine-tck-base/src/main/java/com/google/appengine/tck). Reports available [here](http://www.appengine-tck.org/#/reports.html).

Transactions that are not committed by the end of a request lifecycle are rolledback synchronously. This could be done asynchronously as the result is not needed.

enhancement

Some applications are contending on the mutex within VmRequestThreadFactory when creating lots of threads.

When I add this in web.xml ``` rest /rest/* CONFIDENTIAL ``` develop server always throw exception: ``` javax.servlet.ServletException: Response for request to '/rest/swagger.json' was already commited (code=403). This might result...