-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
With package structure of a.b.root.child when arquillian test class is in a.b.root at the phase of deployment archive creation
archive.addPackages(true, "a.b.root");
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.