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
swaggerParseResult.getOpenAPI() returns null and swaggerParseResult.getMessages() returns one element, Cannot invoke "String.equals(Object)" because "value" is null.
The text was updated successfully, but these errors were encountered:
Regression, worked in 2.1.25.
The following OpenAPI:
Fails when passed to the following code:
swaggerParseResult.getOpenAPI()
returnsnull
andswaggerParseResult.getMessages()
returns one element,Cannot invoke "String.equals(Object)" because "value" is null
.The text was updated successfully, but these errors were encountered: