forked from fge/jackson-coreutils
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Warning "Illegal reflective access by org.mockito.internal.util.reflection.AccessibilityChanger" #16
Labels
bug
Something isn't working
Comments
With the update to Mockito 2.28.2 in commit 15e3fdc, going to retitle this.
|
Capstan
changed the title
Warning "Illegal reflective access by org.mockito.cglib.core.ReflectUtil$2"
Warning "Illegal reflective access by org.mockito.internal.util.reflection.AccessibilityChanger"
Sep 6, 2019
mockito/mockito#1325 suggests that we have some improper uses of |
With
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this error in the Travis CI builds, but not in local builds.
mockito/mockito-cglib#1 seems like it's calling out use of an older mockito, but when updating to the last Java 6-supporting v2.x (v2.28.2), it produces a similar error:
WARNING: Illegal reflective access by org.mockito.internal.util.reflection.AccessibilityChanger
The text was updated successfully, but these errors were encountered: