johnament commented on a change in pull request #360: MP Rest Client interface 
validation and tests
URL: https://github.com/apache/cxf/pull/360#discussion_r157912355
 
 

 ##########
 File path: 
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/CxfTypeSafeClientBuilder.java
 ##########
 @@ -42,6 +42,7 @@ public RestClientBuilder baseUrl(URL url) {
         if (baseUri == null) {
             throw new IllegalStateException("baseUrl not set");
         }
+        Validator.checkValid(aClass);
 
 Review comment:
   Can you also remove the line in the TCK module?

----------------------------------------------------------------
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