]
Ion Savin updated ISPN-4970:
----------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
AvailabilityException and AvailabilityMode are in the wrong package
-------------------------------------------------------------------
Key: ISPN-4970
URL:
https://issues.jboss.org/browse/ISPN-4970
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 7.0.1.Final, 7.1.0.Final
{{AvailabilityException}} and {{AvailabilityMode}} are in package
{{org.infinispan.partionhandling}}, instead of {{org.infinispan.par*ti*tionhandling}}.
For {{AvailabilityException}}, we could create a new exception in the proper package and
make the old one extend the new one, but I'm not sure how we should handle
{{AvailabilityMode}}.