[
https://issues.jboss.org/browse/SHRINKRES-264?page=com.atlassian.jira.plu...
]
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)