wilx commented on issue #575: URL: https://github.com/apache/maven-shade-plugin/issues/575#issuecomment-5142783883
I reviewed the referenced repository against the current plugin. Its service relocation/deduplication and transitive, service-aware minimization changes have since been implemented upstream. The only behavior from that fork which is not implemented is its special dollar-sign "uglyfication": a shaded pattern ending in `$` also prefixes the relocated simple class name, for example `collect.ImmutableList` becomes `collect.$ImmutableList`. Literal dollar signs in a shaded pattern are already usable by escaping them, as noted in #549. Since the substantive behavior has otherwise been superseded and the remaining behavior is a niche naming convention, I think this issue can be closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
