-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shade / Relocation of classes support #355
Milestone
Comments
closing due to inactivity |
Just due to inactivity
…On Sat, 1 Jun 2019 at 6:23 AM, Nik Vanderhoof ***@***.***> wrote:
I know of others that would very much appreciate this feature (myself
included). @lefou <https://github.com/lefou>, @lihaoyi
<https://github.com/lihaoyi> Is this marked wontfix only due to
inactivity, or are there design decisions not to allow this? I'd be happy
to attempt it if no one else wants to.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#355>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE5HBDDONG6WOZKVKDUCJJDPYGQPXANCNFSM4FCMEUGQ>
.
|
@nvander1 I was going through old issues and pull requests and tagged them with milestone versions or labels to better indicate if implemented or not. Feel free to work on it. |
I'm looking for this feature! |
lefou
pushed a commit
that referenced
this issue
Aug 27, 2020
This gives the ability to relocate/shade in assembly on a global level. This is a good first step but we might want later to provide the ability to shade only for a given lib. This is currently not possible because at the time we get the class path we lost the information of the dependency tree. Resolves #355 Example of usage: override def assemblyRules = Assembly.defaultRules ++ Seq(Assembly.Rule.Relocate("shapeless.**", "com.netflix.data.playback.shade.shapless.@1")) Pull request: #947
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't find any docs nor part of the source code to do this. Any chance for a write-up or wiki on this? Built-in JarJar support for assembly would be nice! Much appreciated! Thanks for an amazing build tool.
The text was updated successfully, but these errors were encountered: