はじめに
CentOS7にOpenJDK11を標準インストール
親記事:OpenJDKの各種インストール方法とEOLまとめ
サポート
本手法で導入した場合、CentOSはRHELのクローンなのでOpenJDK ライフサイクルおよびサポートポリシー - Red Hat Customer Portalより、2024-10がEOLになると思われる。
ただしOSのEOLが2024-06-30のため、実際には2024-06-30がEOLになると思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。
LOG
インストール
# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
# yum install -y java-11-openjdk which
... 略
各種確認
# which java
/usr/bin/java
# java -version
openjdk version "11.0.4" 2019-07-16 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.4+11-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11-LTS, mixed mode, sharing)
# yum info java-11-openjdk
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: ty1.mirror.newmediaexpress.com
* extras: ty1.mirror.newmediaexpress.com
* updates: ty1.mirror.newmediaexpress.com
Installed Packages
Name : java-11-openjdk
Arch : x86_64
Epoch : 1
Version : 11.0.4.11
Release : 1.el7_7
Size : 574 k
Repo : installed
From repo : updates
Summary : OpenJDK Runtime Environment 11
URL : http://openjdk.java.net/
License : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with
: exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC
: and FTL and RSA
Description : The OpenJDK runtime environment.
Available Packages
Name : java-11-openjdk
Arch : i686
Epoch : 1
Version : 11.0.4.11
Release : 1.el7_7
Size : 207 k
Repo : updates/7/x86_64
Summary : OpenJDK Runtime Environment 11
URL : http://openjdk.java.net/
License : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with
: exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC
: and FTL and RSA
Description : The OpenJDK runtime environment.