OSGi integration tests are blocking the test suite. It is failing
with:
java.lang.Exception: Could not start bundle
mvn:org.infinispan/infinispan-cachestore-jpa/7.0.0-SNAPSHOT in
feature(s) infinispan-cachestore-jpa-7.0.0-SNAPSHOT: Unresolved
constraint in bundle org.infinispan.cachestore-jpa [70]: Unable to
resolve 70.0: missing requirement [70.0] osgi.wiring.package;
(&(osgi.wiring.package=javax.persistence)(version>=2.1.0)(version<=2.1.0))
The failure is triggered by the ORM version update. Opened PR:
https://github.com/infinispan/infinispan/pull/2777
(Need a bit of feedback on whether the ISPN dep jpa-api-2.0 should be
bumped to jpa-api-2.1 or not.)
--
Ion Savin