Sebastian Daschner
Sebastian Daschner
- `/` in path is doubled when using a "root" resource with `"/"` as path declaration
Hi, Sorry for the late response. It looks like you have some code generation / byte code manipulation process in place? Do you use any special tools as part of...
Hard to say TBH... It depends what the enhancer does with the Bytecode. How does your build / plugin configuration look like? Maybe as a workaround, Maven profiles would help...?
Normally the schema should be included in the `responses` object, but there is just a `204 No Content` response. How does your `getPap` method look like? Does it actually return...
Ok, so if the implementation is not available to the Analyzer, then it won't get all needed information... That's probably why it falls back to the `204` response.
Please see the update in #109
Yes this is a known bug (sdaschner/jaxrs-analyzer#109) unfortunately, introduced with the JavaDoc support...
Hi, thanks for issuing this. Seems that the Analyzer has a problem with a specific body of some method. Could you please try to reproduce and boil the error down...
Yes, please check with the newly pushed `0.17-SNAPSHOT` version. You need to add Maven's staging repositories for that.