hangout icon indicating copy to clipboard operation
hangout copied to clipboard

watcher访问失败,目测是 jackson-annotations-2.8.2.jar版本不符合undewrtow的要求

Open linxuhong opened this issue 5 years ago • 0 comments

配置watcher后,启动undertow 访问: http://127.0.0.1:8080/metrics 会提示 java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge

看了打包后的 dis/lib目录 中的 jackson-annotations-2.8.2.jar 解压出来 确实 没有 JsonMerge这个类。

应该是 jackson-annotations的版本过低。或者是与undertow要求的版本不符合

linxuhong avatar Nov 15 '19 03:11 linxuhong