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 2021/02/11 15:50:32 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #421: chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2

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


   Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.15.1 to 1.15.2.
   <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.15.2</h2>
   <h1>What's Changed</h1>
   <ul>
   <li>What <code>1984</code> means to you? To us, this number means PR <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/1984">#1984</a>, one of the oldest PRs we had open and... finally merged! ๐Ÿ˜… Thanks to an amazing contribution by <a href="https://github.com/seglo"><code>@seglo</code></a>, we now provide an example of testing Kafka clusters where multiple <code>KafkaContainer</code>s are connected into one network. Try it!</li>
   <li>Another &quot;old&quot; PR is <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3180">#3180</a> by <a href="https://github.com/oussamabadr"><code>@oussamabadr</code></a>. Those of you who run Selenium tests with Testcontainers will appreciate this newly added option to use (scrollable!) MP4 format instead of FLV.</li>
   <li>The connection with Ryuk (our watchdog sidecar container) now sets the socket timeout and retries the failures - helps with some rare networking edge cases. (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3682">#3682</a>) <a href="https://github.com/diegolovison"><code>@diegolovison</code></a></li>
   <li>The logs consumer no longer adds extra new lines thanks to <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3752">#3752</a> by <a href="https://github.com/perlun"><code>@perlun</code></a></li>
   <li>Locally built images no longer get affected by the <code>hub.image.name.prefix</code> setting! (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3666">#3666</a>) <a href="https://github.com/reda-alaoui"><code>@reda-alaoui</code></a></li>
   <li>Jackson dependency is now forced to an older version to help with <code>NoClassDefFoundError (com/fasterxml/jackson/annotation/JsonMerge)</code>.</li>
   </ul>
   <p>And more!</p>
   <h2>๐Ÿš€ Features &amp; Enhancements</h2>
   <ul>
   <li>Switch to Presto image hosted on GHCR (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3667">#3667</a>) <a href="https://github.com/findepi"><code>@findepi</code></a></li>
   <li>Implement getDatabaseName() in CockroachContainer (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3778">#3778</a>) <a href="https://github.com/croemmich"><code>@croemmich</code></a></li>
   <li>Make recorder .flv videos scrollable (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/512">#512</a>) (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3180">#3180</a>) <a href="https://github.com/oussamabadr"><code>@oussamabadr</code></a></li>
   <li>Support HTTP headers on HttpWaitStrategy (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/2549">#2549</a>) <a href="https://github.com/renatomefi"><code>@renatomefi</code></a></li>
   <li>Show port mappings in HttpWaitStrategy (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/2341">#2341</a>) <a href="https://github.com/aguibert"><code>@aguibert</code></a></li>
   <li>Support newer versions of CockroachDB by changing the docker command (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3608">#3608</a>) <a href="https://github.com/giger85"><code>@giger85</code></a></li>
   <li>Improve logging for port listener (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3736">#3736</a>) <a href="https://github.com/artjomka"><code>@artjomka</code></a></li>
   <li>couchbase: wait until all services are part of the config (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3003">#3003</a>) <a href="https://github.com/daschl"><code>@daschl</code></a></li>
   <li>Support Ryuk socket timeout (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3682">#3682</a>) <a href="https://github.com/diegolovison"><code>@diegolovison</code></a></li>
   <li>Add init command parameter to Vault container (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3188">#3188</a>) <a href="https://github.com/tandrup"><code>@tandrup</code></a></li>
   <li>Startables#deepStart with varargs (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3261">#3261</a>) <a href="https://github.com/jochenchrist"><code>@jochenchrist</code></a></li>
   </ul>
   <h2>๐Ÿ› Bug Fixes</h2>
   <ul>
   <li>Remove extra newlines in container log output (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3752">#3752</a>) <a href="https://github.com/perlun"><code>@perlun</code></a></li>
   <li>Fix handling of locally built images when used with <code>hub.image.name.prefix</code> (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3666">#3666</a>) <a href="https://github.com/reda-alaoui"><code>@reda-alaoui</code></a></li>
   </ul>
   <h2>๐Ÿ“– Documentation</h2>
   <ul>
   <li>Kafka cluster example (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/1984">#1984</a>, <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3758">#3758</a>) <a href="https://github.com/seglo"><code>@seglo</code></a></li>
   <li>Documentation PostGIS JDBC url sample version update (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3606">#3606</a>) <a href="https://github.com/aulea"><code>@aulea</code></a></li>
   <li>GenericContainer: fix typo in Javadoc (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3684">#3684</a>) <a href="https://github.com/perlun"><code>@perlun</code></a></li>
   <li>Added documentation for Bigtable Emulator container (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3708">#3708</a>) <a href="https://github.com/RamazanYapparov"><code>@RamazanYapparov</code></a></li>
   <li>Clarify usage of host port exporting (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3421">#3421</a>) <a href="https://github.com/alxgrk"><code>@alxgrk</code></a></li>
   <li>Rename Presto to Trino (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3649">#3649</a>) <a href="https://github.com/martint"><code>@martint</code></a></li>
   </ul>
   <h2>๐Ÿงน Housekeeping</h2>
   <ul>
   <li>update release drafter to v5.13.0 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3632">#3632</a>) <a href="https://github.com/jetersen"><code>@jetersen</code></a></li>
   <li>Remove duplicated dependency in jdbc-test module (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3664">#3664</a>) <a href="https://github.com/giger85"><code>@giger85</code></a></li>
   <li>add github actions to dependabot config (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3633">#3633</a>) <a href="https://github.com/jetersen"><code>@jetersen</code></a></li>
   <li>Remove ciMate (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3631">#3631</a>) <a href="https://github.com/bsideup"><code>@bsideup</code></a></li>
   </ul>
   <h2>๐Ÿ“ฆ Dependency updates</h2>
   <ul>
   <li>update release drafter to v5.13.0 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3632">#3632</a>) <a href="https://github.com/jetersen"><code>@jetersen</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/106463b2e77d45552dfbfdb23aa559de47bea8cd"><code>106463b</code></a> Fix extra newlines in container log / exec output (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3752">#3752</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/b0f1bbcd2eb83f939681390ca56fd929996781ab"><code>b0f1bbc</code></a> Switch to Presto image hosted on GHCR (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3667">#3667</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/b62b0ef2b7a98815f0a1937c9c1991a232e05aad"><code>b62b0ef</code></a> Implement getDatabaseName() in CockroachContainer (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3778">#3778</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/a6f91e3b69a401159f88d9044cb557a12441d5f6"><code>a6f91e3</code></a> Make VNC recorded videos scrollable (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3180">#3180</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/51ee33bad751debcaf88a0e8b7d72818db3f6df1"><code>51ee33b</code></a> Support HTTP headers on HttpWaitStrategy (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/2549">#2549</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/1f9b44e5b1c8785613191b925030d6be09b77826"><code>1f9b44e</code></a> update release drafter to v5.13.0 (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3632">#3632</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/8f13e420f4d8934ad4c39b4104df1dac571b88a7"><code>8f13e42</code></a> Show port mappings in HttpWaitStrategy (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/2341">#2341</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/140fd94b361786e777ae87a8a9643b954ed68e00"><code>140fd94</code></a> Change docker command (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3608">#3608</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/625ddc374cac2447cbbcb59c9d7e07c49ac30e99"><code>625ddc3</code></a> Kafka cluster example (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/1984">#1984</a>, <a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3758">#3758</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-java/commit/73da361f47d5c144665f7baf0b45919ec63a61c7"><code>73da361</code></a> PostGIS JDBC url sample version update (<a href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3606">#3606</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.15.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.testcontainers:junit-jupiter&package-manager=maven&previous-version=1.15.1&new-version=1.15.2)](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
   
   
   </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.

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



[GitHub] [myfaces-tobago] bohmber merged pull request #421: chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2

Posted by GitBox <gi...@apache.org>.
bohmber merged pull request #421:
URL: https://github.com/apache/myfaces-tobago/pull/421


   


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

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