swagger-maven-plugin
swagger-maven-plugin copied to clipboard
JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.
hi,I hava a question,I used the plugin to generate a json file in my spring boot project, but there is no excuse information in it,why? my demo:  the Plugin...
We're currently rooting out dependencies to expunge the recently-reported issue with log4j, and this is the last nested dependency we need to remove. See below for the maven dependency tree:...
swagger-maven-plugin keeps gettings back log4j:1.2.16 in my local repo and breaches company security rules. reload4j is binary compatible with log4j but fixes the important CVEs.
Hi guys, i get an error "could not get type for name" on com.github.kongchen.swagger.docgen.mavenplugin.ApiSource.getValidClasses() when i try to package my war with Java 11. With java 1.8 i have no...
Using the spring annotation `@RequestMapping` it is possible to define multiple paths for one controller method: `@RequestMapping(value = {"/v1.0/accept", "/v.1.1/accept"} ...)` This is very useful when one method keeps the...
In version 1.6.1 `swagger-core` (and `swagger-annotations`) added support for the `parseValue` property as part of the `@ExtensionProperty` annotation. If `parseValue` is `true` the provided value is treated as json and...
-Versions of handlebars prior to 4.3.0 are vulnerable to prototype pollution leading to remote code execution. templates may alter an object's __proto__ and __definegetter__ properties, which may allow an attacker...
…nfig level. fixes #873
According to https://github.com/kongchen/swagger-maven-plugin/blob/master/README.md, these fields are supported at the apiSource level. However, these are actually present at the top-level configuration. This results in issues like https://github.com/kongchen/swagger-maven-plugin/issues/866
Update to reflections library to 0.9.11 in order to fix this issue: #537