Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
4.6.0
-
None
Description
openejb-mockito (4.6.0-snapshot) has a dependency on openejb-core (4.6.0-snapshot) which in turn (according to my maven) has dependency on openjpa (2.2.2!).
Struberg fixed the other day the issue that openjpa was missing a dep on asm:4, this lead to ClassNotFoundExceptions for org.objectweb.asm.ClassVisitor that in turn lead to unenhanced JPA-entities that in turn lead to failing tests.
According to Struberg, the issue with asm:4 dep is fixed in openejb-core:4.6.0-snapshot.
This is not the case in the openejb-core:4.6.0-snapshot that openejb-mockito depends upon.