What is a shaded jar? And what is the difference/similarities between uber jar and shaded jar? [duplicate]
I’ll explain what an uber JAR is first because this underpins the shading explanation. Uber JAR An uber JAR is a JAR which contains the contents of multiple JARs (or, less commonly, multiple other JARs themselves) Your application will almost certainly use other packages and these packages might be provided as JARs. When using Maven … Read more