reta opened a new pull request #779:
URL: https://github.com/apache/cxf/pull/779
While troubleshooting the TCK test case in question discovered that sorting
of message body readers and writers is not symmetrical:
- readers are sorted first by media type
- writers are sorted first by classes comparison which **does not look
right**
Fixed the message body writers sorting by starting with media types, the
same as for message body readers.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]