[
https://jira.codehaus.org/browse/MSHADE-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=356327#comment-356327
]
Sharmarke Aden commented on MSHADE-182:
---------------------------------------
The issue is two folds:
a) the service files must be relocated
b) the content of the service files must also be relocated.
The patch submitted by Trask address issue a but not b.
> ServicesResourceTransformer incorrectly ignores given Relocators
> ----------------------------------------------------------------
>
> Key: MSHADE-182
> URL: https://jira.codehaus.org/browse/MSHADE-182
> Project: Maven Shade Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Thomas Kielbus
> Attachments: MSHADE-182.patch
>
>
> When using the ServicesResourceTransformer in conjunction with relocators for
> classes that have META-INF/services/ entries, the behavior of the Shade
> Plugin is unexpected because those services files entries do not get
> relocated.
> For example:
> Relocator: org.foo.Clazz to org.foo.shaded.Clazz
> Services files: META-INF/services/org.foo.Clazz
> We would expect a services file at META-INF/services/org.foo.shaded.Clazz in
> the shaded jar, but that does not happen (the file remains at
> META-INF/services/org.foo.Clazz) since the ServicesResourceTransformer
> ignores the given Relocators.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)