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 2019/08/27 23:46:15 UTC

[GitHub] [cxf] reta commented on issue #575: CXF-8094 Register additional classes for WADL

reta commented on issue #575: CXF-8094 Register additional classes for WADL
URL: https://github.com/apache/cxf/pull/575#issuecomment-525525573
 
 
   Hi @yurkom, thank you for the PR, I think we could narrow the scope by introducing `extractClasses` property and just modifying the `checkXmlSeeAlso` implementation:
   
   ```
       private void checkXmlSeeAlso(ResourceTypes resourceTypes) {
           ...
           List<Class<?>> extraClasses = new LinkedList<>(this.extraClasses);
           ...
       }
   ```
   
   Would it work for your case? Thank you.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services