We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13763d9 commit 52f3cc5Copy full SHA for 52f3cc5
CHANGES.md
@@ -8,7 +8,7 @@ Version History
8
- switch to JUnit 5 and use the `@Testcontainers` and `@Container` annotations,
9
- stay on firebird-testcontainers-java 1.6.1 and org.testcontainers:jdbc 1.21.4,
10
- switch to using Testcontainers URLs instead of using `@Rule` or `@ClassRule`, or
11
- - write you own rule implementation to start and stop the container.
+ - write your own rule implementation to start and stop the container.
12
- Removed self-referencing generic type parameter from `FirebirdContainer`. \
13
You need to replace occurrences of `FirebirdContainer<?>` and `FirebirdContainer<>` with `FirebirdContainer`.
14
- Removed deprecated no-arg constructor from `FirebirdContainer`
0 commit comments