Skip to content

Commit

Permalink
Gerrit v3.9 release plan: Downgrade to JDK 17
Browse files Browse the repository at this point in the history
Change-Id: I0c07f8beb5f772f8edd5302c0731b635898c5961
  • Loading branch information
davido committed Oct 17, 2023
1 parent 9d0b5ad commit 997666c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _posts/2023-10-05-gerrit-3.9-release-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ toc: true
| Nov 17 | Release `3.9.0-rc4` |
| Nov 24 | Final release of `3.9.0` |

## Java 21
## Java 17

The language level used for Gerrit source code will stay on Java 11,
however, Gerrit will be also built and distributed for Java 21.
however, Gerrit will be also built and distributed for Java 17.

The reasons not to use LTS Java 21 directly are:

* Java 17 is an LTS anyway, so it is a stable release we can rely on
* Java 21 is not widely adopted yet by Bazel, OSes

## End-to-end Testing

Expand Down

0 comments on commit 997666c

Please sign in to comment.