You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2020/09/20 07:17:24 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #201: Bump easymock from 2.5.2 to 4.2

dependabot[bot] opened a new pull request #201:
URL: https://github.com/apache/isis/pull/201


   Bumps [easymock](https://github.com/easymock/easymock) from 2.5.2 to 4.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/easymock/easymock/releases">easymock's releases</a>.</em></p>
   <blockquote>
   <h2>4.2</h2>
   <p>Add support to Java 15. TestSubject is now initialized when null by calling the no-arg constructor.</p>
   <h2>Change log</h2>
   <ul>
   <li>Support OpenJDK 15-EA and class version 59 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/252">#252</a>)</li>
   <li>Try instantiating TestSubject automatically using its constructor without arguments (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/251">#251</a>)</li>
   </ul>
   <h2>4.1</h2>
   <p>Add support to Java 13 and JUnit 5.</p>
   <h2>Change log</h2>
   <ul>
   <li>Upgrade to Objenesis 3.1 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/250">#250</a>)</li>
   <li>java.lang.IllegalArgumentException: Unsupported class file major version 57/58 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/249">#249</a>)</li>
   <li>Please comply with ASM license when re-distributing ASM (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/247">#247</a>)</li>
   <li>Add EasyMockExtension class for JUnit 5 compatibility (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/246">#246</a>)</li>
   <li>JUnit 5 support (extension instead of EasyMockRunner) (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/245">#245</a>)</li>
   <li>Add getCurrentArgument to get type inference for the returned type (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/243">#243</a>)</li>
   <li>CglibTest fails on OpenJDK 13 EA. (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/241">#241</a>)</li>
   </ul>
   <h2>4.0.2</h2>
   <p>This is a quick fix to remove the second generic parameter that was introduced
   in version 4. It breaks backward compatibility and is actually unnecessary.</p>
   <h2>Change log</h2>
   <ul>
   <li>No need to have two generic parameters on EasyMock.createMock (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/237">#237</a>)</li>
   </ul>
   <h2>4.0.1</h2>
   <p>This is a patch release with the sole purpose of moving ASM and CGLIB to their final version with full Java 11 support.</p>
   <h2>Change log</h2>
   <ul>
   <li>Upgrade to cglib 3.2.9 to support Java 11 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/234">#234</a>)</li>
   <li>Upgrade TestNG to version 7 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/233">#233</a>)</li>
   <li>Update to ASM 7.0 for full Java 11 support (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/232">#232</a>)</li>
   </ul>
   <h2>4.0</h2>
   <p>This release adds support for Java 11 and moves to Java 8.</p>
   <p>EasyMock inference has been changed. It should be backward compatible in most cases. However,
   a type witness might be necessary.</p>
   <p>To be clear, starting now <code>List&lt;String&gt; list = mock(List.class);</code> will compile perfectly without
   any warning. However, <code>String s = mock(List.class);</code> will also compile. But I'm expecting you
   not to be crazy enough to do such thing. It will do a <code>ClassCastException</code> at runtime anyway.</p>
   <p>However, you might see your code failing to infer the return type, in that case, use a type
   witness e.g. <code>foo(EasyMock.&lt;List&lt;String&gt;&gt;mock(List.class)</code> and it will some the problem nicely,</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/easymock/easymock/commit/266c64660523d728592e646fa9f3f3e2fdfdbc4a"><code>266c646</code></a> Move to version 4.2</li>
   <li><a href="https://github.com/easymock/easymock/commit/38d7fd239e6571babb55ad8135196e917c53817c"><code>38d7fd2</code></a> Explain how to rollback</li>
   <li><a href="https://github.com/easymock/easymock/commit/db80adfe2a0f90651b2f415f073a492eb7b3a97a"><code>db80adf</code></a> Only one dash needed</li>
   <li><a href="https://github.com/easymock/easymock/commit/b8350d908a7250bf18d4163d8f6ce28516a359c5"><code>b8350d9</code></a> Upgrade checkstyle</li>
   <li><a href="https://github.com/easymock/easymock/commit/7c582d32165f5b8d38d725cfa71f9f8c47a9c1a4"><code>7c582d3</code></a> Explain a bit more how to launch Android</li>
   <li><a href="https://github.com/easymock/easymock/commit/3095b82f9f3ba1a858ee963167785dfefa769ac4"><code>3095b82</code></a> Upgrade many plugins and dependencies plus add versions where needed to make ...</li>
   <li><a href="https://github.com/easymock/easymock/commit/de494721b7cbf9fad7d1f771cc8aef75ef64192a"><code>de49472</code></a> Upgrade JMH to 1.23</li>
   <li><a href="https://github.com/easymock/easymock/commit/e5c0d74de7922282af0e4706f0c7a12ca4c87b63"><code>e5c0d74</code></a> Test a bit more and improve error messages when instantiating the TestSubject</li>
   <li><a href="https://github.com/easymock/easymock/commit/de2160419afdbcca9c0d78af09ce1e2f3c126e5e"><code>de21604</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/easymock/easymock/issues/251">#251</a> from tiwanari/tiwanari/auto_instantiate_test_subject</li>
   <li><a href="https://github.com/easymock/easymock/commit/c5b0ebd4ec3f64dcf61d5e54eaa8ac281aed81e8"><code>c5b0ebd</code></a> Use JUnit 4.13 final version</li>
   <li>Additional commits viewable in <a href="https://github.com/easymock/easymock/compare/easymock-2.5.2...easymock-4.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.easymock:easymock&package-manager=maven&previous-version=2.5.2&new-version=4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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.

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



[GitHub] [isis] andi-huber merged pull request #201: Bump easymock from 2.5.2 to 4.2

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #201:
URL: https://github.com/apache/isis/pull/201


   


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