tag:github.com,2008:https://github.com/GithubMood/testcontainers-java/releases Tags from testcontainers-java 2020-09-29T10:02:01Z tag:github.com,2008:Repository/306411987/1.15.0-rc2 2020-09-29T10:02:01Z 1.15.0-rc2: Add image compatibility checks (#3021) <p>Add image compatibility checks (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/3021">testcontainers#3021</a>)</p> <p>Co-authored-by: Kevin Wittek &lt;kiview@users.noreply.github.com&gt;</p> rnorth tag:github.com,2008:Repository/306411987/1.15.0-rc1 2020-07-19T18:43:10Z 1.15.0-rc1 rnorth tag:github.com,2008:Repository/306411987/1.14.3 2020-05-29T13:02:06Z 1.14.3: Bump Couchbase Server Image Version (#2804) <p>Bump Couchbase Server Image Version (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2804">testcontainers#2804</a>)</p> <p>6.5.1 got released in april 2020 and brings bugfixes and <br />enhancements. Let's make sure users pick that up by default.</p> daschl tag:github.com,2008:Repository/306411987/1.14.2 2020-05-15T13:14:28Z 1.14.2 <p>Store `GenericContainer#exposedPorts` as an order-preserving `Set` (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2613">t…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2613">…estcontainers#2613</a>)</p> <p>* Store `GenericContainer#exposedPorts` as an order-preserving `Set`</p> <p>* Update core/src/test/java/org/testcontainers/junit/GenericContainerRuleTest.java</p> <p>Co-authored-by: Richard North &lt;rich.north@gmail.com&gt;</p> <p>Co-authored-by: Richard North &lt;rich.north@gmail.com&gt;</p> bsideup tag:github.com,2008:Repository/306411987/1.14.1 2020-04-23T12:45:07Z 1.14.1 rnorth tag:github.com,2008:Repository/306411987/1.14.0 2020-04-13T15:39:01Z 1.14.0 <p>Make default file recording directory of BrowserWebDriverContainer pl…</p> <p>…atform independent (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2562">testcontainers#2562</a>)</p> <p>Co-authored-by: Sergei Egorov &lt;bsideup@gmail.com&gt;</p> kiview tag:github.com,2008:Repository/306411987/1.13.0 2020-03-05T15:09:56Z 1.13.0: Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370) <p>Bump mockito-core from 3.2.4 to 3.3.0 in /core (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2370">testcontainers#2370</a>)</p> <p>Bumps [mockito-core](<a href="https://github.com/mockito/mockito">https://github.com/mockito/mockito</a>) from 3.2.4 to 3.3.0. <br />- [Release notes](<a href="https://github.com/mockito/mockito/releases">https://github.com/mockito/mockito/releases</a>) <br />- [Commits](<a class="commit-link" href="https://github.com/mockito/mockito/compare/v3.2.4...v3.3.0">mockito/mockito@<tt>v3.2.4...v3.3.0</tt></a>)</p> <p>Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</p> rnorth tag:github.com,2008:Repository/306411987/1.12.5 2020-01-22T22:02:44Z 1.12.5 rnorth tag:github.com,2008:Repository/306411987/1.12.4 2019-11-29T10:59:54Z 1.12.4 bsideup tag:github.com,2008:Repository/306411987/1.12.3 2019-10-26T08:35:38Z 1.12.3: Allow @Testcontainers to be inherited from superclass (#1843) (#2001) <p>Allow <a class="user-mention notranslate" href="https://github.com/testcontainers">@testcontainers</a> to be inherited from superclass (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/issues/1843">testcontainers…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/issues/1843">…#1843</a>) (<a class="issue-link js-issue-link" href="https://github.com/testcontainers/testcontainers-java/pull/2001">testcontainers#2001</a>)</p> <p>* Updated existing test with now expected behaviour <br />* <a class="user-mention notranslate" href="https://github.com/testcontainers">@testcontainers</a> is now <a class="user-mention notranslate" href="https://github.com/inherited">@inherited</a></p> bmuskalla