google-nomulus/services
Ben McIlwain a5767e4de3 Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714)
* Upgrade App Engine Standard to Java 17 w/ bundled APIs

Note that this doesn't yet upgrade our actual Gradle scripts to use a more
recent of Java (that will happen separately); this solely affects the GAE
instances.

I followed the instructions here:
https://cloud.google.com/appengine/docs/standard/java-gen2/services/access

And note that I removed threadsafe true from appengine's XML config because
that doesn't do anything anymore and was just throwing errors (the new
instances handle multiple requests in parallel by default, no configuration
necessary).
2022-07-27 15:00:10 -04:00
..
backend Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714) 2022-07-27 15:00:10 -04:00
default Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714) 2022-07-27 15:00:10 -04:00
pubapi Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714) 2022-07-27 15:00:10 -04:00
tools Upgrade App Engine Standard to Java 17 w/ bundled APIs (#1714) 2022-07-27 15:00:10 -04:00