Pierre Villard created NIFI-13696:
-------------------------------------
Summary: Upgrade AWS components to SDK v2
Key: NIFI-13696
URL: https://issues.apache.org/jira/browse/NIFI-13696
Project: Apache NiFi
Issue Type: Epic
Components: Extensions
Reporter: Pierre Villard
With a recent version upgrade on the AWS SDK v1, we can now see the below
warning in the NiFi logs:
{code:java}
2024-08-30 13:36:43,035 WARN [Timer-Driven Process Thread-2]
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'.{code}
A lot of components are still depending on the AWS SDK v1 and migration to SDK
v2 should be considered.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)