You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/11/16 16:10:19 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3423: build(deps-dev): bump testcontainers.version from 1.17.5 to 1.17.6

dependabot[bot] opened a new pull request, #3423:
URL: https://github.com/apache/myfaces-tobago/pull/3423

   Bumps `testcontainers.version` from 1.17.5 to 1.17.6.
   Updates `testcontainers` from 1.17.5 to 1.17.6
   <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.17.6</h2>
   <h1>What's Changed</h1>
   <h2>Highlights</h2>
   <p>This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 🥰.</p>
   <p>This release brings a lot of database love with 2 new modules, and as always  a couple of bug fixes and improvements</p>
   <h3>New Module: QuestDB (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5995">#5995</a>) <a href="https://github.com/Vangreen"><code>@​Vangreen</code></a></h3>
   <p><a href="https://questdb.io/">QuestDB</a>, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.</p>
   <pre lang="java"><code>var container = new QuestDBContainer(&quot;questdb/questdb:6.5.3&quot;)
   container.start()
   var connectionUrl = container.getHttpUrl()
   // use the connectionUrl and start testing!
   </code></pre>
   <h3>New Module: YugabyteDB (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4372">#4372</a>) <a href="https://github.com/srinivasa-vasu"><code>@​srinivasa-vasu</code></a></h3>
   <p><a href="https://www.yugabyte.com/">YugabyteDB</a>, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.</p>
   <pre lang="java"><code>var container = new YugabyteDBYSQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
   container.start()
   var jdbcUrl = container.getJdbcUrl();
   // use the jdbcUrl and start testing!
   </code></pre>
   <pre lang="java"><code>var container = new YugabyteDBYCQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
   container.start()
   var contactPoint = container.getContactPoint();
   // use the contactPoint and start testing!
   </code></pre>
   <h2>🚀 Features &amp; Enhancements</h2>
   <ul>
   <li>InfluxDB v2 support (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3669">#3669</a>) <a href="https://github.com/raminqaf"><code>@​raminqaf</code></a></li>
   <li>Add support for flags in DatastoreEmulatorContainer (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5993">#5993</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
   <li>Expose Redpanda schema registry (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5994">#5994</a>) <a href="https://github.com/gustavomonarin"><code>@​gustavomonarin</code></a></li>
   <li>Adds the ability to set a target build stage to a Dockerfile (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4810">#4810</a>) <a href="https://github.com/GenghisChen"><code>@​GenghisChen</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fixes wrong timestamp calculation (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5988">#5988</a>) <a href="https://github.com/leblonk"><code>@​leblonk</code></a></li>
   <li>Catch and ignore more errors when reflecting into container subclass (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5990">#5990</a>) <a href="https://github.com/akhaku"><code>@​akhaku</code></a></li>
   <li>Return default for empty environment variable (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5983">#5983</a>) <a href="https://github.com/roulpriya"><code>@​roulpriya</code></a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>Add Spotify in Donors section (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6083">#6083</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/4a2ca136cf10e257336fd5621b20c444ed430df2"><code>4a2ca13</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6212">#6212</a> from testcontainers/combined-pr-branch</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/388af569e980d8638147b800d5a42693c2d48b84"><code>388af56</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/2748cf8f338597fa43c7e725f805052d8f849a23"><code>2748cf8</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/889ea6b3f534f252d6d9d846b22572f0a2cc51d5"><code>889ea6b</code></a> Add yugabytedb to mkdocs.yml (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6211">#6211</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c17467606c2e1dd42299b213a68ba07e18774609"><code>c174676</code></a> Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c2abe0d24561b9d565cca9247cc92e5907a0f081"><code>c2abe0d</code></a> Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/11c3079ba5dbdfd31cf35afab807178f714493d5"><code>11c3079</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6210">#6210</a> from testcontainers/combined-pr-branch</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/aed19b8c3a9b5ff46ed97788b2b94348ea1ebb03"><code>aed19b8</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/66331098694e0dcb8051f4ebe464d10638a206cd"><code>6633109</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/fa867b0d573178739181d995781839e4324eb1ec"><code>fa867b0</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...</li>
   <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.17.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `junit-jupiter` from 1.17.5 to 1.17.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-java/releases">junit-jupiter's releases</a>.</em></p>
   <blockquote>
   <h2>1.17.6</h2>
   <h1>What's Changed</h1>
   <h2>Highlights</h2>
   <p>This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 🥰.</p>
   <p>This release brings a lot of database love with 2 new modules, and as always  a couple of bug fixes and improvements</p>
   <h3>New Module: QuestDB (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5995">#5995</a>) <a href="https://github.com/Vangreen"><code>@​Vangreen</code></a></h3>
   <p><a href="https://questdb.io/">QuestDB</a>, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.</p>
   <pre lang="java"><code>var container = new QuestDBContainer(&quot;questdb/questdb:6.5.3&quot;)
   container.start()
   var connectionUrl = container.getHttpUrl()
   // use the connectionUrl and start testing!
   </code></pre>
   <h3>New Module: YugabyteDB (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4372">#4372</a>) <a href="https://github.com/srinivasa-vasu"><code>@​srinivasa-vasu</code></a></h3>
   <p><a href="https://www.yugabyte.com/">YugabyteDB</a>, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.</p>
   <pre lang="java"><code>var container = new YugabyteDBYSQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
   container.start()
   var jdbcUrl = container.getJdbcUrl();
   // use the jdbcUrl and start testing!
   </code></pre>
   <pre lang="java"><code>var container = new YugabyteDBYCQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
   container.start()
   var contactPoint = container.getContactPoint();
   // use the contactPoint and start testing!
   </code></pre>
   <h2>🚀 Features &amp; Enhancements</h2>
   <ul>
   <li>InfluxDB v2 support (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3669">#3669</a>) <a href="https://github.com/raminqaf"><code>@​raminqaf</code></a></li>
   <li>Add support for flags in DatastoreEmulatorContainer (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5993">#5993</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
   <li>Expose Redpanda schema registry (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5994">#5994</a>) <a href="https://github.com/gustavomonarin"><code>@​gustavomonarin</code></a></li>
   <li>Adds the ability to set a target build stage to a Dockerfile (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4810">#4810</a>) <a href="https://github.com/GenghisChen"><code>@​GenghisChen</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fixes wrong timestamp calculation (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5988">#5988</a>) <a href="https://github.com/leblonk"><code>@​leblonk</code></a></li>
   <li>Catch and ignore more errors when reflecting into container subclass (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5990">#5990</a>) <a href="https://github.com/akhaku"><code>@​akhaku</code></a></li>
   <li>Return default for empty environment variable (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5983">#5983</a>) <a href="https://github.com/roulpriya"><code>@​roulpriya</code></a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>Add Spotify in Donors section (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6083">#6083</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/4a2ca136cf10e257336fd5621b20c444ed430df2"><code>4a2ca13</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6212">#6212</a> from testcontainers/combined-pr-branch</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/388af569e980d8638147b800d5a42693c2d48b84"><code>388af56</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/2748cf8f338597fa43c7e725f805052d8f849a23"><code>2748cf8</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/889ea6b3f534f252d6d9d846b22572f0a2cc51d5"><code>889ea6b</code></a> Add yugabytedb to mkdocs.yml (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6211">#6211</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c17467606c2e1dd42299b213a68ba07e18774609"><code>c174676</code></a> Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c2abe0d24561b9d565cca9247cc92e5907a0f081"><code>c2abe0d</code></a> Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/11c3079ba5dbdfd31cf35afab807178f714493d5"><code>11c3079</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6210">#6210</a> from testcontainers/combined-pr-branch</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/aed19b8c3a9b5ff46ed97788b2b94348ea1ebb03"><code>aed19b8</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/66331098694e0dcb8051f4ebe464d10638a206cd"><code>6633109</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/fa867b0d573178739181d995781839e4324eb1ec"><code>fa867b0</code></a> Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...</li>
   <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.17.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces-tobago] lofwyr14 merged pull request #3423: build(deps-dev): bump testcontainers.version from 1.17.5 to 1.17.6

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged PR #3423:
URL: https://github.com/apache/myfaces-tobago/pull/3423


-- 
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: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org