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

IllegalAccessError when using GwtMockitoTestRunner #85

Open
tazle opened this issue Oct 24, 2019 · 0 comments
Open

IllegalAccessError when using GwtMockitoTestRunner #85

tazle opened this issue Oct 24, 2019 · 0 comments

Comments

@tazle
Copy link

tazle commented Oct 24, 2019

We tried to update to the latest gwtmockito (1.1.9), and after solving the missing parent module issue by publishing it ourselves to out private Maven repo, we ran into IllegalAccessErrors in tests run with GwtMockitoTestRunner.

Please see the reproduction here: https://github.com/tazle/gwtmockito/tree/illegalaccess-repro

The issue seems to be related to javassist version. Downgrading to 1.1.8 and javassist 3.22.0-GA makes the test pass. Staying with 1.1.8 gwtmockito and just upgrading javassist to 3.23.0-GA or 3.25.0-GA makes it fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant