Hey
we have Gerrit server with CentOS:
CentOS Linux release 7.6.1810 (Core)
I have try to install java17 via
yum install java-17-openjdk
and unable to do so
therefore i have downloaded form:
openjdk-17.0.1_linux-x64_bin.tar.gz
And untar it :
[bin]# ./java --version
openjdk 17.0.1 2021-10-19
OpenJDK Runtime Environment (build 17.0.1+12-39)
OpenJDK 64-Bit Server VM (build 17.0.1+12-39, mixed mode, sharing)
[ bin]#
is this version Ok to be used?
As i can see old version has "TLS"
[bin]# java --version
openjdk 11.0.18 2023-01-17 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-1.el7_9) (build 11.0.18+10-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-1.el7_9) (build 11.0.18+10-LTS, mixed mode, sharing)
this is good enough
Please update
thanks
Guy