- explicit charset requests are not supported by Alfresco repository. we use guess encoding methods
- the fix is to correctly interpret the mimetype text for the CMIS requests and make CMIS behave similarly to REST V1 APIs when working with content.
- added tests for the 3 affected methods
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@135665 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Fix overloading of local variable when calculating audit query limit
- Enhance test to cover negative (expected failure), zero, one and more
- Addition of new property: opencmis.connector.default.contentChangesDefaultMaxItems=10000
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133150 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
131490: REPO-1238 / REPO-1413: Use data-model with the OpenCMIS upgrade.,
131493: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0.
- Compilation errors fixed
- Removed old JAX-WS listener from web.xml + sun-jaxws.xml - obsolete after the upgrade (OpenCMIS has replaced JAX-WS with Apache CXF)
- Set chemistry-opencmis-test-browser version to 0.14.0, since it was removed in 1.0.0 (TODO: see if something from 1.0.0 can be used instead)
- Changed dependency on XmlSchema 1.4.7 to xmlschema-core 2.2.1 (required by Apache CXF) - implications of this change still to be addressed.,
131569: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0.
- Possible fix for the browser binding - since OpenCMIS 0.13.0, repository URLs always require a cmisselector parameter (see CMIS-893).,
131671: REPO-843 Upgrade our Servlet API usage to 3.0.1 (from 2.4 / 2.5)
- Modifications to weblogic-application.xml to allow Weblogic 12.2.1.1 to start with the changes
made so far for the 1.0 Open CMIS upgrade (REPO-1238). This follows the Servlet 3.0 upgrade
which resulted in WebLogic not starting. The Open CMIS upgrade has helped with fixing the WebLogic
start up issue, however...
- Some of the changes are TEMPORARY to pick up classes and resources from either the JRE or WebLogic
rather than the alfresco.war. These should be coming from the alfresco.war, but we will still need to
upgrade the jars that we package. See comments being added to REPO-1413 related to the CMIS upgrade.
- It is likely that there are other entries in this file that are not needed.,
131758: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKVersioning tests.
- The VersioningSmokeTest from the OpenCMIS TCK has been enhanced with the case of checking-in documents with new properties (not just new content). This touches the part of code in CMISConnector that parses the secondary types (aspects), removes the old ones and adds the new. The problem was that even the working copy aspect was removed for checked out documents. This is illegal and an error was thrown.
- Applies to CMIS 1.1.,
131815: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKVersioning tests.
- The VersioningSmokeTest from the OpenCMIS TCK has been enhanced with the case of checking-in documents with new properties (not just new content). So the tests check-in a document with the same name as the original name causing the rename of the working copy to fail. I added an extra check on the name format for working copies.
- Applies to CMIS 1.0.,
131843: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKCRUD tests.
- The SetAndDeleteContentTest from the OpenCMIS TCK has been enhanced with tests that append content. The case where the content was 0 bytes failed, because of an "unnecessary" (hopefully) check on the content data length.,
131859: REPO-1413 : Upgrade to OpenCMIS 1.0 - update dependencies and fix compilation and/or build test failures
- fixed failing testVersioningPropertiesHaveDefaultValue ,
131868: REPO-1413 : Upgrade to OpenCMIS 1.0 - update dependencies and fix compilation and/or build test failures
- fixed new failing tests,
131876: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Fix for versioning related tests.,
131907: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Removed unused dependency on chemistry-opencmis-test-browser,
132064: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Removed unnecessary excludes, updated data-model, added junit dependency for legacy-lucene which was relying on a now unused dependency to get the junit.,
132069: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Upgrade jaxb libraries to 2.2.11, alfresco-core to 6.7.,
132110: REPO-843 Upgrade our Servlet API usage to 3.0.1 (from 2.4 / 2.5)
- Further modifications to weblogic-application.xml
- Checked file only contains references to files that we actually package in alfresco.war.
- Add additional entries identified by WebLogic's CAT
- Exclude myfaces-api-1.1.10.jar classes (used by the Explorer UI, removed in 5.0 but still used by Cloud).
- Exclude classes that cause start up exception. We must use the RT or Weblogic versions.,
132161: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- code review changes
132356: Change to using data-model 6.6
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132357 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
131050 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate
131057 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate / fix test CMISTest.testModelAvailability
131064 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate
- added patch to remove JBPM database tables
131169 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate
- replaced generic DB script with database specific scripts
131171 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate
- Fix DB2 patch
131213 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate
- Fix JBPM table removal patch
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131286 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
121800 rneamtu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
121772 amorarasu: Merged DEV to 5.0.N (5.0.4)
120891 121263 amorarasu: MNT-14951: Using CMIS it is not possible to retrieve the secondary or the list of the parents of a folder
- Changed getObjectParents() to return all the parents, not just the first one.
- Added junit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
120109 nsmintanca: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
120046 abozianu: Merged DEV to 5.0.N (5.0.4)
117528 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- added a new aspect for cmis checked out documents : ASPECT_CMIS_CHECKEDOUT
118441 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- changed aspect name from ASPECT_CMIS_CHECKEDOUT to ASPECT_CMIS_CREATED_CHECKEDOUT
118775 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- fixed commit error
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123614 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
115568 adavis: Merged 5.1.N (5.1.1) to 5.1-MNT1 (5.1.0)
112922 adavis: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
112636 abozianu: MNT-14687 : Creating a document as checkedout and then canceling the checkout should delete the document
- reverted fix due to test failure
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@115698 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
115567 adavis: Merged 5.1.N (5.1.1) to 5.1-MNT1 (5.1.0)
112920 adavis: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
112568 abozianu: MNT-14687 : Creating a document as checkedout and then canceling the checkout should delete the document
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@115697 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
111285: Fix Build error from merge of
Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3)
111099: Merged V4.2.5 (4.2.5) to V4.2-BUG-FIX (4.2.6)
110999: Merged DEV to V4.2.5 (4.2.5)
MNT-10537 : BPM Models are filtered for CMIS getTypeDefinition
- As for DictionaryModelType we should destroy dictionary when new model is deployed from classpath.
- Unit test added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111333 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
111249: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3)
111099: Merged V4.2.5 (4.2.5) to V4.2-BUG-FIX (4.2.6)
110999: Merged DEV to V4.2.5 (4.2.5)
MNT-10537 : BPM Models are filtered for CMIS getTypeDefinition
- As for DictionaryModelType we should destroy dictionary when new model is deployed from classpath.
- Unit test added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111331 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
110376: MNT-14626 : CLONE - 5.0.N: Alfresco fails to version metadata after uploading new content version even when autoVersionOnUpdateProps=true
- Fixed build failure (compilation error) after merge from 4.2.N.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110630 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
110205: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3)
110092: Merged V4.2.5 (4.2.5) to V4.2-BUG-FIX (4.2.6)
110055: Merged DEV to PATCHES/V4.2.5 (4.2.5)
109047 : MNT-12226 : Alfresco fails to version metadata after uploading new content version even when autoVersionOnUpdateProps=true
- Reimplemented previous solution. Configuration properties for autoVersioning should not affect all nodes in repo. They should just provide default behavior.
- Added ability to specify default values for model properties using standard alfresco GLOBAL_PROPERTIES file.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
108044: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
107731: Merged 5.0.2 (5.0.2) to 5.0.N (5.0.3)
107679: MNT-13820 "Model can be deactivated with a node referencing the model is in trashcan"
Use the database to check if model is in use, rather than Search
Fix up existing tests in light of these changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108075 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
108038: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
107601: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
107332: Merged DEV to V4.2-BUG-FIX (4.2.5)
105981 : MNT-12226 : Alfresco fails to version metadata after uploading new content version even when autoVersionOnUpdateProps=true
- Added config for upload.post.js webscript. So now users may configure versioning for Share APP separatelly.
106157 : MNT-12226 : Alfresco fails to version metadata after uploading new content version even when autoVersionOnUpdateProps=true
- Updated previous solution so that if no config provided for upload.post.js webscript then default model versioning strategy used.,
107537: MNT-12226 : Alfresco fails to version metadata after uploading new content version even when autoVersionOnUpdateProps=true
- Fixed build failure.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108069 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
107413: Merged DEV to 5.0.N (5.0.3)
106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Cleaning of Javadoc,
107565: MNT-13545 Fix compilation after merge of Javadoc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105375: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105133: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
104891: MNT-10962: Versioning for cmis:document not working initially
- Fixed lost dependancies after r104888.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105409 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105374: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105132: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
104888: Merged DEV to V4.2-BUG-FIX (4.2.5)
104492: MNT-10962: Versioning for cmis:document not working initially
- Use default values in the content model for autoVersion.
- Test to ensure that version properties for node created via CMIS are set wrt contentModel.
- TCK is now run with autoVersion=false.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104250: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104173: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104090: Merged NESS/4.2.N-2015_04_30 (4.2.5) to V4.2-BUG-FIX (4.2.5)
104084: MNT-13366 : CMIS folder.deleteTree results in multiple entries in trashcan rather than one
- Implemented fix and test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100848: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100759: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99912: MNT-10999: CMIS: Version is not increased after deleting Content Stream
- resolved compilation errors of the merge (99877) to 4.2-BUG-FIX:
-- removed extra declaration of versionService;
-- added declaration and initialization of context
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100918 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100846: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100757: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99879: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
99811: Merged DEV to V4.1-BUG-FIX (4.1.10)
99257 : MNT-9557 : VersioningService.getAllVersions() does not include all applied aspects in the returned extension data
- Return a current node as head version in version series
99649,99789 : MNT-9557 : VersioningService.getAllVersions() does not include all applied aspects in the returned extension data
- Test for the fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100916 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100117: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
99965: Merged DEV to 5.0.N (5.0.2)
98656: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken
- Add initial change log token
99911: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken
- Added test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100540 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
90394: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
90287: Merged DEV to V4.2-BUG-FIX (4.2.4)
89952 : MNT-12242 : Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Test to ensure auto-versioning on update properties and set/delete content using both Alfresco and CMIS perspectives. Changes according to new auto-versioning behavior
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
88603: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
88349: Merged DEV to V4.2-BUG-FIX (4.2.4)
81057 : MNT-12098 : The cmis:description field should be queryable.
- Make cmis:description queryable
82422 : MNT-12098 : The cmis:description field should be queryable.
- Fix related test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94572 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
86232: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
86196: Merged DEV to V4.2-BUG-FIX (4.2.4)
84316: MNT-11784 The "not" keyword is no longer working in CMIS query.
In CMISQueryParser.buildConjunction() was added check (getOccur() == Occur.EXCLUDE).
84522: MNT-11784 The "not" keyword is no longer working in CMIS query
In OpenCmisQueryTest was added testNotKeyword() test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94529 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89844:ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Update of typeDefInclProperties property definitions is required. Updated unit test to check functionality.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89864 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89796: Merged DEV to HEAD-MNT-2904
88615: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix for side effect of ACE-1996, when initial title/description resolving was removed. Now, it will be resolved, when we are going to get type definition for the first time. Appropriate unit test was added.
89240: ACE-3322: CMIS Types have lost display names - breaks workbench
- Update child definitions.
89482: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix that updates property\properties of type definition. Unit test was added that checks for update children type defs and properties.
89775: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix that won't update property\properties of type definition on initialization phase (resolveInheritance method invocation).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89836 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89542: Merged DEV to HEAD (5.0.0)
88615: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix for side effect of ACE-1996, when initial title/description resolving was removed. Now, it will be resolved, when we are going to get type definition for the first time. Appropriate unit test was added.
89240: ACE-3322: CMIS Types have lost display names - breaks workbench
- Update child definitions.
89482: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix that updates property\properties of type definition. Unit test was added that checks for update children type defs and properties.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89587 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
88615: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix for side effect of ACE-1996, when initial title/description resolving was removed. Now, it will be resolved, when we are going to get type definition for the first time. Appropriate unit test was added.
89240: ACE-3322: CMIS Types have lost display names - breaks workbench
- Update child definitions.
89482: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix that updates property\properties of type definition. Unit test was added that checks for update children type defs and properties.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89542 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89023: ACE-2224: Could not re-applying ACL by cmis api request using Atom binding
- Report only repo permissions if onlyBasicPermissions is 'false', but do revert conversion if cmis basic permission has exact matching. Remove MNT-4561 changes to avoid clever logic. Restore unit test for MNT-10165 scenario. Allow apply empty set of direct permissions if node inherits parent permissions. In onlyBasicPermissions mode report only one cmis permission if one was set.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
74808: Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
73693: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
73621: MNT-10165: CMIS 1.1 API: Impossible to remove ACL through Atom binding
- Fix test failure - fix CMISTest to not affect on AuthorityServiceTest
74803: Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
73688: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
73548: MNT-10165: Merged DEV to V4.2-BUG-FIX (4.2.3)
61161: MNT-10165: CMIS 1.1 API: Impossible to remove ACL through Atom binding
- Detect permission to delete for principal and also find and delete all the concomitant basic CMIS permissions. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88915 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
88615: ACE-2904: Localised labels for type, aspect and property definitions are no longer returned
- Fix for side effect of ACE-1996, when initial title/description resolving was removed. Now, it will be resolved, when we are going to get type definition for the first time. Appropriate unit test was added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88659 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78647: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76112: Merged DEV to V4.2-BUG-FIX (4.2.3)
76109: MNT-11727: CMIS change log doesn't include change events for update operations
Move and rename operations should be shown as an UPDATE in the CMIS change log. Added unit test.
78641: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
78640: Merged DEV to V4.2.3 (4.2.3)
78634: MNT-11726 : CMIS change log isn't returning valid cmis:objectId values for deleted objects
- Change test to avoid using org.alfresco.cmis package classes
78646: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
78645: Merged DEV to V4.2.3 (4.2.3)
78636: MNT-11727: CMIS change log doesn't include change events for update operations
- Fix unit test: remove dependency on Alfresco specific CMIS classes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82628 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78427: Reverse Merge HEAD-BUG-FIX (5.0/Cloud): Caused build #55 failure
78353: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76112: Merged DEV to V4.2-BUG-FIX (4.2.3)
76109: MNT-11727: CMIS change log doesn't include change events for update operations
Move and rename operations should be shown as an UPDATE in the CMIS change log. Added unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82557 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78372: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (5.0)
76636 : Merged DEV to V4.2-BUG-FIX (4.2.3)
76604 : MNT-11876 : CMIS extension data is not returned in 1.1 atom binding
- Return aspects and aspect properties in extension data. Test for the fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82533 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261