Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-21326

SSLEJBRemoteClientTestCase & SSLEJBRemoteRemotingClientTestCase failing on JDK26

XMLWordPrintable

    • Hide
      cd wildfly/testsuite/intergration/manualmode
      export JAVA_HOME=$JDK26
      export PATH=$JAVA_HOME/bin:$PATH
      mvn test -Dtest=**/SSLEJBRemoteRemotingClientTestCase,**/SSLEJBRemoteClientTestCase
      
      Show
      cd wildfly/testsuite/intergration/manualmode export JAVA_HOME=$JDK26 export PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=**/SSLEJBRemoteRemotingClientTestCase,**/SSLEJBRemoteClientTestCase
    • ---
    • ---

      Both SSLEJBRemoteClientTestCase and SSLEJBRemoteRemotingClientTestCase started to fail since JDK 26 build 10.
      After bisecting I identified the following JDK commit to be introducing the regression:
      https://github.com/openjdk/jdk/commit/e544cd992099ef905266610c2c1456705cdc4587
      Setting -Djdk.tls.SunX509KeyManager.certChecking=false resolves the regression
      but would be better if security team would have a look at this issue.

              darran.lofthouse@redhat.com Darran Lofthouse
              ropalka Richard Opalka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: