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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@
281
281
## [1.1.8] - 2017-01-22
282
282
### Fixed
283
283
- Compatibility fixes for Docker for Mac v1.13.0 ([\#272](https://github.com/testcontainers/testcontainers-java/issues/272))
284
-
- Relax docker environment disk space check to accomodate unusual empty `df` output observed on Docker for Mac with OverlayFS ([\#273](https://github.com/testcontainers/testcontainers-java/issues/273), [\#278](https://github.com/testcontainers/testcontainers-java/issues/278))
284
+
- Relax docker environment disk space check to accommodate unusual empty `df` output observed on Docker for Mac with OverlayFS ([\#273](https://github.com/testcontainers/testcontainers-java/issues/273), [\#278](https://github.com/testcontainers/testcontainers-java/issues/278))
285
285
- Fix inadvertent private-scoping of startup checks' `StartupStatus`, which made implementation of custom startup checks impossible ([\#266](https://github.com/testcontainers/testcontainers-java/issues/266))
286
286
- Fix potential resource lead/deadlock when errors are encountered building images from a Dockerfile ([\#274](https://github.com/testcontainers/testcontainers-java/issues/274))
*[Start a discussion](https://github.com/testcontainers/testcontainers-java/discussions) if you have an idea, find a possible bug or have a general question.
6
6
* Contribute improvements or fixes using a [Pull Request](https://github.com/testcontainers/testcontainers-java/pulls). If you're going to contribute, thank you! Please just be sure to:
@@ -97,7 +97,7 @@ We will evaluate incubating modules periodically, and remove the label when appr
97
97
Since we generally get a lot of Dependabot PRs, we regularly combine them into single commits.
98
98
For this, we are using the [gh-combine-prs](https://github.com/rnorth/gh-combine-prs) extension for [GitHub CLI](https://cli.github.com/).
99
99
100
-
The whole process is as follow:
100
+
The whole process is as follows:
101
101
102
102
1. Check that all open Dependabot PRs did succeed their build. If they did not succeed, trigger a rerun if the cause were external factors or else document the reason if obvious.
103
103
2. Run the extension from an up-to-date local `main` branch: `gh combine-prs --query "author:app/dependabot"`
[Starting a Azurite container](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:emulatorContainer
25
+
[Starting an Azurite container](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:emulatorContainer
26
26
<!--/codeinclude-->
27
27
28
28
!!! note
@@ -32,11 +32,11 @@ If the tested application needs to use more than one set of credentials, the con
32
32
Please see some examples below.
33
33
34
34
<!--codeinclude-->
35
-
[Starting a Azurite Blob container with one account and two keys](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:withTwoAccountKeys
35
+
[Starting an Azurite Blob container with one account and two keys](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:withTwoAccountKeys
36
36
<!--/codeinclude-->
37
37
38
38
<!--codeinclude-->
39
-
[Starting a Azurite Blob container with more accounts and keys](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:withMoreAccounts
39
+
[Starting an Azurite Blob container with more accounts and keys](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerTest.java) inside_block:withMoreAccounts
40
40
<!--/codeinclude-->
41
41
42
42
#### Using with Blob
@@ -140,7 +140,7 @@ Configure the sender and the processor clients:
140
140
Start Azure CosmosDB Emulator during a test:
141
141
142
142
<!--codeinclude-->
143
-
[Starting a Azure CosmosDB Emulator container](../../modules/azure/src/test/java/org/testcontainers/containers/CosmosDBEmulatorContainerTest.java) inside_block:emulatorContainer
143
+
[Starting an Azure CosmosDB Emulator container](../../modules/azure/src/test/java/org/testcontainers/containers/CosmosDBEmulatorContainerTest.java) inside_block:emulatorContainer
Copy file name to clipboardExpand all lines: docs/modules/kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Now your tests or any other process running on your machine can get access to ru
43
43
Create a `ConfluentKafkaContainer` to use it in your tests:
44
44
45
45
<!--codeinclude-->
46
-
[Creating a ConlfuentKafkaContainer](../../modules/kafka/src/test/java/org/testcontainers/kafka/ConfluentKafkaContainerTest.java) inside_block:constructorWithVersion
46
+
[Creating a ConfluentKafkaContainer](../../modules/kafka/src/test/java/org/testcontainers/kafka/ConfluentKafkaContainerTest.java) inside_block:constructorWithVersion
Copy file name to clipboardExpand all lines: docs/test_framework_integration/junit_5.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Since this module has a dependency onto JUnit Jupiter and on Testcontainers core
62
62
has a dependency onto JUnit 4.x, projects using this module will end up with both, JUnit Jupiter
63
63
and JUnit 4.x in the test classpath.
64
64
65
-
This extension has only be tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.
65
+
This extension has only been tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.
66
66
67
67
## Adding Testcontainers JUnit 5 support to your project dependencies
0 commit comments