Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Infinispan is an open-source in-memory database that can hold nearly any type of data, from plain-text to structured objects.

Examples

Dependency:
<dependency>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-server-testdriver-core</artifactId>
    <version>16.0</version>
    <scope>test</scope>
</dependency>
Usage:
var infinispan = new InfinispanContainer();
infinispan.start();