You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of "normalizing" shading relocations was brought up by @cburroughs during review of #326. We should consider moving shaded classes to a unified root package to the resulting JAR is easier to work with. This would be a breaking change since it's possible for a user's IDE to autocomplete a class that is shaded, e.g. com.joyent.manta.org.apache.commons.io.IOUtils.
The idea of "normalizing" shading relocations was brought up by @cburroughs during review of #326. We should consider moving shaded classes to a unified root package to the resulting JAR is easier to work with. This would be a breaking change since it's possible for a user's IDE to autocomplete a class that is shaded, e.g.
com.joyent.manta.org.apache.commons.io.IOUtils
.Current relocations:
Proposed relocations:
The text was updated successfully, but these errors were encountered: