SEVERE: java.lang.LinkageError:

Sudip Rai 1 Reputation point
2022-08-30T16:20:26.11+00:00

[vert.x-worker-thread-13] WARN com.azure.core.implementation.jackson.JacksonVersion - Version '2.9.0' of package 'jackson-core' is not supported (older than earliest supported version - 2.10.0). It may result in runtime exceptions during serialization. Please consider updating Jackson to one of the supported versions https://aka.ms/azsdk/java/dependency/troubleshoot
[vert.x-worker-thread-13] WARN com.azure.core.implementation.jackson.JacksonVersion - Version '2.9.0' of package 'jackson-databind' is not supported (older than earliest supported version - 2.10.0). It may result in runtime exceptions during serialization. Please consider updating Jackson to one of the supported versions https://aka.ms/azsdk/java/dependency/troubleshoot
[vert.x-worker-thread-13] INFO com.azure.core.implementation.jackson.JacksonVersion - Package versions: jackson-core=2.9.0, jackson-databind=2.9.0, jackson-dataformat-xml=2.13.3, jackson-datatype-jsr310=2.13.3, azure-core=1.31.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
[vert.x-worker-thread-13] ERROR com.azure.core.implementation.jackson.ObjectMapperShim - Package versions: jackson-core=2.9.0, jackson-databind=2.9.0, jackson-dataformat-xml=2.13.3, jackson-datatype-jsr310=2.13.3, azure-core=1.31.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
Aug 30, 2022 9:52:03 PM io.vertx.core.http.impl.HttpClientResponseImpl
SEVERE: java.lang.LinkageError: Package versions: jackson-core=2.9.0, jackson-databind=2.9.0, jackson-dataformat-xml=2.13.3, jackson-datatype-jsr310=2.13.3, azure-core=1.31.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot

How to solve this issue?
Dependency used:
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>[5.0,)</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>[1.3,)</version>
</dependency>

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,590 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sudip Rai 1 Reputation point
    2022-08-30T16:25:13.59+00:00

    @Vincent Biret Can you help me out on this??

    0 comments No comments