Alexander T created NIFI-13386:
----------------------------------
Summary: NiFi 1.26.0: PutAzureBlobStorage_v12 causes
NoSuchMethodError
Key: NIFI-13386
URL: https://issues.apache.org/jira/browse/NIFI-13386
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.26.0
Reporter: Alexander T
PutAzureBlobStorage_v12 causes an java.lang.NoSuchMethodError and stop working
without
routing to Failure.
{code}
java.lang.NoSuchMethodError:
'com.microsoft.aad.msal4j.AbstractApplicationBase$Builder
com.microsoft.aad.msal4j.ConfidentialClientApplication$Builder.logPii(boolean)'
{code}
Azure SDK BOM was updated by NIFI-13131 from 1.2.21 to 1.2.23, which seems to
be a
dependency mismatch with MSAL4J 1.14.3. (as described here: NIFI-13287)
For testing purpose I changed SDK BOM back to 1.2.21, built the NARs, deployed
them in our
cluster and the error was gone.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)