Stefano Cordio
Stefano Cordio
Sure and thanks, @mslowiak!
@nith2001, as mentioned in the other PR, we are now focusing on releasing 3.23.0 and we will come back to new features once done with that.
The main actor for all these cases is `getSimpleValue`: https://github.com/assertj/assertj-core/blob/a9a93f0858db73eb15560011687fb12a6975bcba/src/main/java/org/assertj/core/util/introspection/PropertyOrFieldSupport.java#L65-L94 We've already realized that this method is involved in too many flows and we're doing too much here, so we're...
We briefly discussed this topic with @joel-costigliola, but we didn't create a corresponding issue yet. For example, I had in mind to introduce an implicit conversion for `extracting` methods having...
I vote for not going back to 3.19.0, mostly because of https://github.com/assertj/assertj-core/issues/2111#issuecomment-770436485. Also, I'm not sure if we really want to have a global flag that would affect different assertion...
We actually have the same issue for almost all the `assertContains*` and `assertDoesNotContain*` methods. Do we want to address all of them in one go or one by one?
@mbaechler would it be fine for you to cover also the other methods?
Thanks, @shekibobo! We'll look into it.
@shekibobo could you describe a bit more what exactly is not working? I tried to reproduce the issue using Java 9 `Set.of()` instead of `setOf` from your example, but all...
Thanks for the analysis, @temp-droid. This is most likely caused by 3db7c4ea4e0e2861795dfc8ea599fd6624b66d4f, added in 3.21.0.