2022.5
openapi-processor has a new annotation type mapping feature to add additional annotations to model classes or endpoint parameters. It also adds a @Generated annotation that replaces the generated text header in the generated files.
See the core release notes 2022.6 for a detailed description of the changes.
#131, @HeadMapping/@TraceMapping/@OptionsMapping do not exist
by @mikrethor
a few http methods do not have an explicit mapping annotation: @HeadMapping, @TraceMapping, @OptionsMapping.
The processor now generates @RequestMapping(method = RequestMethod. {http method} )) .
dependency updates
- updated openapi-processor-core to 2022.6 (was 2022.5)