assertj / assertj/assertj-db

assertj-db SoftAssertion doesnt work with assertj-core 3.19.0

Open
#126 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
130
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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

```
public RequestAssert assertThat(Request actual) {
return proxy(RequestAssert.class, Request.class, actual);
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.