Stefano Cordio
Stefano Cordio
Thanks, @Bananeweizen! I think [`equalsverifier-aggregator`](https://github.com/jqno/equalsverifier/tree/b627a44a1c640e4c17981229bd5e23e0b589df02/equalsverifier-aggregator) does exactly that via Ant. Not that it's too difficult, but it's quite some boilerplate. If the Kover Maven Plugin does a similar job with...
Hi @VanRoy, do I understand correctly that your intention is to bring the docs into the 3.x branch? Will we take up the 4.x (current) docs in a separate set...
Hi @Brown-Dan, seeing that you closed the issue, I assume you went with Joel's suggestion, right?
Thanks for the feedback, @Brown-Dan. I'm reopening the issue for a team discussion.
@TimvdLippe FWIW, the Javadoc issues I fixed last year (mockito/mockito#3226 and mockito/mockito#3230) forced Mockito to use Java 21 at least when releasing. In AssertJ, we decided to adopt the latest...
This should be fixed by the next Mockito release once mockito/mockito#3230 is merged.
@maxcellent I think this issue can now be safely closed/rejected.
Sure and thanks, @simhani1!
Apparently, b64ed7afb4db40b8513df1fdf407c161b3bc999d wasn't enough to resolve the issue.
I faced the same issue with some tests no longer working after upgrading from version 4 to version 5. The root cause was using the `any()` argument matcher with vararg...