Skip to content

firebird-testcontainers-java 1.6.0

Latest
Compare
Choose a tag to compare
@mrotteveel mrotteveel released this 12 Aug 10:02
· 2 commits to master since this release
v1.6.0
caf5844

What's changed

  • The project image (firebirdsql/firebird) is now the default.
    Contrary to previously announced, the 5.0.3 tag is the default, not 5.0.1.
    If you want to continue using the jacobalberty image, you'll need to explicitly reference the image name (e.g. using FirebirdContainer.JACOB_ALBERTY_IMAGE).
  • As a backwards compatibility measure, a subset of tags of the jacobalberty image are recognized in jdbc:tc:firebird[sql]:... URLs and FirebirdContainerProvider.newInstance(String).
    Specifically, tags starting with 2., v2, v3, v4 and v5 will select the jacobalberty image instead of the project image.
  • Support for the jacobalberty image is considered deprecated, but there are currently no plans to remove it.
    Switch to the project image (firebirdsql/firebird).
  • Support for the fdcastel image was removed as it is no longer available.
    Switch to the project image (firebirdsql/firebird).
  • Updated org.testcontainers:jdbc to 1.21.3
  • Updated various test-dependencies
  • Updated Maven build plugins