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

Arquillian version specified in user BOMs fails with JUnit 5

XMLWordPrintable

      WildFly 33 Final BOM depends on Arquillian 1.8.1.Final that is not working with JUnit 5 (tracked by https://github.com/arquillian/arquillian-core/issues/576).

      Any user using our BOMs to test their applications against WildFly with Arquillian + JUnit 5 will see new failures.

      To work around this regression, they must explicitly bump the Arquillian version in their pom.xml

              <dependency>
                  <groupId>org.jboss.arquillian.junit5</groupId>
                  <artifactId>arquillian-junit5-container</artifactId>
                  <!-- temporary overriding as the 1.8.1.Final version pulled by
                       WildFly BOM does not work with JUnit 5
                  -->
                  <version>1.9.1.Final</version>
                  <scope>test</scope>
              </dependency>
      

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: