- removed code that was made useless by previous code changes (see MNT-15338)
- added junit for the case when getAllVersions() is used with null objectId (Cmis WS binding)
REPO-3745: HotFix: MNT-19881: CLONE - Multi-threaded check-in and check-out throwing exception using CMIS API
Remove temp file caching in CMIS service
Add tx aware wrapper for CMIS Holder
Correct names and add a comment
Add synchronization check before binding listener
* REPO-2182 : Community: ALF-21852: setContentStream() returns the wrong document version when auto-versioning is turned on
Separete into different new transactions writing content from creatingObjectId for setContentStream()
Separate into different new transactions deleteing content from creatingObjectId for deleteContentStream()
Separate into different new transations appending content from creatingObjectId for appendContentStream()
Create JUnit CMISTest.testSetDeleteAppendContentStreamVersioning() testing that set/delete/apped calls return the new version.
This makes version 6.7 the same on both branches. Some of the previous versions (6.2-6.6) on
master were missing commits that existed on develop.
Note: 6.7 was released on develop. It should have been done on master, but at least it has
resulted in the missing commits getting to master.