dependabot[bot] opened a new pull request #1531: URL: https://github.com/apache/myfaces-tobago/pull/1531
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-java/releases">testcontainers's releases</a>.</em></p> <blockquote> <h2>1.16.2</h2> <h1>What's Changed</h1> <blockquote> <h2>1.16.2 fixes a race condition that was inadvertently added in 1.16.1. This bug can potentially cause unstable builds in some environments, manifesting as port wait timeouts at container startup.</h2> </blockquote> <h2>🚀 Features & Enhancements</h2> <ul> <li>Added started log message used in Selenium 4.0.0 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4580">#4580</a>) <a href="https://github.com/tobiasstadler"><code>@tobiasstadler</code></a></li> <li>[couchbase] Add support for Couchbase Analytics. (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4592">#4592</a>) <a href="https://github.com/daschl"><code>@daschl</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Make Bolt log wait strategy more lenient (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4455">#4455</a>) <a href="https://github.com/fbiville"><code>@fbiville</code></a></li> <li>Fix nested lambda in getWithTimeout (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4470">#4470</a>) <a href="https://github.com/Flugtiger"><code>@Flugtiger</code></a></li> <li>Fix race condition in external port check (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4597">#4597</a>) <a href="https://github.com/kiview"><code>@kiview</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>Update RELEASING.md (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4590">#4590</a>) <a href="https://github.com/kiview"><code>@kiview</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>Upgrade to Docker Compose 1.29.2 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4164">#4164</a>) (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4461">#4461</a>) <a href="https://github.com/rombert"><code>@rombert</code></a></li> <li>Don't run tests as part of the release build (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4600">#4600</a>) <a href="https://github.com/kiview"><code>@kiview</code></a></li> <li>Revert "Temporarily disable Thundra on master branch" (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4571">#4571</a>) <a href="https://github.com/rwxdash"><code>@rwxdash</code></a></li> <li>Remove Linux Azure pipelines build (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4452">#4452</a>) <a href="https://github.com/rnorth"><code>@rnorth</code></a></li> </ul> <h2>1.16.1</h2> <h1>What's Changed</h1> <blockquote> <h2>1.16.1 inadvertently introduced a race condition. This bug can potentially cause unstable builds in some environments, manifesting as port wait timeouts at container startup. We recommend upgrading to 1.16.2 or higher.</h2> </blockquote> <p>Testcontainers 1.16.1 has been released! 🎉</p> <p>This release brings a lot of eagerly awaited new features and fixes, such as:</p> <h2>🔮 Better Oracle Database support</h2> <p>Thanks to the engagement of the community and <a href="https://github.com/gvenzl"><code>@gvenzl</code></a>'s new Docker images for <a href="https://hub.docker.com/r/gvenzl/oracle-xe">Oracle Database Express Edition</a> we were able to update our <code>OracleContainer</code> module to ensure its compatibility with a wide range of Oracle XE versions.</p> <p>And at the same time, thanks to the new images, we were able to re-integrate the Oracle module into our CI. This means we can verify compatibility for using Testcontainers with Oracle Database going forward.</p> <h2>☁️ New Azure Cosmos DB module</h2> <p>With the new Azure Comos DB module we finally added Azure to our list of cloud service testing facilities. It is based on Microsoft's <a href="https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator?tabs=ssl-netstd21">Azure Cosmos DB-Emulator</a> and provides you with a way to do your integration testing without the need for an actual Azure service.</p> <pre lang="java"><code>public CosmosDBEmulatorContainer emulator = new CosmosDBEmulatorContainer( DockerImageName.parse("mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest") </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/436fde8cbe1a24b95b6e872bb2247d8018758e2d"><code>436fde8</code></a> Don't run tests as part of the release build (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4600">#4600</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/76f11b344ce42ad920828b0628a7ec929a9d0eca"><code>76f11b3</code></a> Upgrade to Docker Compose 1.29.2 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4164">#4164</a>) (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4461">#4461</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/902e45a5aca8416ede36b37ea5a84596b5b696ef"><code>902e45a</code></a> Update RELEASING.md (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4590">#4590</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/1469b22dc2d0cc4694d080f958e403f598632a55"><code>1469b22</code></a> Make Bolt log wait strategy more lenient (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4455">#4455</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/ce57df66eff75e77c545ef840376816a19e54cb7"><code>ce57df6</code></a> Fix double nested lambda in <code>getWithTimeout</code> (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4470">#4470</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/820161f7be7e43f36b48e2347e3e612bb905bc60"><code>820161f</code></a> Added started log message used in Selenium 4.0.0 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4580">#4580</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/e257baca07068fdc34894060a1997383c32dc040"><code>e257bac</code></a> Fix race condition in external port check (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4597">#4597</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/a5418861a0eb605e049ae4ae6a7d6fa08c0e2327"><code>a541886</code></a> [couchbase] Add support for Couchbase Analytics. (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4592">#4592</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/e122628ab3493967636e5f78498d594b12d7d3ff"><code>e122628</code></a> Revert "Temporarily disable Thundra on master branch" (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4571">#4571</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/31e55619a36f89afe27234b94e0250417dc5ff8f"><code>31e5561</code></a> Remove Linux Azure pipelines build for Linux (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4452">#4452</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.16.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
