-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Looking at this dependency:
https://mvnrepository.com/artifact/io.kubernetes/client-java/24.0.0
The transitive dependency list shows a dependency on V1 of the AWS SDK, V2 has been out for a long time and amazon have set the EOL date for December this year - this was announced a year ago, so 18 months notice.
Running with this library actually causes a warning message on STDOUT which you can suppress, but it's there for a reason...
com.amazonaws.util.VersionInfoUtils The AWS SDK for Java 1.x entered maintenance mode starting July 31, 2024 and will reach end of support on December 31, 2025. For more information, see https://aws.amazon.com/blogs/developer/the-aws-sdk-for-java-1-x-is-in-maintenance-mode-effective-july-31-2024/
You can print where on the file system the AWS SDK for Java 1.x core runtime is located by setting the AWS_JAVA_V1_PRINT_LOCATION environment variable or aws.java.v1.printLocation system property to 'true'.
This message can be disabled by setting the AWS_JAVA_V1_DISABLE_DEPRECATION_ANNOUNCEMENT environment variable or aws.java.v1.disableDeprecationAnnouncement system property to 'true'.
We're getting pretty close to the cut off, is the kubernetes-client/java
team aware of this / Is there already a plan to remediate / accepting PRs?
Metadata
Metadata
Assignees
Labels
No labels