mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
* 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). |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
buildscript-gradle.lockfile | ||
gradle.lockfile | ||
README.md |
Summary
This project holds some of the general-purpose utility classes that do not rely on the registry domain model.
This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.