]
Tristan Tarrant updated ISPN-9034:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.0.Alpha1
Resolution: Done
InfinispanExtensionIT should depend on "org.infinispan"
-------------------------------------------------------
Key: ISPN-9034
URL:
https://issues.jboss.org/browse/ISPN-9034
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server, WildFly modules
Affects Versions: 9.2.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.2.2.Final, 9.3.0.Alpha1
Currently the deployment in InfinispanExtensionIT does not have an explicit dependency on
"org.infinispan" which means that a ClassNotFoundException will be thrown if
certain methods are called on the container. The test should be updated so that the
deployment has the appropriate manifest dependency, but if said dependency is removed the
test will fail.