From 2ec0de5c47bef01457a8b3261ee3d5f5af05e077 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 7 Apr 2025 06:37:41 -0400 Subject: [PATCH] remove incubating --- docs/modules/solr.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/modules/solr.md b/docs/modules/solr.md index 44be46c1a1a..f4030c300d6 100644 --- a/docs/modules/solr.md +++ b/docs/modules/solr.md @@ -1,9 +1,5 @@ # Solr Container -!!! note - This module is INCUBATING. While it is ready for use and operational in the current version of Testcontainers, it is possible that it may receive breaking changes in the future. See [our contributing guidelines](/contributing/#incubating-modules) for more information on our incubating modules policy. - - This module helps running [solr](https://lucene.apache.org/solr/) using Testcontainers. Note that it's based on the [official Docker image](https://hub.docker.com/_/solr/).