-
Notifications
You must be signed in to change notification settings - Fork 90
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
Additional type checks in models and Json/YAML reader #2030
Conversation
Signed-off-by: Michael Edgar <[email protected]>
Signed-off-by: Michael Edgar <[email protected]>
@Azquelt - fyi |
Signed-off-by: Michael Edgar <[email protected]>
This is definitely better. It does still have one change in behaviour for If I read in a schema like this: {
"type": "object",
"properties": ["id", "name"]
} The Using the This does slightly affect our ability to pass through a schema object we don't understand untouched. I've written some tests to demonstrate the change in behaviour here: Azquelt@0e17e6b - with these changes |
Signed-off-by: Michael Edgar <[email protected]>
I've added an additional fallback for |
0358f5c
to
7d136cc
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me. There were a few other small changes in behaviour which needed tweaks in OpenLiberty (noted on #2021), but now I have all my tests passing.
@phillip-kruger some additional fixes for 4.0. Please take a look when you can. |
No description provided.