]
Tristan Tarrant closed ISPN-1548.
---------------------------------
Resolution: Out of Date
Refactor API and Commons in self-contained packages to avoid package
splitting issues
-------------------------------------------------------------------------------------
Key: ISPN-1548
URL:
https://issues.jboss.org/browse/ISPN-1548
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 5.1.0.BETA5
Reporter: NadirX
With the split of core into api and commons (ISPN-1490) we have caused split packages
(i.e. classes in the same package are split across multiple jars). This causes problems
with OSGi (ISPN-1537) and will also be disallowed when signed jars will be made compulsory
in EAP.
We therefore need to introduce new packages explicitly for api and commons. This will
obviously have some impact on client code.