Skip to content

Completely remove AWS Java SDK v1 #500

@stanlk

Description

@stanlk

AWS Java SDK v1 reached full end of support on December 31st, 2025 we need to remove the old references to AWS Java SDK v1: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>${aws.sdk.v1.version}</version>
</dependency>

Now that the v1 SDK has reached full end-of-life support, we need to remove the old references completely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions