Skip to content

Commit 72595b1

Browse files
committed
Try Java 17 because of error "Unable to reuse same channel across requests" when using Java 21.
1 parent e63a3c6 commit 72595b1

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

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>java21</runtime>
17+
<runtime>java17</runtime>
1818
</appengine-web-app>
1919
<!-- [END config] -->

0 commit comments

Comments
 (0)