Skip to content

Commit

Permalink
OpenJDK Q1 2024 updates (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Jan 17, 2024
1 parent 5e02381 commit 66fa0d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main

## v150

* Upgrade default JDKs to 21.0.2, 17.0.10, 11.0.22 and 8u402. ([#284](https://github.com/heroku/heroku-buildpack-jvm-common/pull/284))

## v149

* JVM runtime options for Dynos that are **not** `Eco`, `Basic`, `Standard-1X`, `Standard-2X`, `Performance-M` or `Performance-L` (or their Private Spaces equivalents) will no longer default to the options for `Eco` Dynos. Instead, JVM ergonomics will be used in conjunction with `-XX:MaxRAMPercentage=80.0` to ensure sensible defaults for such Dynos. ([#282](https://github.com/heroku/heroku-buildpack-jvm-common/pull/282))
Expand Down
8 changes: 4 additions & 4 deletions lib/jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

DEFAULT_JDK_VERSION="1.8"

DEFAULT_JDK_1_8_VERSION="1.8.0_392"
DEFAULT_JDK_11_VERSION="11.0.21"
DEFAULT_JDK_17_VERSION="17.0.9"
DEFAULT_JDK_21_VERSION="21.0.1"
DEFAULT_JDK_1_8_VERSION="1.8.0_402"
DEFAULT_JDK_11_VERSION="11.0.22"
DEFAULT_JDK_17_VERSION="17.0.10"
DEFAULT_JDK_21_VERSION="21.0.2"

# EOL Versions
DEFAULT_JDK_1_7_VERSION="1.7.0_352"
Expand Down

0 comments on commit 66fa0d0

Please sign in to comment.