mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-30 18:15:39 +00:00
32456: (RECORD ONLY) Removed extraneous debugging 32538: ALF-12075: Merged DEV/TEMPORARY to V3.4-BUG-FIX 32476: ALF-11499: "The association source type is incorrect: " when trying to add extra documents to inflight workflow after upgrade to 3.2.0r and later Patch that converts workflow package type and associations 32532: ALF-11499: "The association source type is incorrect: " when trying to add extra documents to inflight workflow after upgrade to 3.2.0r and later 1. Code comments 2. Removed potential catch of retryable exception 3. Removed unneccessary throw of PatchException 32541: Fix for ALF-11677 - Doing an HTTP POST to a repository webscript through the Share proxy fails on certain input 32712: ALF-12074 / ALF-10547: JMX settings lost after upgrade from 3.2.2 to 3.4.4 - MigrateAttrPropBackedBeanPatch now persists migrated data through the MBean interfaces (cluster and cache friendly) rather than going through the 'back door' 32734: ALF-12076: Fix ALF-11924 - HighlightFile after document upload in Share doclib 32738: ALF-11957: Merged PATCHES/V3.4.6 to V3.4-BUG-FIX 32617: ALF-11977 / ALF-11879: IMAP performance - Fix node batch loading - batch load ContentData to avoid N+1 problem with content properties - During cache preloading, use distinct transactions for each folder search, thus avoiding blowing the transactional caches 32619: ALF-11977 / ALF-11879: Fixed typo 32652: ALF-11977 / ALF-11879: Deactivate auto-versioning and auditing (and run as system) whilst setting magic IMAP aspect properties 32683: ALF-11978 / ALF-11915 iBatis synchronizes on the ClassInfo class during high concurrency Similar change made to ibatis ClassInfo.java as was made to mybatis (in 4.0) for ALF-11894 src.diff is diff from new SVN location at http://mybatis.googlecode.com/svn/tags/java_release_2.3.4-726/ibatis-2-core hence the revision number changes modified the pom to use Java 1.5 (1.6 does not work due to changes in abstract sql packages) and removed a plugin that no longer works 32788: ALF-12077: Fix for ALF-12050 - ensures that overly agressive caches won't cache Share PageView dynamic responses. 32818: Merged PATCHES/V3.4.6 to V3.4-BUG-FIX 32510: (RECORD ONLY) Merged V3.4-BUG-FIX to PATCHES/V3.4.6 32322: Possible fix for: (ALF-11344) SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - English based locales will sort as Java String comparison. 32411: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - use in memory sort rather than relying on the lucene field cache for result sets up to 1000 by default - this is configurable across all query languages (and per query via SearchParameters and QueryOptions) lucene.indexer.useInMemorySort=true lucene.indexer.maxRawResultSetSizeForInMemorySort=1000 32425: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - fix for score sorting 32616: (RECORD ONLY) ALF-11849: Merged V3.4-BUG-FIX to PATCHES/V3.4.6 31653: ALF-8906: Ensure entire IMAP service startup transaction runs as system, to allow for any auto-aspect adding / versioning during cache warming 31676: ALF-8906: Fix IMAP unit test failures 32792: ALF-11894 / ALF-11915: Prevent contention in NodeService proxy by making NodeService_security proxy to a thread local! - Use org.springframework.aop.target.ThreadLocalTargetSource - Inventive or what? 32814: ALF-11894 / ALF-11915: Prevent contention in CMIS searches - Rolled back previous fix because it didn't work! - Patched ACEGI ConfigAttributeDefinition to use LinkedList rather than synchronized Vector to avoid contention on all NodeService accesses - Created NonBlockingLazyInitTargetSource, again to avoid contention on all NodeService calls 32816: (RECORD ONLY) ALF-12072: Merged V3.4-BUG-FIX to PATCHES/V3.4.6 32788: Fix for ALF-12050 - ensures that overly aggressive caches won't cache Share PageView dynamic responses. 32819: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY) 32817: Merged PATCHES/V3.4.6 to V3.4 (3.4.7) 32510: ALF-11840: Merged V3.4-BUG-FIX to PATCHES/V3.4.6 32322: Possible fix for: (ALF-11344) SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - English based locales will sort as Java String comparison. 32411: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - use in memory sort rather than relying on the lucene field cache for result sets up to 1000 by default - this is configurable across all query languages (and per query via SearchParameters and QueryOptions) lucene.indexer.useInMemorySort=true lucene.indexer.maxRawResultSetSizeForInMemorySort=1000 32425: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search. - fix for score sorting 32792: ALF-11978 / ALF-11915: Prevent contention in NodeService proxy by making NodeService_security proxy to a thread local! - Use org.springframework.aop.target.ThreadLocalTargetSource - Inventive or what? 32814: ALF-11978 / ALF-11915: Prevent contention in CMIS searches - Rolled back previous fix because it didn't work! - Patched ACEGI ConfigAttributeDefinition to use LinkedList rather than synchronized Vector to avoid contention on all NodeService accesses - Created NonBlockingLazyInitTargetSource, again to avoid contention on all NodeService calls 32816: ALF-12050: Merged V3.4-BUG-FIX to PATCHES/V3.4.6 32788: Fix for ALF-12050 - ensures that overly aggressive caches won't cache Share PageView dynamic responses. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32821 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261