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

[dynamodb] AWS SDK updated to 2.17.102 #11914

Merged
merged 2 commits into from Jan 3, 2022

Commits on Dec 30, 2021

  1. [dynamodb] Update guide for updating the SDK

    Some steps were obsolete and required corrections.
    
    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    b2b8c72 View commit details
    Browse the repository at this point in the history
  2. [dynamodb] Update AWS SDK to 2.17.102

    - Added NOTICE with all compiled dependencies. Dependencies listed in
      feature.xml are omitted.
    - jackson dependency is now provided by AWS SDK as a 'shaded' copy
    - log4j version used in tests updated
    - Specifying DefaultsMode=STANDARD to make the SDK utilize latest
      recommended parameters. RetryMode is also controlled by DefaultsMode,
      so we avoid setting it explicitly unless overridden by the user.
    - Fixed test regressions due to SDK changes
    
    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e96abe0 View commit details
    Browse the repository at this point in the history