[ 
https://issues.jboss.org/browse/SEAM-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614762#comment-12614762
 ] 

Shane Bryzak commented on SEAM-94:
----------------------------------

Shaded jars are going away in Seam 3.1.

> Shaded jars like seam-solder instead of seam-solder-api and seam-solder-impl 
> result in the same classes twice in the classpath (possibly different 
> versions)
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SEAM-94
>                 URL: https://issues.jboss.org/browse/SEAM-94
>             Project: Seam 3 Distribution
>          Issue Type: Bug
>            Reporter: Geoffrey De Smet
>
> Shaded jars (like seam-solder) are highly problematic in itself, see WELD-935.
> Trying to avoid the shaded jars, is impossible, as this example shows:
> {code}
> $ mvn dependency:tree
> ...
> [INFO] +- org.jboss.seam.solder:seam-solder-api:jar:3.0.0.Final:compile 
> ===========> my compile dependency on solder-api (the non-shaded jar)
> [INFO] +- org.jboss.seam.solder:seam-solder-impl:jar:3.0.0.Final:runtime 
> ==========> my runtime dependency on solder-impl (the non-shaded jar)
> [INFO] +- org.jboss.seam.security:seam-security-api:jar:3.0.0.Final:compile
> ...
> [INFO] +- org.jboss.seam.security:seam-security-impl:jar:3.0.0.Final:compile
> [INFO] |  +- org.jboss.seam.solder:seam-solder:jar:3.0.0.Final:compile 
> ============> transitive dependency on solder (the shaded jar) which shades 
> the classes of solder-api
> {code}
> Now suppose I depend on solder-api 3.0.1.Final instead (still with 
> seam-security-impl 3.0.0.Final): I 'd have 2 different versions of solder in 
> my classpath.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to