Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I would like to suggest the following change in package structure:
org.apache.chemistry.opencmis.commons // unchanged
org.apache.chemistry.opencmis.commons.enums // unchanged
org.apache.chemistry.opencmis.commons.exceptions // unchanged
org.apache.chemistry.opencmis.commons.data // interfaces extending ExtensionData
org.apache.chemistry.opencmis.commons.definitions // interfaces extending PropertyDefinion
org.apache.chemistry.opencmis.commons.spi // service interfaces
org.apache.chemistry.opencmis.commons.server // server interfaces
The package commons.api is deleted and contained interfaces should be distributed accordingly to the new packages.