(cherry picked from commit 9826fd6bb0)
Only copy win64 and linux pdf-renderer to dist zip
Sort out what get included in dist jar and zip
(cherry picked from commit 779f8af717)
* SEARCH-2450 Don't expose properties from solr endpoint if the model says not to index them. (#1228) (#1231)
(cherry picked from commit 2fea6c9484def402e2bfd7c3717071ff8df69c01)
(cherry picked from commit 8d3868c65b46ce572e7d46beef20f7086aa6cf0d)
Bump alfresco-greenmail version
(cherry picked from commit 2f9c2465e1)
MNT-21481: IMAP UID search command errors with French Locale- Only folders showing (#1098)
* Bump alfresco-greenmail version and add Integration tests
(cherry picked from commit af3e786121)
REPO-5339 Improve concurrency of SimplePermissionReference (#1189)
* REPO-5339 Improve concurrency of SimplePermissionReference
* REPO-5339 Change locks to synchronised block
* [REPO-5339] Improve concurrency of SimplePermissionReference
- Move to ConcurrentHashMap
- Capacity set to hold Repo + RM + slight overage for custom permissions
- Getting new SimplePermissionReference will not block while getting existing value.
- If a new value needs to be added to the Map, it will block when adding
- If blocked it will wait, in order, until it can attempt to add
- If it was blocked before it will check first if another operation added before adding as an atomic action
* [REPO-5339] Improve concurrency of SimplePermissionReference
- Simplify getPermissionReference by removing Future
* [REPO-5339] Thread Lock detected for AclReadersGet invocations
- Add load capacity and concurrency level
Co-authored-by: Jared Ottley <jared.ottley@alfresco.com>
(cherry picked from commit 0db249511141a4e1a4e5a06989937b4e64d51497)
* SEARCH-2363: Escape special characters when serializing ChildAssociationRefs and AssociationRefs objects (#788)
(cherry picked from commit 57c2a9ce2fedcfade181bec5f4fa4eda39af786a)
- Simplify dependencies and standardise order
- README updated
- Green builds
- Changes to make Jars in enterprise war match
- Changes to make files in enterprise image match
- Added travis_wait 40 to the initial build as it can take 20 minutes to download artifacts
- Removed NodesTest.siteConsumerWillGet403OnFileWithDisabledInherittedPermissions introduced in 7.0.0 and fails in earlier versions.
- GetSiteMember[s]Tests changed in 7.0.0. Setting test back to previous values.