You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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