From 9c5c352fbc6bc7497b611c2917585d7c2d384a89 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 30 Mar 2023 11:33:23 +0300 Subject: [PATCH] Add Quarkus to the list of projects using testcontainers (#6832) --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 3c19d2ee604..8eee54769e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -221,6 +221,7 @@ A huge thank you to our sponsors: * [Apache SeaTunnel](https://github.com/apache/incubator-seatunnel) - Integration testing with different datasource. * [Bucket4j](https://github.com/bucket4j/bucket4j) - Java rate-limiting library based on the token-bucket algorithm. * [Spark ClickHouse Connector](https://github.com/housepower/spark-clickhouse-connector) - Integration tests for Apache Spark with both single node ClickHouse instance and multi-node ClickHouse cluster. +* [Quarkus](https://github.com/quarkusio/quarkus) - Testcontainers is used extensively for Quarkus' [DevServices](https://quarkus.io/guides/dev-services) feature. ## License