Skip to content

Commit fe17275

Browse files
ludochgae-java-bot
authored andcommitted
Update README to note the Java 17 Jetty 12 rollout.
PiperOrigin-RevId: 877210740 Change-Id: I1c40c3178a65c25d681d20da95866a914e748ca0
1 parent f554810 commit fe17275

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,20 @@ For example, if your application code needs more `-add-opens` flags, you can use
380380
381381
| Flag(s) Set in `appengine-web.xml` or System Properties | Resulting Jetty | Support | Resulting EE Version | Notes |
382382
| :--- | :--- | :--- | :--- | :--- |
383-
| _None (default)_ | 9.4 | GA | 6 | |
383+
| _None (default)_* | 9.4 | GA | 6 | |
384384
| `appengine.use.EE8=true` | 12.0 | GA | 8 | |
385385
| `appengine.use.EE10=true` | 12.0 | GA | 10 | |
386386
| `appengine.use.EE8=true`, `appengine.use.jetty121=true` | 12.1 | Early Access | 8 | |
387387
| `appengine.use.EE10=true`, `appengine.use.jetty121=true` | 12.1 | Early Access | 11 | **Upgraded**: EE10 is upgraded to EE11 on Jetty 12.1 |
388388
| `appengine.use.EE11=true` | 12.1 | Early Access | 11 | `appengine.use.jetty121=true` is used automatically |
389389
390+
**Note:** * We are gradually rolling out an update that switches Java 17
391+
applications from Jetty 9.4 to Jetty 12.0 with EE8.
392+
If your application has been updated, you will see the following message
393+
in your logs:
394+
395+
`AppEngine runtime configuration: runtimeId=java17, with Jetty 12, with HTTP Connector, appengine.use.EE8=true`.
396+
390397
##
391398
392399
### Java 21 (`<runtime>java21</runtime>`)

0 commit comments

Comments
 (0)