Skip to content

2022.5

Choose a tag to compare

@hauner hauner released this 03 Oct 09:13
· 1 commit to 2022.5.x since this release

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)