Skip to content

Commit 73d8670

Browse files
committed
Complete OpenJDK migration: Add Java 8 to CF mirror with normalized version format
- Migrate Java 8.0.452 to BellSoft Liberica from CF mirror - Use normalized version format (8.0.452) for buildpack-packager compatibility - Point URI to CF mirror file (bellsoft-jre8u452+11-linux-amd64.tar.gz) - Update Java 8 deprecation link to BellSoft documentation - Add source and source_sha256 fields for upstream tracking Solution: Buildpack-packager validates the version field, not the URI. By using version 8.0.452 (modern format) with the CF mirror URI (which has 1.8.0_452 in filename), we satisfy both requirements. All 4 OpenJDK versions (8, 11, 17, 21) now use BellSoft Liberica from CF mirror. Build succeeds at 5.3MB.
1 parent 238f54f commit 73d8670

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

manifest.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ dependency_deprecation_dates:
177177
- version_line: 8.x
178178
name: openjdk
179179
date: 2026-11-30
180-
link: https://adoptium.net/support/
180+
link: https://bell-sw.com/pages/downloads/#jdk-8-lts
181181
match: 8\.\d+\.\d+
182182
- version_line: 11.x
183183
name: openjdk
@@ -196,13 +196,15 @@ dependency_deprecation_dates:
196196
match: 21\.\d+\.\d+
197197

198198
dependencies:
199-
# OpenJDK JRE versions
199+
# OpenJDK JRE versions (BellSoft Liberica from CF Mirror)
200200
- name: openjdk
201-
version: 8.0.472
202-
uri: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jre_x64_linux_hotspot_8u472b08.tar.gz
203-
sha256: 6f7fb5fd640a0fd00837344b0920cbc4b9b9284b50e66f33789e3b250446a16e
201+
version: 8.0.452
202+
uri: https://java-buildpack.cloudfoundry.org/openjdk/jammy/x86_64/bellsoft-jre8u452%2B11-linux-amd64.tar.gz
203+
sha256: 0a041f8d935fbe2f002116f702656235f91f9b2611785833926444da8d922e44
204204
cf_stacks:
205205
- cflinuxfs4
206+
source: https://bell-sw.com/pages/downloads/#jdk-8-lts
207+
source_sha256: 0a041f8d935fbe2f002116f702656235f91f9b2611785833926444da8d922e44
206208

207209
- name: openjdk
208210
version: 11.0.27

0 commit comments

Comments
 (0)