Arquillian Containers

The Payara Arquillian containers provide various Arquillian containers for integration testing with Payara Enterprise.

In version 5.36.0, the following containers are available:

Payara Server:

Payara Micro:

Obtaining the Containers

Arquillian containers are included in a project via their Maven coordinates:

<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>arquillian-payara-${container-name}</artifactId>
    <version>${version}</version>
</dependency>

Some containers will be either in development or an early release version. In these cases the same process can be used, but the artifact will need to be built from source. The containers can be found in the Payara Arquillian source code repository.

Clone the ecosystem-arquillian-connectors Git repository:

git clone https://github.com/payara/ecosystem-arquillian-connectors.git

Build and install:

mvn clean install -DskipTests