Ryan Heaton
Ryan Heaton
To see the fault bean handling fail, revert b7b381157 and run `TestFullJAXWSRIAPIWithJAXWSClient`
The current mojo implementations depend on deprecated APIs. See [this thread](https://lists.apache.org/thread/xtokt1ogwxh53b02g0llkgfgn3lhwc68) for additional context. * `maven-compat` needs to be removed as a dependency. * Deploy and install mojos need to...
Can we add basic support for documenting classes annotated with `@javax.servlet.WebServlet`?
Enunciate could benefit from some performance analysis, hotspot identification, and inefficiency cleanup.
``` java.lang.ClassCastException: class com.webcohesion.enunciate.javac.decorations.element.DecoratedRecordComponentElement cannot be cast to class com.webcohesion.enunciate.javac.decorations.element.DecoratedVariableElement (com.webcohesion.enunciate.javac.decorations.element.DecoratedRecordComponentElement and com.webcohesion.enunciate.javac.decorations.element.DecoratdVariableElement are in unnamed module of loader org.codehaus.plexus.classworlds.realm.ClassRealm @79fd6f95) at com.webcohesion.enunciate.modules.spring_web.model.RequestParameterFactory.gatherFormObjectParameters (RequestParameterFactory.java:187) at com.webcohesion.enunciate.modules.spring_web.model.RequestParameterFactory.getRequestParameters (RequestParameterFactory.java:58) at com.webcohesion.enunciate.modules.spring_web.model.RequestMapping. (RequestMapping.java:192)...