Skip to content

Conversation

@mwhipple
Copy link
Contributor

No description provided.

SwaggerParseResult parsed;
for (SwaggerParserExtension extension : parserExtensions) {
output = extension.readLocation(location, auths,resolve).getOpenAPI();
parsed = extension.readLocation(location, auths, resolve);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bit seems the most important since the other classes collect messages which are subsequently dropped.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think is missing the .getOpenAPI();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's below on L95, it was split out so the messages attached to the results could be output.

@mwhipple
Copy link
Contributor Author

mwhipple commented Mar 20, 2018

  • The test failures seem unrelated but I can check them out later

@gracekarina gracekarina merged commit 0d06256 into swagger-api:2.0 Mar 26, 2018
@mwhipple mwhipple deleted the 2.0 branch March 27, 2018 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants