testcontainers-java
testcontainers-java copied to clipboard
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Bumps [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 9.1.4 to 9.2.2. Release notes Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases. Elasticsearch 9.2.2 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.2-release-notes Elasticsearch 9.2.1 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.1-release-notes Elasticsearch 9.2.0 Downloads: https://elastic.co/downloads/elasticsearch...
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.54.1 to 1.56.0. Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.56.0 API Incubator Support ExtendedOpenTelemetry in GlobalOpenTelemetry (#7799) SDK Changes to MeterConfig, LoggerConfig, TracerConfig are guaranteed to...
Hi, I found out that, when I run Testcontainers using GraalVM native build and I want to have support for `MountableFile` from class path, it fails with following exception. I...
### Module PostgreSQL ### Testcontainers version 2.0.2 ### Using the latest Testcontainers version? Yes ### Host OS Linux, Fedora 43 ### Host Arch x86 ### Docker version ```shell podman version...
### Description This PR improves the test coverage for the `PostgreSQLContainer` class by validating the configuration of custom credentials (`databaseName`, `username`, `password`). ### Context Previous tests primarily covered default settings....
### Description This PR adds a basic usage example to the K6 module documentation, as requested in issue #8780. Currently, the documentation lacks a clear starting point for instantiating the...
This is a breaking change, but only in the INCUBATING Azure module. No neat way to do this without any pain. Users of this module will need to: change their...
### Motivation This PR implements the static `getR2dbcUrl()` helper method for the MySQL module, as requested by @eddumelendez in issue #8797. Currently, users working with R2DBC drivers have to manually...
### Motivation This PR implements the static `getR2dbcUrl()` helper method for the MariaDB module, as discussed in #8797. **This implementation follows the static method approach suggested by @eddumelendez in the...
Bumps [org.typesense:typesense-java](https://github.com/typesense/typesense-java) from 1.3.0 to 2.0.0. Release notes Sourced from org.typesense:typesense-java's releases. v2.0.0 Typesense Java client v2.0.0 is compatible with Typesense versions >= 30.0.rca31. Check the changelog for v30 here:...