Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error in OpenAPI handling of default values' types #5289

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

tjquinno
Copy link
Member

Resolves #5288

The code initially treated all default values as type Object. Instead, it should be the declared type of the value which might be Object but might be something else.

@tjquinno tjquinno self-assigned this Oct 30, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 30, 2022
@tjquinno tjquinno merged commit 6bef287 into helidon-io:helidon-3.x Nov 2, 2022
@tjquinno tjquinno deleted the openapi-default-3.x branch November 2, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAPI parsing fails to handle default in some cases
2 participants