sebastiandaschner blog


Released JAX-RS Analyzer v0.10

#jaxrsanalyzer tuesday, october 18, 2016

Today I released version 0.10 of the JAX-RS Analyzer. Following features / improvements have been made:

  • Changed the internals to ASM

  • Improved type analysis

  • Improved analysis of POJO type inheritance

  • Added option to support Swagger tags and schemes

  • Supported JAX-RS’s @DefaultValue

  • Improved entity body support for “Stringifiable” types

  • Changed Swagger output to pretty printed JSON

The Maven plugin usage is updated to:

<plugin>
    <groupId>com.sebastian-daschner</groupId>
    <artifactId>jaxrs-analyzer-maven-plugin</artifactId>
    <version>0.10</version>
    <executions>
        <execution>
            <goals>
                <goal>analyze-jaxrs</goal>
            </goals>
            <configuration>
                <backend>swagger</backend>
            </configuration>
        </execution>
    </executions>
</plugin>

Have a look at the current version and the documentation.

 

Found the post useful? Subscribe to my newsletter for more free content, tips and tricks on IT & Java: