[GitHub] johnament commented on issue #352: Config handling for MP rest client

2017-12-06 Thread GitBox
johnament commented on issue #352: Config handling for MP rest client URL: https://github.com/apache/cxf/pull/352#issuecomment-349835011 This one is `ProviderFactory.comparePriorityStatus` only considers the annotation, not the registered priority.

[GitHub] johnament commented on issue #352: Config handling for MP rest client

2017-12-06 Thread GitBox
johnament commented on issue #352: Config handling for MP rest client URL: https://github.com/apache/cxf/pull/352#issuecomment-349829228 I see why it doesn't work. It's related to https://issues.apache.org/jira/browse/CXF-7543 , basically the JAX-RS client impl is done as a completely

[GitHub] johnament commented on issue #352: Config handling for MP rest client

2017-12-06 Thread GitBox
johnament commented on issue #352: Config handling for MP rest client URL: https://github.com/apache/cxf/pull/352#issuecomment-349826263 @andymc12 I think this is fine. weird that the priority isn't coming over. I see in `ConfigurableImpl` we read the priority.