-
Notifications
You must be signed in to change notification settings - Fork 75
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
TypeTag.resolve does not return the same types in 2.0 #136
Comments
Hi, Thanks for the detailed bug report. Actually, TypeTag was new in the 2.0. Before 2.0, EqualsVerifier would just put |
I've just released version 2.0.1, which fixes this. |
2.0.1 is working great. Thanks for the fast turnaround on this fix. |
I'm happy to hear that! |
What steps will reproduce the problem?
Upgrading to 2.0
What is the code that triggers this problem?
The following test passes in 1.x
but fails with the error
in 2.0
Please provide any additional information below.
From a cursory look through the code it looks like the TypeTag code is not resolving the type of the id field anymore and sets it to the default of
new TypeTag(TypeVariable.class)
The text was updated successfully, but these errors were encountered: