Skip to content

Commit 32f4cf4

Browse files
committed
gae-interop-testing: Upgrade to Java 17
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
1 parent e58c998 commit 32f4cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)