You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by GitBox <gi...@apache.org> on 2022/12/09 17:03:26 UTC

[GitHub] [aries] dependabot[bot] opened a new pull request, #214: Bump easymock from 4.3 to 5.0.1 in /spi-fly

dependabot[bot] opened a new pull request, #214:
URL: https://github.com/apache/aries/pull/214

   Bumps [easymock](https://github.com/easymock/easymock) from 4.3 to 5.0.1.
   <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>5.0.1</h2>
   <p>Quick fix allowing package-private methods to be mocked.</p>
   <h2>Change log</h2>
   <ul>
   <li>Mocking package-private methods not working in 5.0.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/331">#331</a>)</li>
   <li>Bump versions-maven-plugin from 2.12.0 to 2.13.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/333">#333</a>)</li>
   <li>Bump nokogiri from 1.13.8 to 1.13.9 in /website (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/332">#332</a>)</li>
   <li>Bump spotbugs from 4.7.2 to 4.7.3 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/330">#330</a>)</li>
   <li>Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/329">#329</a>)</li>
   <li>Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/328">#328</a>)</li>
   <li>Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/327">#327</a>)</li>
   <li>Bump animal-sniffer-maven-plugin from 1.20 to 1.22 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/326">#326</a>)</li>
   <li>Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/325">#325</a>)</li>
   <li>Bump maven-pmd-plugin from 3.14.0 to 3.19.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/324">#324</a>)</li>
   <li>Bump maven-resources-plugin from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/323">#323</a>)</li>
   <li>Bump maven-site-plugin from 3.9.1 to 3.12.1 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/322">#322</a>)</li>
   <li>Bump exec-maven-plugin from 3.0.0 to 3.1.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/321">#321</a>)</li>
   <li>Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/319">#319</a>)</li>
   </ul>
   <h2>5.0.0</h2>
   <p>This major release announce the move from Cglib to ByteBuddy.
   Sadly good old Cglib can't cope with all the tricks needed to workaround JPMS and reflection limitations.
   It means you will most probably experience some issues until it stabilizes.</p>
   <p>The good news are that this version is working up to Java 18.</p>
   <p>Known issues:</p>
   <ul>
   <li>Serialization of a mock is broken (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/312">#312</a>)</li>
   <li>Running in OSGi doesn't work (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/313">#313</a>)</li>
   </ul>
   <p>All help is greatly appreciated.</p>
   <h2>Change log</h2>
   <ul>
   <li>Replace Cglib with Bytebuddy to support Java 9+ (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/300">#300</a>)</li>
   <li>Fix core source-jar, added maven-source-plugin (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/283">#283</a>)</li>
   <li>Upgrade to ASM 9.2 so that easymock can work with JDK18-EA <a href="https://github-redirect.dependabot.com/easymock/easymock/issues/277">#277</a> (<a href="https://github-redirect.dependabot.com/easymock/easymock/pull/278">#278</a>)</li>
   <li>Upgrade to ASM 9.2 so that easymock can work with JDK18-EA (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/277">#277</a>)</li>
   <li>Does not work with Java 17 (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/274">#274</a>)</li>
   <li>Allow <a href="https://github.com/Mock"><code>@​Mock</code></a> to get a default name from the variable being mocked (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/260">#260</a>)</li>
   <li>Easymock doesn't work in Java 11 with --illegal-access=deny (<a href="https://github-redirect.dependabot.com/easymock/easymock/issues/235">#235</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/easymock/easymock/commit/3f9919997ec7c86f28187cc5c06a6c949c6db042"><code>3f99199</code></a> Move to version 5.0.1</li>
   <li><a href="https://github.com/easymock/easymock/commit/d6f5b66740926555b05a80b029e08f9fb9ece733"><code>d6f5b66</code></a> Start to release version 5.0.1</li>
   <li><a href="https://github.com/easymock/easymock/commit/cc190881601e8745304654e85faad4fd706f2488"><code>cc19088</code></a> Update github pages</li>
   <li><a href="https://github.com/easymock/easymock/commit/1a805ce3f09f4766486755914f1b7f3717be7abf"><code>1a805ce</code></a> Bump versions-maven-plugin from 2.12.0 to 2.13.0</li>
   <li><a href="https://github.com/easymock/easymock/commit/ddd09c8aa87fffead573eedb499edbc6cb072fbd"><code>ddd09c8</code></a> Missing license</li>
   <li><a href="https://github.com/easymock/easymock/commit/a20028d9118d35d970604d0176ddf824d9663708"><code>a20028d</code></a> Our field should be public to be accessible from anywhere</li>
   <li><a href="https://github.com/easymock/easymock/commit/133421dcd0e173d6f44eacf71911d258f515d3db"><code>133421d</code></a> Put class in the same package as the mocked class (close <a href="https://github-redirect.dependabot.com/easymock/easymock/issues/331">#331</a>)</li>
   <li><a href="https://github.com/easymock/easymock/commit/e0183c23fc3e46d8e669f2ab524d3f7a3e1994a9"><code>e0183c2</code></a> Starting to develop version 5.1.0-SNAPSHOT</li>
   <li><a href="https://github.com/easymock/easymock/commit/5bd3d3922a61eb518cd942cf3ec3a3917c0328c4"><code>5bd3d39</code></a> Upgrade website to version 5.0.0</li>
   <li><a href="https://github.com/easymock/easymock/commit/0322dfa3e33a39751182f313244cfb6ca17c1f50"><code>0322dfa</code></a> Bump nokogiri from 1.13.8 to 1.13.9 in /website</li>
   <li>Additional commits viewable in <a href="https://github.com/easymock/easymock/compare/easymock-4.3...easymock-5.0.1">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=4.3&new-version=5.0.1)](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: dev-unsubscribe@aries.apache.org

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


[GitHub] [aries] dependabot[bot] commented on pull request #214: Bump easymock from 4.3 to 5.0.1 in /spi-fly

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #214:
URL: https://github.com/apache/aries/pull/214#issuecomment-1345150916

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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@aries.apache.org

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


[GitHub] [aries] jbonofre closed pull request #214: Bump easymock from 4.3 to 5.0.1 in /spi-fly

Posted by GitBox <gi...@apache.org>.
jbonofre closed pull request #214: Bump easymock from 4.3 to 5.0.1 in /spi-fly
URL: https://github.com/apache/aries/pull/214


-- 
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@aries.apache.org

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