Update heroku/buildpacks-jvm to v5.0.0#524
Closed
heroku-linguist[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
## heroku/gradle ### Added - Support for the `arm64` architecture. ([#668](heroku/buildpacks-jvm#668)) ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) ## heroku/java ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) - Updated `heroku/gradle` to `5.0.0`. - Updated `heroku/jvm` to `5.0.0`. - Updated `heroku/maven` to `5.0.0`. ## heroku/java-function ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) - Updated `heroku/jvm-function-invoker` to `5.0.0`. - Updated `heroku/jvm` to `5.0.0`. - Updated `heroku/maven` to `5.0.0`. ## heroku/jvm ### Added - Support for the `arm64` architecture. ([#668](heroku/buildpacks-jvm#668)) ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) - This buildpack is no longer Heroku stack specific and can be used with most `amd64` or `arm64` Linux based CNB build and run images. ([#662](heroku/buildpacks-jvm#662)) - Default OpenJDK distribution is now always Azul® Zulu®. ([#662](heroku/buildpacks-jvm#662)) - Some error messages relating to OpenJDK installation changed. ([#665](heroku/buildpacks-jvm#665)) - OpenJDK is now downloaded from `heroku-buildpacks-jvm.s3.us-east-1.amazonaws.com`. Users that use allow-listing for internet access during builds might need to add this new URL to their allow-list. ([#665](heroku/buildpacks-jvm#665)) ### Removed - Support for Heroku's own OpenJDK build distribution. Users that explicitly request that distribution by prefixing their OpenJDK version with `heroku-` need to either remove the prefix or replace it with `zulu-`. Azul Zulu is a drop-in replacement for the Heroku OpenJDK distribution. ([#662](heroku/buildpacks-jvm#662)) ## heroku/jvm-function-invoker ### Changed - Updated function runtime to 1.1.7. ([#664](heroku/buildpacks-jvm#664)) - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) ## heroku/maven ### Added - Support for the `arm64` architecture. ([#668](heroku/buildpacks-jvm#668)) ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) ## heroku/sbt ### Removed - Support for sbt `<1.0`. This buildpack supported old and deprecated sbt versions on a best-effort basis before. Artifacts required by those older versions recently started to be unavailable upstream which caused us to drop support for those versions. If you're affected, please migrate your project to the latest stable sbt version `1.10.0`. ([#669](heroku/buildpacks-jvm#669)) ### Added - Support for the `arm64` architecture. ([#668](heroku/buildpacks-jvm#668)) ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) ## heroku/scala ### Changed - Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](heroku/buildpacks-jvm#662)) - Updated `heroku/jvm` to `5.0.0`. - Updated `heroku/sbt` to `5.0.0`.
Member
|
Closing due to failure with Java functions that require an updated buildpack. |
auto-merge was automatically disabled
May 23, 2024 15:43
Pull request was closed
heroku-linguist bot
added a commit
that referenced
this pull request
Mar 13, 2026
## heroku/python ### Changed - Updated uv from 0.10.7 to 0.10.9. ([#523](heroku/buildpacks-python#523)) - Switched to downloading uv from `releases.astral.sh` instead of GitHub releases. ([#524](heroku/buildpacks-python#524))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
heroku/gradle
Added
arm64architecture. (#668)Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/java
Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/gradleto5.0.0.heroku/jvmto5.0.0.heroku/mavento5.0.0.heroku/java-function
Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/jvm-function-invokerto5.0.0.heroku/jvmto5.0.0.heroku/mavento5.0.0.heroku/jvm
Added
arm64architecture. (#668)Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)amd64orarm64Linux based CNB build and run images. (#662)heroku-buildpacks-jvm.s3.us-east-1.amazonaws.com. Users that use allow-listing for internet access during builds might need to add this new URL to their allow-list. (#665)Removed
heroku-need to either remove the prefix or replace it withzulu-. Azul Zulu is a drop-in replacement for the Heroku OpenJDK distribution. (#662)heroku/jvm-function-invoker
Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/maven
Added
arm64architecture. (#668)Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/sbt
Removed
<1.0. This buildpack supported old and deprecated sbt versions on a best-effort basis before. Artifacts required by those older versions recently started to be unavailable upstream which caused us to drop support for those versions. If you're affected, please migrate your project to the latest stable sbt version1.10.0. (#669)Added
arm64architecture. (#668)Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/scala
Changed
0.9to0.10, and so requireslifecycle0.17.xor newer. (#662)heroku/jvmto5.0.0.heroku/sbtto5.0.0.