arquillian-core
arquillian-core copied to clipboard
Add JUnit 6 support
JUnit 6 was released a while ago, and there are some updates in the JUnit platform. It may be necessary to update against JUnit 5 and add a new JUnit 6 module.
JUnit 6 is a minor update. No need for new modules. The issue you are experiencing is not in Arquillian Core.
According to JUnit 6, the infrastructure removes a lot of legacy artifacts, and upgraded a new Java 17 as baseline and also added built-in Kotlin suspend support.