-
Notifications
You must be signed in to change notification settings - Fork 31
fix: mitigate illegal substitution exceptions #2055
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
Conversation
baywet
left a comment
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.
Thanks for the contribution!
components/abstractions/src/main/java/com/microsoft/kiota/RequestInformation.java
Outdated
Show resolved
Hide resolved
components/abstractions/src/main/java/com/microsoft/kiota/RequestInformation.java
Show resolved
Hide resolved
baywet
left a comment
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.
Thank you for making the changes!
|
@espenvis can you please run |
Head branch was pushed to by a user without write access
Done. |
Fixes an issue where supported types generated by Kiota produce an illegal substitution exception for UUIDs, and similar exceptions for other supported non-String types (excluding ValuedEnum)
closes #2024