jaxrs-analyzer icon indicating copy to clipboard operation
jaxrs-analyzer copied to clipboard

Creates REST documentation for JAX-RS projects

Results 75 jaxrs-analyzer issues
Sort by recently updated
recently updated
newest added

- Change the way the "signature" field is retrieved - Update asm dependency - Fix surefire tests (reuseforks=false) - After this changes three test cases had a different actual instruction...

I need to extend the JavaTypeAnalyzer behavior for something very specific. I added the ability to load analyzers to override the derived properties and types.

This fixes the problem first identified in issue #182, and isolated by rmpestano in issue #191. JavaDocParserVisitor doesn't override the method for enums, so it doesn't properly update its state...

Our project has two modules, both with JAX-RS resources. With 0.16 we could generate docs for both modules, but since upgrading to 0.17 generating for one of them fails with...

I tried to reproduce the two null pointer exceptions I found in the current plugin; One I was able to reproduce in a project I am actively involved: To reproduce:...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I am unable to build jaxrs-analyzer due to a failing test: ``` test(com.sebastian_daschner.jaxrs_analyzer.analysis.ProjectAnalyzerTest)` Time elapsed: 1.357 sec

Ensures that the JavaDocs from the POJOs which represent the JSON models (i.e. the POJOs representing the request and response objects) are captured, so that these can be used in...

Fix issue https://github.com/sdaschner/jaxrs-analyzer/issues/140 (superclass JAX-RS annotations being ignored), caused by ASM not looking at superclasses by default. This change adapts `ProjectAnalyzer` so that the superclass of a method is also...