Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-36734
  • Loading branch information
snicoll committed Aug 4, 2023
2 parents 80f9d5c + fd88024 commit de632dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,25 @@ public enum JavaVersion {

/**
* Java 17.
* @since 2.5.3
*/
SEVENTEEN("17", Console.class, "charset"),

/**
* Java 18.
* @since 2.5.11
*/
EIGHTEEN("18", Duration.class, "isPositive"),

/**
* Java 19.
* @since 2.6.12
*/
NINETEEN("19", Future.class, "state"),

/**
* Java 20.
* @since 2.7.13
*/
TWENTY("20", Class.class, "accessFlags");

Expand Down

0 comments on commit de632dd

Please sign in to comment.