Skip to content

firebird-testcontainers-java 1.5.1

Choose a tag to compare

@mrotteveel mrotteveel released this 30 Jan 09:43
· 19 commits to master since this release
v1.5.1
1c36a6d

What's changed

  • Added support for firebirdsql/firebird.
    This was originally the fdcastel image.
    The name is defined in FirebirdContainer.PROJECT_IMAGE.
    In 1.5.x, these images are not accessible as a jdbc:tc:firebird[sql]:... URL, only through FirebirdContainer; this will change with version 1.6.0.
    All existing configuration options are mapped in a backwards compatible way.
  • Defined JACOB_ALBERTY_IMAGE constant in FirebirdContainer.
  • Support for the fdcastel image is considered deprecated, but there are currently no plans to remove it.
    Switch to the project image (firebirdsql/firebird).
  • In the 1.6.0 release, the 5.0.1 version of the project image (firebirdsql/firebird) will become the default image.
    Make sure you explicitly use this image name (and a version tag) if you want to stick to the jacobalberty image with the next release.
  • Updated various test-dependencies