You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current code generated (SpringMVC) for the RequestHeader is this:
@RequestHeader("ifNoneMatch")
Since RequestHeader has a default value (for required attribute), thus we get a required header when the swagger def defined it as not required. Instead, I think we want this:
Given a param definition like this:
the current code generated (SpringMVC) for the
RequestHeader
is this:Since
RequestHeader
has a default value (for required attribute), thus we get a required header when the swagger def defined it as not required. Instead, I think we want this:The Pull req for this minor change is in #718
The text was updated successfully, but these errors were encountered: