-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
CentOS Stream 9
-
None
-
None
-
None
-
None
-
OpenJDK
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
It appears that CentOS Stream 9 is still shipping a fairly old version of the java-11-openjdk package. In contrast, both Fedora and RHEL 9 are shipping a newer version that contains several bugfixes I care about, and it is unclear which of these (if any) are backported in CentOS Stream.
Please provide the package NVR for which bug is seen:
java-11-openjdk-headless-11.0.18.0.10-3.el9
How reproducible:
Always
Steps to reproduce
podman run -t -i quay.io/centos/centos:stream9
/]# dnf install -y java-11-openjdk-headless /]# java -version openjdk version "11.0.18" 2023-01-17 LTS OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS, mixed mode, sharing)
Expected results
Instead of getting an 11.0.18 version back, I would expect at least 11.0.21 (or even better, 11.0.22, since that was just released).
For example, this is what version I'm seeing in UBI9 (which I presume matches what RHEL 9.3 is shipping)
podman run -t -i registry.access.redhat.com/ubi9/ubi-minimal
/]# microdnf install -y java-11-openjdk-headless /]# java -version openjdk version "11.0.21" 2023-10-17 LTS OpenJDK Runtime Environment (Red_Hat-11.0.21.0.9-1) (build 11.0.21+9-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.21.0.9-1) (build 11.0.21+9-LTS, mixed mode, sharing)
Actual results
openjdk version "11.0.18" 2023-01-17 LTS OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS, mixed mode, sharing)
- is cloned by
-
RHEL-25553 CentOS Stream 9 is shipping old OpenJDK (11.0.18)
-
- New
-