Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/artemis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>activemq</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-activemq</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/azure-eventhubs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>azure</artifactId>
<version>1.20.5</version>
<artifactId>testcontainers-azure</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions modules/azure-servicebus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docs:
```java
Network network = Network.newNetwork();

MSSQLServerContainer<?> mssql = new MSSQLServerContainer<>("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
MSSQLServerContainer<?> mssql = new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
.acceptLicense()
.withNetwork(network);
mssql.start();
Expand All @@ -26,8 +26,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>azure</artifactId>
<version>1.20.5</version>
<artifactId>testcontainers-azure</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/azurite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>azure</artifactId>
<version>1.20.5</version>
<artifactId>testcontainers-azure</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions modules/cassandra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ docs:
maintainer: core
example: |
```java
var cassandra = new CassandraContainer<>(DockerImageName.parse("cassandra:3.11.2"));
var cassandra = new CassandraContainer("cassandra:3.11.2");
cassandra.start();
```
installation: |
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>cassandra</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-cassandra</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/chroma/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>chromadb</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-chromadb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/clickhouse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>clickhouse</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-clickhouse</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/cockroachdb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>cockroachdb</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-cockroachdb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/consul/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>consul</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-consul</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/cosmodb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>azure</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-azure</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/couchbase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>couchbase</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-couchbase</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/databend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>databend</artifactId>
<version>1.20.1</version>
<artifactId>testcontainers-databend</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/db2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>db2</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-db2</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion modules/docker-mcp-gateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docs:
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.21.3</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion modules/dockermodelrunner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docs:
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.21.0</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/elasticsearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-elasticsearch</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/google-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>gcloud</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-gcloud</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/grafana/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>grafana</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-grafana</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/hivemq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>hivemq</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-hivemq</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/influxdb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>influxdb</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-influxdb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/k3s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>k3s</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-k3s</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/k6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>k6</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-k6</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/kafka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.1</version>
<artifactId>testcontainers-kafka</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/localstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-localstack</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions modules/mariadb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ docs:
maintainer: core
example: |
```java
var mariaDB = new MariaDBContainer<>(DockerImageName.parse("mariadb:10.5.5"));
var mariaDB = new MariaDBContainer("mariadb:10.5.5");
mariaDB.start();
```
installation: |
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mariadb</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-mariadb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/milvus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>milvus</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-milvus</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/minio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>minio</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-minio</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/mockserver/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-mockserver</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/mongodb-atlas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>1.20.4</version>
<artifactId>testcontainers-mongodb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/mongodb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-mongodb</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions modules/mssql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docs:
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mssqlserver</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-mssqlserver</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions modules/mysql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ docs:
maintainer: core
example: |
```java
var mysql = new MySQLContainer<>(DockerImageName.parse("mysql:5.7.34"));
var mysql = new MySQLContainer(DockerImageName.parse("mysql:5.7.34"));
mysql.start();
```
installation: |
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-mysql</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions modules/neo4j/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ docs:
maintainer: official
example: |
```java
var neo4j = new Neo4jContainer<>(DockerImageName.parse("neo4j:4.4"));
var neo4j = new Neo4jContainer("neo4j:4.4");
neo4j.start();
```
installation: |
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>neo4j</artifactId>
<version>1.20.0</version>
<artifactId>testcontainers-neo4j</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
Loading