Peter Turcsanyi created NIFI-10987: -------------------------------------- Summary: Add default implementation of AWS SDK V2 credentials in AWSCredentialsProviderService Key: NIFI-10987 URL: https://issues.apache.org/jira/browse/NIFI-10987 Project: Apache NiFi Issue Type: Improvement Components: Extensions Reporter: Peter Turcsanyi Assignee: Peter Turcsanyi
NIFI-10791 introduced support for AWS SDK V2 credentials ({{{}AwsCredentialsProviderService.getAwsCredentialsProvider(){}}}). {{AWSCredentialsProviderService}} extends this interface and {{AWSCredentialsProviderControllerService}} implements the new method but other 3rd party implementors (that are not part of the Apache NiFi code base) would break with this change due to the new interface method. Add default implementation throwing {{UnsupportedOperationException}} to provide backward compatibility at source level. -- This message was sent by Atlassian Jira (v8.20.10#820010)