Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade runtime images to Java 21 [HZ-4198] #194

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/brew/hazelcast-template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class HazelcastAT5X < Formula
url "https://github.com/hazelcast/hazelcast-command-line/releases/download/v5.2021.07.1/hazelcast-5.0-BETA-1.tar.gz"
sha256 "f108d22a1aec61bbd637f89ff522af7d9861ef13afcfad24a5095127f04f091d"

depends_on "openjdk" => :recommended
depends_on "openjdk@21" => :recommended

def install
libexec.install Dir["*"]
Expand Down
2 changes: 1 addition & 1 deletion packages/deb/hazelcast/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Section: imdg
Priority: optional
Architecture: all
Conflicts: ${CONFLICTS}
Depends: default-jdk-headless | java8-sdk-headless
Depends: default-jdk-headless | java21-sdk-headless
Maintainer: Hazelcast Platform Team <[email protected]>
Description: A tool that allows users to install & run Hazelcast
Homepage: https://www.hazelcast.com/
Expand Down
2 changes: 1 addition & 1 deletion packages/rpm/hazelcast.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Source1: hazelcast.service

Requires(pre): shadow-utils

Requires: java-headless
Requires: java-21

BuildArch: noarch
BuildRequires: systemd-rpm-macros
Expand Down
Loading