You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2023/04/20 19:51:00 UTC

[jira] [Created] (NIFI-11475) Azure Blob v12 processors are broken after Azure BOM 1.2.11 upgrade

Peter Turcsanyi created NIFI-11475:
--------------------------------------

             Summary: Azure Blob v12 processors are broken after Azure BOM 1.2.11 upgrade
                 Key: NIFI-11475
                 URL: https://issues.apache.org/jira/browse/NIFI-11475
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Peter Turcsanyi
            Assignee: Peter Turcsanyi


{code:java}
2023-04-20 15:57:08,982 ERROR [reactor-http-nio-1] c.a.c.i.jackson.XmlMapperFactory Failed to retrieve MethodHandles used to create XmlMapper. XML serialization won't be supported until 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' is added to the classpath or updated to a supported version. Package versions: jackson-core=2.14.2, jackson-databind=2.14.2, jackson-dataformat-xml=unknown, jackson-datatype-jsr310=2.14.2, azure-core=1.37.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
{code}
Azure BOM 1.2.11 upgrade in NIFI-11407 bumped {{azure-core}} to 1.37.0 which [does not depend on {{jackson-dataformat-xml}} anymore|https://github.com/Azure/azure-sdk-for-java/issues/7694#issuecomment-1462713526]. It needs to be added explicitly in the service api nar module. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)