This is an initial port of the GlassFish 5 and earlier Arquillian container integrations to GlassFish 6, which builds on the Jakarta EE 9 APIs. Jakarta EE 9 switched the based API package namespace from javax.* to jakarta.*, introducing a source and binary incompatibility with previous versions of Java EE and Jakarta EE 8.
Because of this, the GlassFish container integration for 6.x and later has been broken out into a new project.
Build using the staging profile to pull in the staged but unreleased Jakarta dependencies:
mvn -Pstaging install