Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-25553

CentOS Stream 9 is shipping old OpenJDK (11.0.18)

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • CentOS Stream 9
    • java-11-openjdk
    • None
    • None
    • None
    • rhel-sst-java
    • 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) 

              rhn-engineering-ahughes Andrew Hughes
              krrgithub@gmail.com Ken Reese (Inactive)
              Andrew Hughes Andrew Hughes
              David Kutalek David Kutalek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: