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

Add bundle shading test #5187

Merged
merged 12 commits into from
May 8, 2024
Merged

Add bundle shading test #5187

merged 12 commits into from
May 8, 2024

Commits on May 7, 2024

  1. Add bundle shading test

    This test ensures that all classes in the SDK bundle artifact are correctly
    shaded.
    
    Unless it is necessary, such as for `org.reactivestreams classes`, all classes
    found in the bundle JAR should be under the `software.amazon.awssdk` package.
    dagnir committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1d6a95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55fb542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f058da View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    f747fbb View commit details
    Browse the repository at this point in the history
  2. Update new module version

    dagnir committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1ed6c1c View commit details
    Browse the repository at this point in the history
  3. Dynamically load SDK class

    If the bundle the source of the class, this won't actually compile,
    becaus SDKClient will not compile.
    dagnir committed May 8, 2024
    Configuration menu
    Copy the full SHA
    91c4e5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8c6f1 View commit details
    Browse the repository at this point in the history
  5. Fixes

    dagnir committed May 8, 2024
    Configuration menu
    Copy the full SHA
    33ce287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b63ebf0 View commit details
    Browse the repository at this point in the history
  7. Merge commit 'refs/pull/5187/head' of github.com:aws/aws-sdk-java-v2 …

    …into dongie/bundle-shading-test
    dagnir committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f940e86 View commit details
    Browse the repository at this point in the history
  8. Update version

    dagnir committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b1a5548 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da637ff View commit details
    Browse the repository at this point in the history