From 401f792721d5bc6a8c29ceccd12c1a8ca914ad23 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 20 Feb 2024 08:05:08 -0800 Subject: [PATCH] Change GAE interop tests to use java11 runtime The Java 8 runtime is end of support. Leaving this a gae-jdk8 for now. The gae-jdk8 was because AppEngine changed dramatically from Java 7 to Java 8. Nowadays the versions are more in line with OpenJDK and not very different from each other. Fixes #10925 --- .../gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml b/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml index d8532dfc69e..2fcbe5d8221 100644 --- a/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml +++ b/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml @@ -13,8 +13,7 @@ --> - true java-gae-interop-test - java8 + java11