-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression with InOrder verification after #2369 #2394
Comments
I am experiencing a similar issue after upgrading to version 3.12.0. |
Thanks for reporting! Taking a look now to figure out what is going on here. |
Fix up at #2395 |
3.12.1 is currently being pushed to Maven Central. It should be available in a couple of hours. |
Thanks for the quick fix here, @TimvdLippe. I can confirm that 3.12.1 solved the aforementioned problem for Axon Framework. |
The following test starts failing after 123beb8. It looks like the change to call actual
equals
andhashCode
methods is catching a call toequals
inside the implementation ofInOrder
.The text was updated successfully, but these errors were encountered: