Any plan to support java 21 in app engine standard?
Hi @sixcorners,
Welcome to Google Cloud Community!
Yes, Google App Engine Standard supports Java 21 as of December 6, 2023. However, it is currently in preview. You can update your configuration files to enable it.
To use Java 21 with App Engine standard, you have two options:
If you don't use legacy bundled services, you can simply update the version in your app.yaml file to "21".
Here are some resources that you may find helpful: