jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

shade slf4j and jackson libs #280

Open TarunParimi opened 1 year ago

TarunParimi commented 1 year ago

slf4j and jackson libs often cause classpath conflicts in hadoop/spark environments. It is better to shade them instead of adding them as is in a fat jar.