openapi-processor-spring 2022.5 #10
hauner
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
This discussion was created from the release 2022.5.
Beta Was this translation helpful? Give feedback.
All reactions