Skip to content

Commit

Permalink
gae-interop-testing: Upgrade to Java 17
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ejona86 committed Nov 20, 2024
1 parent e58c998 commit 32f4cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<!-- [START config] -->
<appengine-web-app xmlns='http://appengine.google.com/ns/1.0'>
<service>java-gae-interop-test</service>
<runtime>java11</runtime>
<runtime>java17</runtime>
</appengine-web-app>
<!-- [END config] -->

0 comments on commit 32f4cf4

Please sign in to comment.