microsoft / kiota-java

Java libraries for Kiota-generated API clients.
https://aka.ms/kiota/docs
MIT License
23 stars 24 forks source link

Fixes serialization of parsables in additionalData #1327

Closed andrueastman closed 3 months ago

andrueastman commented 3 months ago

Fixes https://github.com/microsoftgraph/msgraph-sdk-java/issues/1969

Presence of a Parsable instance in the additionalData wasn't handled appropiately. So the property name was written without the value leading to invalid/illegal state.

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
66.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud