* [MNT-20134] Changed Search class in order to take into account the actual facet label index when the handler is not null.
* [MNT-20134] Added unit test for check correctness of FacetDisplayHandler index when a custom FacetDisplayHandler is provided.
* Added header
* Corrected header.
An exception was being thrown if there was no supported rendition. In the case where a rendition already existed, RenditionService2 should have removed the content and hashcode on the rendition node and updated the source nodes thumbnailLastModified value. This is what happens if there is a transform failure when there is a rendition available. Also found that changing the mimetype nut not the content was not resulting in a new rendition as the hashcode did not include the mimetype.
* REPO-4082 Transformers should have unique option names
In addition to making the transform options, the following tidy up activities were performed:
* Rendition 2 Definitions beans have been simplified so there is just one common parent,
as this makes it clearer what the transform options are even if some of them are shared.
* Removal of "required": "false" from transform-service-config.json as this is the default.
Test added to make sure it really is the default for option values and option groups.
* Refactored some of the code in RenditionTest and a sub classes (in
alfresco-enterprise-repository) now that the Transform Service is more stable.
They are now able to share static finals.
* REPO-3743: Prevent the creation of built-in authorities, like user SYSTEM, GUEST.
* REPO-3743: added a new test and fix the tests that try to create system user.
* REPO-3473: I fix the tests ussing adminUser authentication.
* REPO-3743: Refactor tests authenticate as admin user.
* REPO-3743: fix the tests that used System user
* REPO-3743 clean up system authentication.
* REPO-3743: clean up system authentication
* REPO-3743: changes no permossions
* [maven-release-plugin] prepare release alfresco-repository-7.32-REPO-3743_System
* [maven-release-plugin] prepare for next development iteration
* REPO-3743: change runAsSystem and add setFullAdminAuthentication.
* [maven-release-plugin] prepare release alfresco-repository-7.32-REPO-3743_SystemUser
* [maven-release-plugin] prepare for next development iteration
* REPO-3743: added dependency for branch released data-model
* REPO-3743: added admin user as full authenticated user.
* [maven-release-plugin] prepare release alfresco-repository-REPO-3743-System-clean
* [maven-release-plugin] prepare for next development iteration
* REPO-3743: change the data-model version
* REPO-3743: change dataModel version
* [maven-release-plugin] prepare release alfresco-repository-REPO-3743-System-clean2
* [maven-release-plugin] prepare for next development iteration
* REPO-3743: changes after review.
- ensure that the returned token is always updated. This is currently not the case when there are no more items. The next token is set to null in that case, even though there might be (maxItems-1) results.
- added Junit tests