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 2021/09/13 01:07:06 UTC

[GitHub] [cxf] andymc12 commented on a change in pull request #849: CXF-7543: JAX-RS Features not used in proxies or WebClients

andymc12 commented on a change in pull request #849:
URL: https://github.com/apache/cxf/pull/849#discussion_r706944570



##########
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:
       Just thinking that this method might be better off named `newConfigurableFor` to avoid confusion.  My first thought was that this method might be used to cache the configurable based on the passed-in context - like a `Map<C, Configurable<C>>`.  No worries if you'd prefer to keep it as-is though.




-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org