Describe the bug, including details regarding any error messages, version, and platform.
The current jar contains version specific classes under META-INF/versions/... with unshaded package names. This leads to clashes with jackson and thus classpath duplicates. This is a major problem in many major projects right now (e.g. Spark).
Describe the bug, including details regarding any error messages, version, and platform.
The current jar contains version specific classes under
META-INF/versions/...
with unshaded package names. This leads to clashes with jackson and thus classpath duplicates. This is a major problem in many major projects right now (e.g. Spark).Component(s)
No response