You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/02/27 12:00:31 UTC

[GitHub] csierra commented on issue #385: [CXF-7657] Reader and Writer interceptors are not sorted by the provi?

csierra commented on issue #385: [CXF-7657] Reader and Writer interceptors are not sorted by the provi?
URL: https://github.com/apache/cxf/pull/385#issuecomment-368851321
 
 
   hi @andymc12, 
   
   I can try but the problem is that the failures are random because the fallback case when the providers come with the same `@Priority` is ```Integer.compare(o1.hashCode(), o2.hashCode())``` 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services