-
Notifications
You must be signed in to change notification settings - Fork 19
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
assertj-db SoftAssertion doesnt work with assertj-core 3.19.0 #126
Comments
@willyhalim Can you tell me wich version of assertj-db do you use ? |
Hi , I use assertj db version 2.0.2 My initial observation is the proxy method in assertjdb and assertj core now is returning different generic Thanks |
@willyhalim Thanks for the information, can you provide a little snippet of code that permit me to reproduce the issue ? |
Apologies for the delay This works with assertj 3.14.0 and assertj db 2.0.2
But will have compilation error in assertj 3.19.0 ( due to generic return type is changed ) |
This was ok if i use assertj-core 3.15.0 SoftAssertions , but it breaks in assertj-core 3.19.0 .
Its due to generic return type
The text was updated successfully, but these errors were encountered: