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

Fix searching for namespaced xml attrs #1034

Merged
merged 7 commits into from
Jan 14, 2021
Merged

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    1b78d5c View commit details
    Browse the repository at this point in the history
  2. Use string concat to join xmlns

    JordonPhillips authored and jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7042766 View commit details
    Browse the repository at this point in the history
  3. Update smithy aws traits dependency

    JordonPhillips authored and jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3bab725 View commit details
    Browse the repository at this point in the history
  4. Add rest xml w/ns protocol tests

    JordonPhillips authored and jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2e7ada2 View commit details
    Browse the repository at this point in the history
  5. Temporarily skip namespaced attribute input test

    This adds a skip for the test that covers sending xml with
    a namespaced attribute. The bug is real and needs to be fixed, but
    currently no service is impacted and so the impactful fix to the
    deserialization of the same needs to go out asap.
    JordonPhillips authored and jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    43ceb7e View commit details
    Browse the repository at this point in the history
  6. regenerate api and hashes

    jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a61e359 View commit details
    Browse the repository at this point in the history
  7. fixup unit test failing

    jasdel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a3d9d86 View commit details
    Browse the repository at this point in the history