Session should extend Serializable
----------------------------------

                 Key: CMIS-389
                 URL: https://issues.apache.org/jira/browse/CMIS-389
             Project: Chemistry
          Issue Type: Improvement
          Components: opencmis-client
    Affects Versions: OpenCMIS 0.3.0
         Environment: n/a
            Reporter: Peter Monks


As discussed at [1], the recommendation for OpenCMIS clients is to cache 
instances of org.apache.chemistry.opencmis.client.api.Session.  However many 
Java caching libraries require that cache entries be Serializable, and Session 
doesn't currently extend java.io.Serializable forcing such clients to do a 
variety of gymnastics if they wish to cache Sessions (as per the 
recommendation).

This enhancement requests that org.apache.chemistry.opencmis.client.api.Session 
extend java.io.Serializable.

[1] 
http://mail-archives.apache.org/mod_mbox/chemistry-dev/201106.mbox/%[email protected]%3E

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to