Description
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
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. It needs to be added explicitly in the service api nar module.
Attachments
Issue Links
- relates to
-
NIFI-11407 Upgrade Azure BOM to 1.2.11
- Resolved
- links to