Skip to content

Bump easymock from 4.2 to 5.0.0#24

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.easymock-easymock-5.0.0
Closed

Bump easymock from 4.2 to 5.0.0#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.easymock-easymock-5.0.0

Conversation

@dependabot
Copy link

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

Bumps easymock from 4.2 to 5.0.0.

Release notes

Sourced from easymock's releases.

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)

4.3

Add support to Java 16. You can now do a partial mock for default methods.

Change log

  • Update Objenesis to 3.2 (#269)
  • Easymock 4.2 fails with Java 16 (Unsupported class file major version 60) (#268)
  • Update asm to 9.1 (#267)
  • Allow partial mocking for interfaces with default methods (#264)
  • be more generic about jq install (#257)
  • Easymock throws java.lang.OutOfMemoryError: Java heap space trying to output large array (10MB+) (#255)
  • Serve easymock.org over HTTPS (#220)
Commits
  • 77b1a5a Move to version 5.0.0
  • 76c00e8 No need to set the github user and password for now
  • cb3751d Tell which number should be incremented during a release
  • 2d5f3e4 Use github actions badge since our build is there
  • 2749e9a Release notes for 5.0.0
  • 6505671 Bump to version 5.0.0 (start to use semver)
  • 9728e1f Create the mock in the package of the original class (close #306)
  • a8cadba Create the mock in the package of the original class (close #306)
  • ad56a51 Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0
  • fb486a3 Bump maven-dependency-plugin from 3.1.2 to 3.3.0
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 19, 2022
@dependabot dependabot bot mentioned this pull request Oct 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #25.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.easymock-easymock-5.0.0 branch October 24, 2022 22:46
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.

0 participants