Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump easymock from 4.3 to 5.0.1 #246

Merged
merged 3 commits into from
Nov 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps easymock from 4.3 to 5.0.1.

Release notes

Sourced from easymock's releases.

5.0.1

Quick fix allowing package-private methods to be mocked.

Change log

  • Mocking package-private methods not working in 5.0.0 (#331)
  • Bump versions-maven-plugin from 2.12.0 to 2.13.0 (#333)
  • Bump nokogiri from 1.13.8 to 1.13.9 in /website (#332)
  • Bump spotbugs from 4.7.2 to 4.7.3 (#330)
  • Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 (#329)
  • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#328)
  • Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#327)
  • Bump animal-sniffer-maven-plugin from 1.20 to 1.22 (#326)
  • Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0 (#325)
  • Bump maven-pmd-plugin from 3.14.0 to 3.19.0 (#324)
  • Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#323)
  • Bump maven-site-plugin from 3.9.1 to 3.12.1 (#322)
  • Bump exec-maven-plugin from 3.0.0 to 3.1.0 (#321)
  • Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (#319)

5.0.0

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.

The good news are that this version is working up to Java 18.

Known issues:

  • Serialization of a mock is broken (#312)
  • Running in OSGi doesn't work (#313)

All help is greatly appreciated.

Change log

  • Replace Cglib with Bytebuddy to support Java 9+ (#300)
  • Fix core source-jar, added maven-source-plugin (#283)
  • Upgrade to ASM 9.2 so that easymock can work with JDK18-EA #277 (#278)
  • Upgrade to ASM 9.2 so that easymock can work with JDK18-EA (#277)
  • Does not work with Java 17 (#274)
  • Allow @​Mock to get a default name from the variable being mocked (#260)
  • Easymock doesn't work in Java 11 with --illegal-access=deny (#235)
Commits
  • 3f99199 Move to version 5.0.1
  • d6f5b66 Start to release version 5.0.1
  • cc19088 Update github pages
  • 1a805ce Bump versions-maven-plugin from 2.12.0 to 2.13.0
  • ddd09c8 Missing license
  • a20028d Our field should be public to be accessible from anywhere
  • 133421d Put class in the same package as the mocked class (close #331)
  • e0183c2 Starting to develop version 5.1.0-SNAPSHOT
  • 5bd3d39 Upgrade website to version 5.0.0
  • 0322dfa Bump nokogiri from 1.13.8 to 1.13.9 in /website
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@oppegard
Copy link
Contributor

oppegard commented Nov 4, 2022

@dependabot rebase

Bumps [easymock](https://github.com/easymock/easymock) from 4.3 to 5.0.1.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-4.3...easymock-5.0.1)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.easymock-easymock-5.0.1 branch from 3954e2d to 95cb2eb Compare November 4, 2022 18:16
@oppegard
Copy link
Contributor

oppegard commented Nov 4, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2022

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@oppegard oppegard force-pushed the dependabot/maven/org.easymock-easymock-5.0.1 branch 8 times, most recently from f63d43b to 6228302 Compare November 4, 2022 22:24
oppegard
oppegard previously approved these changes Nov 4, 2022
@oppegard oppegard force-pushed the dependabot/maven/org.easymock-easymock-5.0.1 branch from 6228302 to 62a52f5 Compare November 4, 2022 22:28
@oppegard oppegard merged commit adf8b9e into master Nov 4, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.easymock-easymock-5.0.1 branch November 4, 2022 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant