Skip to content

firebird-testcontainers-java 1.5.0

Compare
Choose a tag to compare
@mrotteveel mrotteveel released this 16 Dec 12:52
· 9 commits to master since this release
v1.5.0
cd00576

What's changed

  • Updated org.testcontainers:jdbc to 1.20.4
  • Updated various test-dependencies
  • Updated Maven build plugins
  • Added support for ghcr.io/fdcastel/firebird images.
    The name is defined in FirebirdContainer.FDCASTEL_IMAGE (String) and FirebirdContainer.FDCASTEL_IMAGE_NAME (DockerImageName).
    These images are not accessible as a jdbc:tc:firebird[sql]:... URL, only through FirebirdContainer.
    All existing configuration options are mapped in a backwards compatible way.