Skip to content

Upgrade Java version for GAE deployment to 17 since 11 is End of support #12035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kannanjgithub
Copy link
Contributor

@kannanjgithub kannanjgithub commented Apr 23, 2025

Gae deployment is failing with the error

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Runtime java11 is end of support and no longer allowed. Please use the latest Java runtime for App Engine Standard. For internal google applications, please see go/gae-end-of-support.

With Java 21 there is a "Unable to reuse same channel across requests" Gradle exception.

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Runtime java11 is end of support and no longer allowed. Please use the latest Java runtime for App Engine Standard. For internal google applications, please see go/gae-end-of-support.
@kannanjgithub kannanjgithub requested a review from ejona86 April 23, 2025 08:47
@kannanjgithub kannanjgithub changed the title Upgrade Java version for GAE deployment to 21 since 11 is End of support Upgrade Java version for GAE deployment to 17 since 11 is End of support Apr 23, 2025
@ejona86
Copy link
Member

ejona86 commented Apr 23, 2025

There's no changes in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants