-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Since flink-runtime includes a org.apache.flink:flink-shaded-jackson dependency, JavaNetHttpPollingClient introduces and use the original Jackson dependency (in com.fasterxml.jackson).
Is this necessary? Introducing original version may cause class loading issues in some situations.
Should JavaNetHttpPollingClient switch to the classes provided by flink-shaded-jackson? Other classes like ObjectMapperAdapter and GenericJsonAndUrlQueryCreator is using shaded version.
Metadata
Metadata
Assignees
Labels
No labels