Skip to content

arquillian/arquillian-container-glassfish6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e36cf88 · May 4, 2022

History

16 Commits
May 4, 2022
Jul 8, 2020
Jul 8, 2020
May 3, 2022
May 3, 2022
May 3, 2022
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020
Jul 8, 2020
Jul 8, 2020
Jul 8, 2020
Apr 20, 2022

Repository files navigation

Arquillian GlassFish 6 Container Integration

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.

Building

Build using the staging profile to pull in the staged but unreleased Jakarta dependencies:

mvn -Pstaging install

TODO

The GlassFish 5.x and earlier version had support for an embedded version of the container integration. Those APIs have changed significantly and the embedded container support still needs to be updated for GlassFish 6.x.