andymc12 commented on a change in pull request #849:
URL: https://github.com/apache/cxf/pull/849#discussion_r706977261
##########
File path:
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.java
##########
@@ -403,13 +412,45 @@ protected void initClient(AbstractClient client, Endpoint
ep, boolean addHeaders
});
}
}
+
+ protected <C extends Configurable<C>> Configurable<?> getConfigurableFor(C
context) {
Review comment:
Oh - I totally missed that. I think either way (`getConfigurableFor` or
`getOrCreateConfigurableFor`) is fine. Thanks for the clarification.
--
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]