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

Mockito 2.25.1 and byte-buddy-1.9.7 #1005

Closed
suztomo opened this issue Oct 30, 2019 · 3 comments
Closed

Mockito 2.25.1 and byte-buddy-1.9.7 #1005

suztomo opened this issue Oct 30, 2019 · 3 comments
Labels
Dependency Fix Fix needed in library in GCP orbit

Comments

@suztomo
Copy link
Contributor

suztomo commented Oct 30, 2019

Sub-problem of #1004 .

Class org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher is not found
  referenced from org.mockito.internal.creation.bytebuddy.MockMethodAdvice (mockito-core-2.25.1.jar)
  referenced from org.mockito.internal.creation.bytebuddy.InlineBytecodeGenerator (mockito-core-2.25.1.jar)
Class net.bytebuddy.jar.asm.commons.ModuleHashesAttribute is not found
  referenced from net.bytebuddy.jar.asm.commons.ClassRemapper (byte-buddy-1.9.7.jar)

ModuleHashesAttribute should be fixed in byte-buddy 1.9.10 raphw/byte-buddy#608 .

@elharo
Copy link
Contributor

elharo commented Oct 30, 2019

So this one is a true positive. Which project needs to update to 1.9.10? Please file this bug over there.

@elharo elharo added the Dependency Fix Fix needed in library in GCP orbit label Oct 30, 2019
@suztomo
Copy link
Contributor Author

suztomo commented Oct 30, 2019

It's grpc-java. Raised a PR: grpc/grpc-java#6355

@suztomo
Copy link
Contributor Author

suztomo commented Oct 30, 2019

The PR is merged. "org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher is not found" still stands in Mockito 2.28.2: #1008

@suztomo suztomo closed this as completed Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency Fix Fix needed in library in GCP orbit
Projects
None yet
Development

No branches or pull requests

2 participants