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
If an OpenAPI document declares a response header with validateResponses set to true in the proxies.xml and the backend service does not return this header, the validation fails with:
"message": "Cannot invoke \"java.lang.Boolean.booleanValue()\" because the return value of \"io.swagger.v3.oas.models.headers.Header.getRequired()\" is null"
The text was updated successfully, but these errors were encountered:
If an OpenAPI document declares a response header with validateResponses set to true in the proxies.xml and the backend service does not return this header, the validation fails with:
"message": "Cannot invoke \"java.lang.Boolean.booleanValue()\" because the return value of \"io.swagger.v3.oas.models.headers.Header.getRequired()\" is null"
The text was updated successfully, but these errors were encountered: