Skip to content

Commit 04aeee8

Browse files
gae-interop-testing: Upgrade to Java 17 (#12043)
Java 11 is out-of-support on GAE. Unfortunately the docs use the term "deprecated" as "deleted," not "discouraged." So they talk about it being deprecated _after_ it is no longer supported. https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#java https://cloud.google.com/appengine/docs/flexible/lifecycle/support-schedule#java Co-authored-by: Eric Anderson <ejona@google.com>
1 parent f886548 commit 04aeee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<!-- [START config] -->
1515
<appengine-web-app xmlns='http://appengine.google.com/ns/1.0'>
1616
<service>java-gae-interop-test</service>
17-
<runtime>java11</runtime>
17+
<runtime>java17</runtime>
1818
</appengine-web-app>
1919
<!-- [END config] -->

0 commit comments

Comments
 (0)