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: [email protected] With regards, Apache Git Services
