-
Component Upgrade
-
Resolution: Done
-
Major
-
33.0.0.Final
-
None
-
Release Notes
-
---
-
---
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>
- clones
-
WFLY-19572 Upgrade Arquillian 1.9.1.Final, Arquillian Jakarta to 10.0.0.Final and WildFly Arquillian to 5.1.0.Beta4
- Resolved
- is incorporated by
-
WFLY-19572 Upgrade Arquillian 1.9.1.Final, Arquillian Jakarta to 10.0.0.Final and WildFly Arquillian to 5.1.0.Beta4
- Resolved