This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
Releases: gigaSproule/swagger-gradle-plugin
Releases · gigaSproule/swagger-gradle-plugin
1.0.6
1.0.5
- #96 ApiImplicitParam for body does not set correct schema ref bug
- #122 Set source and target version to 8 enhancement
- #108 'code' parameter in ApiOperation ignored for POST requests bug
- #88 Swagger: Allow to configure security keyword enhancement
- #107 Swagger gradle plugin is not thread safe with parallel builds enhancement
- #86 SpringMvc: @RequestMapping(path = "") is filtered bug
- #94 JAXRS: Support for http PATCH method enhancement
- #75 gradle 4.7 deprecation warning enhancement
- #43 Re-work security definitions logic enhancement
- #77 Stop using ClassFinder in *Extension classes
1.0.4
- #80 Plugin does not always pick up changes to classes
- #59 Getting java.lang.ClassNotFoundException: javax.servlet.http.HttpServletRequest when generating swagger json - related to #80
- #78 Spring boot gradle plugin don`t work with 1.0.3 related - related to #80
- #79 Update tests to run against mutliple versions of Gradle
- #46 Improve testing around whether it should use classesDir or classesDirs enhancement
- #72 Unable to run v1.0.3 of the plugin - Could not get unknown property 'compile' bug
1.0.3
- #47 Definitions in generated swagger.json contains more than model types
- #52 Generated tags regression after updating plugin from 1.0.0 to 1.0.2
- #56 modelSubstitute file is null
- #61 Model substitutions fail - ModelModifier loads classes with the default classloader
- #62 Multiple apiSource produces incorrect documents
- #68 Improve dependency configuration
- #69 How to use apiSources as there are no concrete examples
- #70 Make sure the tests are passing for openjdk8