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 2017/12/20 00:36:04 UTC

[GitHub] johnament commented on a change in pull request #360: MP Rest Client interface validation and tests

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:
users@infra.apache.org


With regards,
Apache Git Services