Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6350

Logging doesn't work as expected on most recent JDK 21 builds

    XMLWordPrintable

Details

    • Hide
      • Download most recent JDK 21 EA build from: https://jdk.java.net/21/
      • cd wildfly-core
      • export JAVA_HOME=YOUR_JDK21_EA_LOCATION && export PATH=$JAVA_HOME/bin:$PATH
      • mvn clean install -DallTests -DskipTests=true
      • cd testsuite/embedded
      • mvn test -Dtest=**/JBossLogManager*TestCase
      • cd ../manualmode
      • mvn test -Dtest=**/CLIEmbed*TestCase
      Show
      Download most recent JDK 21 EA build from: https://jdk.java.net/21/ cd wildfly-core export JAVA_HOME=YOUR_JDK21_EA_LOCATION && export PATH=$JAVA_HOME/bin:$PATH mvn clean install -DallTests -DskipTests=true cd testsuite/embedded mvn test -Dtest=**/JBossLogManager*TestCase cd ../manualmode mvn test -Dtest=**/CLIEmbed*TestCase

    Description

      The following tests used to work on JDK21ea15 but started to fail on JDK21ea16

      wildfly-core/testsuite/embedded

      • JBossLogManagerHostControllerTestCase
      • JBossLogManagerStandaloneTestCase

      wildfly-core/testsuite/manualmode

      • CLIEmbedHostControllerTestCase
      • CLIEmbedServerTestCase

      I bisected this commit to be the problematic one.

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            ropalka Richard Opalka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: