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

refactor XML deserialize #1233

Merged
merged 11 commits into from
Feb 29, 2024
Merged

refactor XML deserialize #1233

merged 11 commits into from
Feb 29, 2024

Conversation

aajtodd
Copy link
Collaborator

@aajtodd aajtodd commented Feb 26, 2024

Issue #

fixes #1220
upstream: smithy-lang/smithy-kotlin#1042

Description of changes

Context is in the linked issue and upstream smithy-kotlin PR

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aajtodd aajtodd requested a review from a team as a code owner February 26, 2024 14:07
Copy link

A new generated diff is ready to view.

@@ -90,6 +82,7 @@ class RestXmlParserGenerator(
else -> super.payloadDeserializer(ctx, shape, members)
}

// FIXME - reconcile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Is this FIXME about explicitBoundStructureSerializer? Do you have a plan to fix in this PR or as a follow-up?

@@ -145,6 +237,7 @@ class RestXmlSerializerGenerator(
else -> super.payloadSerializer(ctx, shape, members)
}

// FIXME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: there's not context around this FIXME

Copy link

A new generated diff is ready to view.

Copy link

A new generated diff is ready to view.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
20.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@aajtodd aajtodd merged commit 0e48bf6 into main Feb 29, 2024
14 of 17 checks passed
@aajtodd aajtodd deleted the fix-xml-deserialize branch February 29, 2024 14:41
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.

listObjectVersions not returning all existing versions
4 participants