Skip to content

Tags: scottkurz/testcontainers-java

Tags

1.14.3

Toggle 1.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Couchbase Server Image Version (testcontainers#2804)

6.5.1 got released in april 2020 and brings bugfixes and
enhancements. Let's make sure users pick that up by default.

1.14.2

Toggle 1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Store `GenericContainer#exposedPorts` as an order-preserving `Set` (t…

…estcontainers#2613)

* Store `GenericContainer#exposedPorts` as an order-preserving `Set`

* Update core/src/test/java/org/testcontainers/junit/GenericContainerRuleTest.java

Co-authored-by: Richard North <[email protected]>

Co-authored-by: Richard North <[email protected]>

1.14.1

Toggle 1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use relative path for temp dirs in test (testcontainers#2604)

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make default file recording directory of BrowserWebDriverContainer pl…

…atform independent (testcontainers#2562)

Co-authored-by: Sergei Egorov <[email protected]>

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump mockito-core from 3.2.4 to 3.3.0 in /core (testcontainers#2370)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.2.4...v3.3.0)

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

1.12.5

Toggle 1.12.5's commit message

Verified

This commit was signed with the committer’s verified signature.
rnorth Richard North
Remove CI status check

1.12.4

Toggle 1.12.4's commit message
Exclude `:docs:` from publication and BOM

1.12.3

Toggle 1.12.3's commit message
Allow @testcontainers to be inherited from superclass (testcontainers…

…#1843) (testcontainers#2001)

* Updated existing test with now expected behaviour
* @testcontainers is now @inherited

1.12.2

Toggle 1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reduce logs in EnvironmentAndSystemPropertyClientProviderStrate… (tes…

…tcontainers#1913)

Fixes testcontainers#1912

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .travis.yml to ensure that tag builds are performed