* Removed all code related to forums and discussions. Comments are left intact.
* Refactored IntegrityTest_model.xml to prevent clashing with CMIS-query-test-model.xml
* [SEARCH-1272] Set permissionService protected to be used by Extended class in AGS
* [SEARCH-1272] remove protected modifier and added getter for useful fields inside SolrQueryHTTPClient and SolrSQLHttpClient.
* [SEARCH-1272] removed blank lines
- fixed regression in SchemaBootstrap that cause the schema validation to not be done
- added support for custom sequences retrieval (active if only schema reference sequences file exists)
- added dialect and script utility classes
- refactored ExportDb, ScriptExecutorImpl and SchemaBootstrap to use the utility classes to reduce code duplication
* REPO-3630: - add title to the PersonFavouriteKey constructor
* [maven-release-plugin] prepare release alfresco-repository-repo-3630-1
* [maven-release-plugin] prepare for next development iteration
* REPO-3962: Remove context refresh from testOpenCloseOpenCloseFull
* The refreshing of minimal context does not work with Spring version greater than 5.1.0
* We don't need to test refreshing the core application context as that never happens, only the subsystem application contexts are refreshed
* REPO-3962: Add test for application context refresh
* Test is disabled for now until the bug in Spring is fixed
* [SEARCH-799] Added WeakFilteringSetResult class. This type of filtering does not concerns permissions and allows to access to the tolal number of elements.
* [SEARCH-799] Added nested filter in. The inner one is for permission filtering and the outer one if for count filtering.
The change concerns the case of optimisePermissionsCheck=true.
* [SEARCH-799] Implemented double filtering when optimizePermission=false. Code refactoring.
* [SEARCH-799] Fix problem in resultSet.length() resulted in org.alfresco.opencmis.CMISTest#testQueryNodesWithCorruptedIndexes test.
* [SEARCH-799] Added unit test for pagination result.
* Syntax fixes.
* Removed import *.
* Set back system user as current user.
* [SEARCH-799] added Javadoc and some useful description in test methods.
* [SEARCH-799] Added javadoc
* [SEARCH-799] Code refactoring and some comments.
* [SEARCH-799] Code refactoring.