firebird-testcontainers-java 2.0.0 released

1 view
Skip to first unread message

Mark Rotteveel

unread,
Feb 22, 2026, 6:03:36 AM (5 days ago) Feb 22
to firebird-java

I have just released firebird-testcontainers-java version 2.0.0.

What's changed

  • Updated to org.testcontainers:testcontainers-jdbc 2.0.3
    Testcontainers-java 2.0.x no longer supports JUnit 4 rules. You need to either:
    • switch to JUnit 5 and use the @Testcontainers and @Container annotations,
    • stay on firebird-testcontainers-java 1.6.1 and org.testcontainers:jdbc 1.21.4,
    • switch to using Testcontainers URLs instead of using @Rule or @ClassRule, or
    • write your own rule implementation to start and stop the container.
  • Removed self-referencing generic type parameter from FirebirdContainer.
    You need to replace occurrences of FirebirdContainer<?> and FirebirdContainer<> with FirebirdContainer.
  • Removed deprecated no-arg constructor from FirebirdContainer
  • Updated various test dependencies

See https://github.com/FirebirdSQL/firebird-testcontainers-java for more information. 

Mark

P.S. Version 1.6.1 was also released today, upgrading to org.testcontainers:jdbc 1.21.4 for Docker compatibility.

-- 
Mark Rotteveel
Reply all
Reply to author
Forward
0 new messages