Skip to content

Commit 706259d

Browse files
authored
Merge branch 'master' into selenium-refactoring
2 parents 3175141 + e597f4a commit 706259d

File tree

44 files changed

+487
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+487
-276
lines changed

.github/workflows/ci-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix: ${{ steps.set-matrix.outputs.matrix }}
1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: actions/setup-java@v2.4.0
20+
- uses: actions/setup-java@v2.5.0
2121
with:
2222
java-version: '8.0.302'
2323
distribution: temurin
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-18.04
4646
steps:
4747
- uses: actions/checkout@v2
48-
- uses: actions/setup-java@v2.4.0
48+
- uses: actions/setup-java@v2.5.0
4949
with:
5050
java-version: '8.0.302'
5151
distribution: temurin

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/setup-java@v2.4.0
28+
- uses: actions/setup-java@v2.5.0
2929
with:
3030
java-version: '8.0.302'
3131
distribution: temurin
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-18.04
5252
steps:
5353
- uses: actions/checkout@v2
54-
- uses: actions/setup-java@v2.4.0
54+
- uses: actions/setup-java@v2.5.0
5555
with:
5656
java-version: '8.0.302'
5757
distribution: temurin

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-java@v2.4.0
16+
- uses: actions/setup-java@v2.5.0
1717
with:
1818
java-version: '8.0.302'
1919
distribution: temurin

.github/workflows/update-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
1818
git diff
1919
- name: Create Pull Request
20-
uses: peter-evans/create-pull-request@67df31e08a133c6a77008b89689677067fef169e # v3.10.1
20+
uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a # v3.10.1
2121
with:
2222
title: Update docs version to ${GITHUB_REF##*/}
2323
body: |

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Update Gradle Wrapper
16-
uses: gradle-update/update-gradle-wrapper-action@a116d8b533be6c4e71a8b3c3871b7344ca72bf12 # v1.0.13
16+
uses: gradle-update/update-gradle-wrapper-action@f31ab392a9d75029f9fd0883d8d6745c0139a006 # v1.0.13
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
labels: dependencies

Pipfile.lock

Lines changed: 217 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ dependencies {
8282

8383
api 'com.github.docker-java:docker-java-transport-zerodep'
8484

85-
shaded "org.yaml:snakeyaml:1.29"
85+
shaded "org.yaml:snakeyaml:1.30"
8686

8787
shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
8888

8989
shaded 'org.zeroturnaround:zt-exec:1.12'
9090

9191
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
92-
testImplementation 'redis.clients:jedis:3.7.0'
92+
testImplementation 'redis.clients:jedis:4.0.1'
9393
testImplementation 'com.rabbitmq:amqp-client:5.14.0'
9494
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
9595

96-
testImplementation ('org.mockito:mockito-core:4.1.0') {
96+
testImplementation ('org.mockito:mockito-core:4.2.0') {
9797
exclude(module: 'hamcrest-core')
9898
}
9999
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,34 @@ A huge thank you to our sponsors:
127127
</a>
128128
</div>
129129

130+
<div style="text-align:center; max-width: 128px; display: inline-block; margin: 5px;">
131+
<a href="https://www.elastic.co/">
132+
<img src="sponsor_logos/elastic.png" style="width: 100%"/>
133+
<p>Elastic</p>
134+
</a>
135+
</div>
136+
137+
### Donors
138+
139+
<div style="text-align:center; max-width: 128px; display: inline-block; margin: 5px;">
140+
<a href="https://www.redhat.com">
141+
<img src="sponsor_logos/red_hat.png" style="width: 100%"/>
142+
<p>Red Hat</p>
143+
</a>
144+
</div>
145+
130146
### Backers
131147

132148
* [Philip Riecks (@rieckpil)](https://github.com/rieckpil)
133149
* [Karl Heinz Marbaise (@khmarbaise)](https://github.com/khmarbaise)
134150
* [Sascha Frinken (@sascha-frinken)](https://github.com/sascha-frinken)
135151
* [Christoph Dreis (@dreis2211)](https://github.com/dreis2211)
136-
* [Pascal Zwick (@pas2al)](https://github.com/pas2al)
137152
* [Nikita Zhevnitskiy (@zhenik)](https://github.com/zhenik)
138153
* [Bas Stoker (@bastoker)](https://github.com/bastoker)
139154
* [Oleg Nenashev (@oleg-nenashev)](https://github.com/oleg-nenashev)
155+
* [Rik Glover (@rikglover)](https://github.com/rikglover)
156+
* [Amitosh Swain Mahapatra (@recrsn)](https://github.com/recrsn)
157+
* [Paris Apostolopoulos](https://opencollective.com/paris-apostolopoulos)
140158

141159
## Who is using Testcontainers?
142160

docs/modules/databases/neo4j.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ public class ExampleTest {
139139
}
140140
```
141141

142+
!!! note
143+
The `withDatabase` method will only work with Neo4j 3.5 and throw an exception if used in combination with a newer version.
144+
142145
## Choose your Neo4j license
143146

144147
If you need the Neo4j enterprise license, you can declare your Neo4j container like this:

docs/modules/localstack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Localstack Module
1+
# LocalStack Module
22

3-
Testcontainers module for the Atlassian's [LocalStack](https://github.com/localstack/localstack), 'a fully functional local AWS cloud stack'.
3+
Testcontainers module for [LocalStack](http://localstack.cloud/), 'a fully functional local AWS cloud stack', to develop and test your cloud and serverless apps without actually using the cloud.
44

55
## Usage example
66

0 commit comments

Comments
 (0)