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

Google App Engine Standard Java runtime: Prod runtime, local devappserver, Cloud SDK Java components, GAE APIs, and GAE API emulators.

Results 37 appengine-java-standard issues
Sort by recently updated
recently updated
newest added

Hello, I'm using the datastore callbacks to log the entity groups involved in a single transaction. The callbacks fire correctly but I've noticed in the logs some elements for which...

There appears to be some confusion about the Servlets defined in runtime/impl/src/main/java/com/google/apphosting/runtime/jetty94/AppEngineWebAppContext.java We have a section of code that attempts to remove deprecated Servlets and then ensure that some Servlets...

My automation found that there are duplicate classes between `com.google.appengine:appengine-api-1.0-sdk` and `com.google.appengine:appengine-api-stubs` and other artifacts. ``` Failing test due to duplicate classes found on classpath: Duplicate class com.google.apphosting.base.protos.api.ApiBasePb found in...

# Security Vulnerability Fix This pull request fixes a Zip Slip vulnerability either due to an insufficient, or missing guard when unzipping zip files. Even if you deem, as the...

see https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.54.v20240208 * #1256 DoSFilter leaks USER_AUTH entries * #11259 HTTP/2 connection not closed after idle timeout when TCP congested * #11389 Strip default ports on ws/wss scheme uris too

Not ready for review. Just want to see results from testing. Expecting some tests to fail initially, including the `SizeLimitHandler` tests which will have to be modified for this mode.

it would be good to rename some of the packages from `ee10` to `servlet6` We will soon have ee11 with servlet 6.1, so would be nice if we didn't need...

With the end of the GAE Java8 support, we can finally do some code cleanup in the repo: 1/ Remove the RPC way to communicate with Jetty 2/ simplify the...

help wanted

Customers moving from java8 gen1 to newer runtimes are facing configuration log settings issue with Cloud Logging, See https://www.googlecloudcommunity.com/gc/Google-Cloud-s-operations-suite/Structured-in-Logging-in-AppEngine-Flexible/m-p/683711 or https://github.com/stickfigure/blog/wiki/Java-Logging-on-Google-Cloud-Platform What could we do to better document this or...

enhancement

The `TrimmedServlets` logic is only for legacy java8 runtime, so can be removed for EE8 and EE10.