You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: 'void org.assertj.core.internal.CommonValidations.failIfEmptySinceActualIsNotEmpty(java.lang.Object[])'
at org.assertj.vavr.internal.Maps.assertContains(Maps.java:117)
at org.assertj.vavr.api.AbstractMapAssert.containsEntry(AbstractMapAssert.java:172)
at ...
It looks like the latest assertj-vavr release (0.4.3) ist not compatible with assertj 3.25.0.
Although, in the commit history of this git repository I can see, that there were updates to assertj-core 3.25 and higher. Maybe it's just a new release that is missing?
The text was updated successfully, but these errors were encountered:
We're using
assertj-vavr
for various assertions in ourspring-boot
project.With the recently published
spring-boot
version3.3.0
the managedassertj
version was updated to3.25.0
.With this update, when running a test like
the following exception is thrown
It looks like the latest
assertj-vavr
release (0.4.3
) ist not compatible withassertj 3.25.0
.Although, in the commit history of this git repository I can see, that there were updates to
assertj-core 3.25
and higher. Maybe it's just a new release that is missing?The text was updated successfully, but these errors were encountered: