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:
Hi Christian, you wrote
if you don't use legacy bundled services, you can simply update the version in your app.yaml file to "21".
What if I use legacy bundled services like Datastore, Images, Memcache - will I be able to run Java 21 Spring Boot 3.4 application at all? If yes, then can I use Spring JAR in my case?
services, you can simply update the version in your app.yaml file to "21".