andymc12 commented on a change in pull request #396: [CXF-7673] MP Rest Client 
1.1 Impl
URL: https://github.com/apache/cxf/pull/396#discussion_r176908890
 
 

 ##########
 File path: 
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
 ##########
 @@ -285,7 +285,8 @@ private static boolean isIgnorableParameter(Method m, 
Parameter p) {
             return true;
         }
         return p.getType() == ParameterType.REQUEST_BODY
-            && m.getParameterTypes()[p.getIndex()] == AsyncResponse.class;
+            && (m.getParameterTypes()[p.getIndex()] == AsyncResponse.class
 
 Review comment:
   Good point.  This probably should be isolated to just MP Rest Clients.  I'll 
try to refactor this to avoid impacting non-MP proxy clients.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to