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

Un-resolve xml attribute namespaces #255

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

JordonPhillips
Copy link
Member

@JordonPhillips JordonPhillips commented Jan 12, 2021

Issue #, if available:

This the smithy-go half of what's needed to address aws/aws-sdk-go-v2#1013

Description of changes:

This updates the XML decoder to un-resolve xml namspaces in
attributes. The Go decoder resolves them fully by default, but we
need the short names to match attributes to members while
decoding.

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

This updates the XML decoder to un-resolve xml namspaces in
attributes. The Go decoder resolves them fully by default, but we
need the short names to match attributes to members while
decoding.
jasdel added a commit to jasdel/smithy that referenced this pull request Jan 12, 2021
Adds additional protocol tests for member bound to XML attribute within
a struct that also has an XML namespace.

Related to aws/smithy-go#255, aws/aws-sdk-go-v2#1034, aws/aws-sdk-go-v2#1013
JordonPhillips pushed a commit to smithy-lang/smithy that referenced this pull request Jan 13, 2021
Adds additional protocol tests for member bound to XML attribute within
a struct that also has an XML namespace.

Related to aws/smithy-go#255, aws/aws-sdk-go-v2#1034, aws/aws-sdk-go-v2#1013
@JordonPhillips JordonPhillips merged commit 49588e1 into aws:main Jan 13, 2021
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