ProblemDetail doesn't override the equals method #29606
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Affects: 6.x
Currently the ProblemDetail doesn't override the equals method. We replaced our own ProblemDetails with the provided one. This issue breaks our tests which compare the two.
Is there a reason why the equals is not overriden?
If no, can we fix this issue?
The text was updated successfully, but these errors were encountered: