wangyang0918 commented on issue #11000: [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1 URL: https://github.com/apache/flink/pull/11000#issuecomment-582207186 @tillrohrmann I think the two commands have no differences. I build the master branch and still could find the unrelocated `jackson` classes. Do i miss something? ``` $ jar tf lib/flink-dist_2.11-1.11-SNAPSHOT.jar | grep ^com/fasterxml/jackson | wc -l 908 ``` ``` $ jar tf lib/flink-dist_2.11-1.11-SNAPSHOT.jar | grep ^com/fasterxml/jackson | head -n 10 com/fasterxml/jackson/ com/fasterxml/jackson/databind/ com/fasterxml/jackson/databind/AbstractTypeResolver.class com/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type.class com/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty.class com/fasterxml/jackson/databind/AnnotationIntrospector.class com/fasterxml/jackson/databind/BeanDescription.class com/fasterxml/jackson/databind/BeanProperty$Bogus.class com/fasterxml/jackson/databind/BeanProperty$Std.class com/fasterxml/jackson/databind/BeanProperty.class ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
