Skip to content

Tags: subshell/testcontainers-java

Tags

1.15.3-mailhog

Toggle 1.15.3-mailhog's commit message
Fixed mailhog build.gradle

...hopefully ;P

1.11.3

Toggle 1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Testcontainer for mailhog

* Testcontainer for mailhog

* Generalized methods

* Javadoc, more convenience methods, more tests, ...

* Javadoc in Model, more Tests, some refactoring

* Typo in javadoc and trimmed headers

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 #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

1.10.5

Toggle 1.10.5's commit message
Bump cassandra-driver-core from 3.5.1 to 3.6.0 in /modules/cassandra (t…

…estcontainers#1050)

Bumps [cassandra-driver-core](https://github.com/datastax/java-driver) from 3.5.1 to 3.6.0.
<details>
<summary>Commits</summary>

- [`46a4e7c`](apache/cassandra-java-driver@46a4e7c) [maven-release-plugin] prepare release 3.6.0
- [`61377b1`](apache/cassandra-java-driver@61377b1) Update versions in docs to 3.6.0
- [`1df1125`](apache/cassandra-java-driver@1df1125) Update Guava range in OSGi FAQ
- [`ce64618`](apache/cassandra-java-driver@ce64618) Include ServerError in downgrade criteria from peers_v2 to peers ([testcontainers#1085](https://github-redirect.dependabot.com/datastax/java-driver/issues/1085))
- [`8b37656`](apache/cassandra-java-driver@8b37656) JAVA-1211: Improve cluster init and shutdown ([testcontainers#1074](https://github-redirect.dependabot.com/datastax/java-driver/issues/1074))
- [`0c0eb6c`](apache/cassandra-java-driver@0c0eb6c) JAVA-1944: Surface Read and WriteFailureException to RetryPolicy ([testcontainers#1084](https://github-redirect.dependabot.com/datastax/java-driver/issues/1084))
- [`192b11b`](apache/cassandra-java-driver@192b11b) Fix default CL in PreparedStatement javadoc
- [`7ecb3af`](apache/cassandra-java-driver@7ecb3af) JAVA-1810: Note which setters are not propagated to PreparedStatement
- [`598c5cb`](apache/cassandra-java-driver@598c5cb) JAVA-1388: Add dynamic port discovery for system.peers_v2 ([testcontainers#1065](https://github-redirect.dependabot.com/datastax/java-driver/issues/1065))
- [`ce29eea`](apache/cassandra-java-driver@ce29eea) Add documentation about QueryBuilder ([testcontainers#1031](https://github-redirect.dependabot.com/datastax/java-driver/issues/1031))
- Additional commits viewable in [compare view](apache/cassandra-java-driver@3.5.1...3.6.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.datastax.cassandra:cassandra-driver-core&package-manager=gradle&previous-version=3.5.1&new-version=3.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=com.datastax.cassandra:cassandra-driver-core&package-manager=gradle&previous-version=3.5.1&new-version=3.6.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>