Testcontainers for Java 1.19.8
๐ Features & Enhancements
- support backtick enquoting in SQL script splitter (#8593) @peterhalicky
- [localstack] Automatically add LAMBDA_DOCKER_FLAGS with testcontainers labels (#8595) @dfangl
- [qdrant] Allow to set key and config file (#8556) @eddumelendez
- [weaviate] Support new project container registry (#8512) @ThomasVitale
- [kafka] Add support for
apache/kafka
(#8416) @eddumelendez - [kafka] Skip starting zookeeper when using a Kafka container with the provided Zookeeper (#8433) @silh
- Use Awaitility to Poll the Image Pull (#8453) @JKomoroski
- Avoid usage of the non monotonic clock System.currentTimeMillis() in favor of System.nanoTime() (#6392) @Nateckert
- Fix DateTimeParseException when created is not set in image config (#8302) @SgtSilvio
- [redpanda] Override entrypoint (#8450) @eddumelendez
- [weaviae] Add method for getting gRPC port (#8431) @antas-marcin
- [clickhouse] Add
getDatabaseName()
method (#8339) @colin-lee
๐ Bug Fixes
๐ Documentation
๐งน Housekeeping
- Add Weaviate module tests with modules (#8481) @antas-marcin
- Update alpine image version to 3.17 (#8476) @eddumelendez
- fix getConnectionString javadoc (#8129) @gabrielluciano
๐ฆ Dependency updates
- Move to gradle/actions/wrapper-validation (#8559) @eddumelendez
- upgrade to github actions setup-java v4 (#8475) @sullis
- Update ryuk version to 0.7.0 (#8451) @eddumelendez
- chore: use new sshd:1.2.0 image (#8574) @mdelapenya