Issue
In wiremock java library when I set ignoreRepeatRequests in recordingSpec to avoid the scenarios, stub mappings are not created for some recorded requests.
I suspect AbstractLogicalMatcher equality check is only looking at first operand and ignoring everything else when checking equality
References
No response
Issue
In wiremock java library when I set ignoreRepeatRequests in recordingSpec to avoid the scenarios, stub mappings are not created for some recorded requests.
I suspect AbstractLogicalMatcher equality check is only looking at first operand and ignoring everything else when checking equality
References
No response