vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Use org.testcontainers:testcontainers instead of per database specializations

Open vietj opened this issue 1 year ago • 0 comments

Motivation:

Test containers specializations for database do have a split package with the main test containers jars, preventing running tests in IDE. Since the benefit of these specialization is very thin, the tradeof is not worth and we should use basic testcontainers.

Changes:

Use org.testcontainers:testcontainers everywhere.

vietj avatar Sep 10 '24 10:09 vietj