Skip to content

Commit

Permalink
Remove Java 14
Browse files Browse the repository at this point in the history
With the release of Java 15.0.1, Java 14 is officially EOL.  This change
removes it from the buildpack.

Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
nebhale committed Oct 20, 2020
1 parent c750430 commit 56de252
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 206 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/update-jdk-14.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/update-jre-14.yml

This file was deleted.

24 changes: 0 additions & 24 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,30 +103,6 @@ stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "jdk"
name = "Azul Zulu JDK"
version = "14.0.2"
uri = "https://repos.azul.com/azure-only/zulu/packages/zulu-14/14.0.2/zulu-14-azure-jdk_14.29.23-14.0.2-linux_x64.tar.gz"
sha256 = "d5aff1f668ebf60926d7f940c05184c4420081e31edf2ab76580702ea9c6cbb0"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "jre"
name = "Azul Zulu JRE"
version = "14.0.2"
uri = "https://repos.azul.com/azure-only/zulu/packages/zulu-14/14.0.2/zulu-14-azure-jre_14.29.23-14.0.2-linux_x64.tar.gz"
sha256 = "08567f5beafc86251795abbdbfc82c3ab7572873f593824937a85e3644cef07a"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
id = "jdk"
name = "Azul Zulu JDK"
Expand Down

0 comments on commit 56de252

Please sign in to comment.