Skip to content

Tags: CriPstian/testcontainers-java

Tags

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add "housekeeping" category to the release drafter config (testcontai…

…ners#1652)

1.11.4

Toggle 1.11.4's commit message
Bump httpclient from 4.5.8 to 4.5.9 in /core (testcontainers#1544)

Bumps httpclient from 4.5.8 to 4.5.9.

Signed-off-by: dependabot-preview[bot] <[email protected]>

1.11.3

Toggle 1.11.3's commit message
Adding field name to ExtensionConfigurationException message (testcon…

…tainers#1488)

1.11.2

Toggle 1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix testcontainers#1391 by using a tagged version of `sshd` (testcont…

…ainers#1407)

Workaround for testcontainers#1406

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add getLogs() to GenericContainer, allowing all logs to be retrieved (t…

…estcontainers#1206)

Fixes testcontainers#1205

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Toxiproxy module (testcontainers#1330)

Based on https://gist.github.com/rnorth/4c3666d62fa93bf0daa813b282e4ebff, in turn based on [hotels.com’s blog post](https://medium.com/hotels-com-technology/i-dont-know-about-resilience-testing-and-so-can-you-b3c59d80012d) where they show use of Testcontainers with Toxiproxy.

Having seen Toxiproxy and experimented with it, I'm inclined to go with this and suggest that we not move forward with testcontainers#283 (which is a great PR, but we've unfortunately failed to land after quite a long time). While Pumba may be nice and transparent, there are a lot of moving parts and complexity under the covers, vs Toxiproxy, which is a bit less magical but easier to understand.

1.10.7

Toggle 1.10.7's commit message

Verified

This commit was signed with the committer’s verified signature.
rnorth Richard North
Remove Travis builds filter

Relates to travis-ci/travis-ci#2111

1.10.6

Toggle 1.10.6's commit message
Add "singleton container" example (testcontainers#1178)

Closes  testcontainers#1138

* add example for singleton container

* address review comment.

* change method name to not starts with capital letter

* Update examples/singleton-container/src/test/java/com/example/FooConcreteTestClass.java

Co-Authored-By: chungngoops <[email protected]>

* Update FooConcreteTestClass.java

* Update BarConcreteTestClass.java

* Update assert texts

* Update FooConcreteTestClass.java

1.10.4

Toggle 1.10.4's commit message
1.10.4 retag