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

BUGFIX: Fix optional parameter handling in deserializer #22

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

mficzel
Copy link
Member

@mficzel mficzel commented Jun 19, 2024

The schema denormalizer passed arguments by order and not by name which caused problems when an optional parameter in between was missing.

The fix adjusts the denormalizer to pass arguments by name to value objects

…expected slots when parameters in between are missing
@mficzel mficzel changed the title Bugfix/fix otional parameters handling BUGFIX: Fix otional parameters handling Jun 19, 2024
@mficzel mficzel force-pushed the bugfix/fixOtionalParametersHandling branch 2 times, most recently from 1b50e50 to 37761e9 Compare June 19, 2024 12:48
…expected slots when parameters in between are missing
@mficzel mficzel force-pushed the bugfix/fixOtionalParametersHandling branch from 80fdc28 to 98cc972 Compare June 19, 2024 12:53
@mficzel mficzel requested a review from mwuest June 19, 2024 12:54
@mficzel mficzel changed the title BUGFIX: Fix otional parameters handling BUGFIX: Fix optional parameters handling in deserializer Jun 19, 2024
@mficzel mficzel changed the title BUGFIX: Fix optional parameters handling in deserializer BUGFIX: Fix optional parameter handling in deserializer Jun 19, 2024
@mwuest mwuest merged commit bdc3c62 into main Jun 19, 2024
2 checks passed
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