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

Update bytebuddy, asm and objenesis for full Java 11 support #1525

Merged
merged 2 commits into from
Oct 31, 2018

Conversation

ijuma
Copy link
Contributor

@ijuma ijuma commented Oct 30, 2018

check list

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@ijuma
Copy link
Contributor Author

ijuma commented Oct 30, 2018

cc @raphw

@@ -20,9 +20,9 @@ libraries.bytebuddyandroid = "net.bytebuddy:byte-buddy-android:${versions.bytebu

libraries.errorprone = 'com.google.errorprone:error_prone_core:2.3.1'

libraries.objenesis = 'org.objenesis:objenesis:2.6'
libraries.objenesis = 'org.objenesis:objenesis:3.0.1'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 3.0.1 requires Java 8. If this is an issue, we need to keep using the older version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted this change.

@codecov-io
Copy link

codecov-io commented Oct 30, 2018

Codecov Report

Merging #1525 into release/2.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             release/2.x    #1525   +/-   ##
==============================================
  Coverage          88.59%   88.59%           
  Complexity          2401     2401           
==============================================
  Files                299      299           
  Lines               6039     6039           
  Branches             733      733           
==============================================
  Hits                5350     5350           
  Misses               510      510           
  Partials             179      179

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57d877d...a420e87. Read the comment docs.

@TimvdLippe TimvdLippe requested a review from raphw October 31, 2018 14:03
@raphw
Copy link
Member

raphw commented Oct 31, 2018

Forgot to update ASM there, Byte Buddy bundles its own. LGTM!

@raphw raphw merged commit a2fc469 into mockito:release/2.x Oct 31, 2018
@bric3 bric3 added the java-11 label Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants