[
https://issues.apache.org/jira/browse/NIFI-11475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715021#comment-17715021
]
ASF subversion and git services commented on NIFI-11475:
--------------------------------------------------------
Commit 8586ac594ec49bae43c8476f8b062ccd939fa043 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8586ac594e ]
NIFI-11475 Fixed missing jackson-dataformat-xml in nifi-azure-services-api
This closes #7186
Signed-off-by: David Handermann <[email protected]>
> 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
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {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)