amarkevich commented on PR #1395:
URL: https://github.com/apache/cxf/pull/1395#issuecomment-1687657711
> in almost all cases, the equality-checking methods are specialized
There are still a couple of simple check with single equal like
`org.apache.cxf.systest.jaxws.JaxWsClientThreadTest#testRequestContextThreadSafety()`
```
assertTrue("address from existing context has not changed",
address.equals(requestContext
.get(BindingProvider.ENDPOINT_ADDRESS_PROPERTY)));
```
> I can do it in a separate pull request
Perfect
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]