[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-264) addPackages does not include package-private classes in child package when called recursively

Matous Jobanek (JIRA) issues at jboss.org
Thu Feb 23 07:14:00 EST 2017


     [ https://issues.jboss.org/browse/SHRINKRES-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matous Jobanek closed SHRINKRES-264.
------------------------------------
      Assignee: Matous Jobanek
    Resolution: Cannot Reproduce Bug


I'm closing this issue as it cannot be reproduced (it's not an issue in ShwinkWrap). 
Feel free to reopen it if you don't agree

> addPackages does not include package-private classes in child package when called recursively 
> ----------------------------------------------------------------------------------------------
>
>                 Key: SHRINKRES-264
>                 URL: https://issues.jboss.org/browse/SHRINKRES-264
>             Project: ShrinkWrap Resolvers
>          Issue Type: Bug
>          Components: api
>            Reporter: ebuzer taha kanat
>            Assignee: Matous Jobanek
>
> With package structure of a.b.root.child when arquillian test class is in a.b.root at the phase of deployment archive creation 
> {code:java}
> archive.addPackages(true, "a.b.root");
> {code}
> does  not includes package-private classes in a.b.root.child or possible other child packages. Thus creates class dependency related problems for arquillian testing such as cdi errors in wildfly-arquillian-container-remote  .
> Package-private classes should not be directly usable out of package we know that  but they should be addable to deployment for indirect dependency reasons. 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the shrinkwrap-issues mailing list