The solution here was to move the various 'quick' files from test-resources into config.
I also needed to refactor the TransformerDebug class (called by the MBean operation) so that
it dealt with URLs of quick files rather than java.io.Files of quickfiles.
The various quick resources are available as entried in the repository jar file rather than being actual files on the filesystem.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@86581 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Changed date buckets implementation to use Solr Date math
- Added Site title display handler as well as a test for it
- Reverted back Neil’s work to inject the "special" facet IDs (SITE, TAG etc) from the solr-facets-context.xml as I re-wrote the SolrFacetHelper class.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85946 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84255: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
84254: Reverse Merge V4.2-BUG-FIX (4.2.4)
<< Causes problems for other transformations such as those that start with an HTML file >>
77398: MNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit testMNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84651 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84058: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83799: MNT-12238: Merged DEV 4.2-BUG-FIX (4.2.4) to V4.2-BUG-FIX (4.2.4)
MNT-12238: Merged 4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
80291: Merged V4.1.6 (4.1.6.21) to V4.1-BUG-FIX (4.1.10)
77378: Merged DEV PATCHES/V4.1.6 (19) to PATCHES/V4.1.6 (20)
76649: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
- Patch from MNT-577 has been combined with new changes to avoid hanging of analyzing complicated PPTX documents. The fix just disables reading the entire contents of the complicated document. POI metadata extractor may be switched to standard behavior or reconfigured, using the following new properties: content.transformer.Poi.poiFootnotesLimit, content.transformer.Poi.poiExtractPropertiesOnly and content-services-context.xml/extracter.Poi/poiAllowableXslfRelationshipTypes
77379: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
Test and the test data for MNT-577 have been added. Test for MNT-11823 has also been added. But this test is commented because the test data (appropriate PPTX document) is not currently available. Getters for POI specific properties have been added to 'PoiMetadataExtracter' for tests. Also 'afterPropertiesSet()' logic has been a bit modified to allow setting 'false' value for 'poiExtractPropertiesOnly' parameter
77561: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
Fix for https://bamboo.alfresco.com/bamboo/browse/HF-PATCH416-126 build failure. POI extractor and transformer properties of 'AlfrescoPoiPatchUtils' have been isolated from each other using context. Each extractor or transformer now has its own context or uses the default context. Properties of the default context allow parsing the entire contents of XLSF documents. And footnotes limit is 50. Property names have not been changed, but currently 'content-services-context.xml/extracter.Poi/poiAllowableXslfRelationshipTypes=null' does not lead to 'content.transformer.Poi.poiExtractPropertiesOnly=false'. I. e., this list may be empty. 'PoiMetadataExtracterTest' test has been modified in accordance with the introduced changes. 'poi-OOXML-3.9-beta1-20121109.jar' has been renamed to 'poi-OOXML-3.9-beta1-20121109-patched.jar'
79180: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
Timeout mechanism has been added to content transformers. Timeout configuration options have been added. Also mechanism to close streams after 'TimoutException' has been added to transformers and metadata extractors. Also timeout mechanism for input streams has been enabled in 'TikaPoweredContentTransformer'
79268: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
Fix for the https://bamboo.alfresco.com/bamboo/browse/HF-PATCH416-133 build failure and comments of the review https://fisheye.alfresco.com/cru/CR-100#CFR-1184. The new test has been added into 'PoiOOXMLContentTransformerTest.testMnt12043()' to check out the newly added timeout mechanism
79290: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
- Removed methods and properties that are no longer needed
79327: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
- Increased ADDITIONAL_PROCESSING_TIME to 1500ms to try and avoid a new intermittent test failure.
83885: MNT-12238 Bring Maven POM file in sync with latest patched version of poi-ooxml
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84033: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83385: MNT-12297: TransactionalCache equality checks lead to false negatives in a cluster
- TransactionalCache uses ValueHolder to store values put into the cache.
- Each ValueHolder will have a new random integer to distinguish it from the next
- TransactionalCache equality checks no longer use reference equality and instead
use the ValueHolder.equals() method for most cases. This actual client value
.equals() is used where 'allowEquals' is true.
- Immutable caches always assume the backing cache is correct, still.
83391: Fix test doing checks in low-level cache (r83385 MNT-12297)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84621 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80669: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
78166: ACE-1582: Enhancements to the facet service to persist only the modified value(s) rather than the whole facet's properties. Also fixed facets cache and facets reordering NPE.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
79326: Merged EOL to HEAD-BUG-FIX (5.0/Cloud)
79090: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0
- Removed references to http://www.jcp.org/jcr (left in web-scripts-application-context.xml
and multiple versions of opencmis-gnamefilter-context.xml)
78990: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0
- Removing references to "jcr-xpath" - Biggest changes were to: DocumentNavigator, NodeServiceXPath and NodeSearcher
- SearcherComponentTest has a lot of tests removed that appeared to be JCR specific
- There are still a lot of namespace references in XML files to http://www.jcp.org/jcr/1.0 etc.
- Left a few references to "JSR 170" and JCR in java classes as they looked like they might be common with other bits.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82708 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78913: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78866: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
78729: MNT-9257: Incorrect behaviour with password protected MS office documents
Check if failover transformers support transformation for mimetype before calling it. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78747: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78624: Merged V4.2.1 (4.2.1.10) to V4.2-BUG-FIX (4.2.4)
77969: MNT-11926: Unable to start a workflow from a taskListener
When activity workflow is started suspend CommandContext propogation (if any exists) so that new ProcessInstance could be flushed and correctly converted to WorkflowPath. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82635 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78561: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77720: Merged DEV to V4.2-BUG-FIX (4.2.4)
57817: MNT-7383: ActionFormProcessor not capable of handling multi-valued parameters, empty optional parameters and paramater types other than TEXT, BOOLEAN or NODE_REF
The hard limitation to TEXT, BOOLEAN and NODE_REF fields was relaxed to make use of default controls in the Share UI.
Added unit test.
78164: MNT-7383 : ActionFormProcessor not capable of handling multi-valued parameters, empty optional parameters and paramater types other than TEXT, BOOLEAN or NODE_REF
Reimplemented missing test configuration.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82598 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78537: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77398: MNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit testMNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82590 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78519: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
78398: ACE-81 Upgrade MyBatis to 3.2.7
- myBatis 3.2.7 upgrade onto Spring 3.2 upgrade. Merged in appropriate sections from BRANCHES/DEV/DEREK/ALF-19099 and fixed
- myBatis namespace config issue. Full maven build with unit tests works, repo and share start and the basics seem to be working.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78501: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76817: MNT-11756: Merged DEV to V4.2-BUG-FIX (4.2.4)
76808: MNT-11756: Associated nodes deleted when reverting to older version.
- Keep secondary association during revert if versioned and current node have child association with the same node
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82573 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
75801: ACE-2149: EOL AVM / WCM
- Thorough sweep of 'avm' and 'wcm' references
- Picked up on many 'deployment' and related classes and configuration
- Repo starts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
76603: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (5.0BF)
75807 : Merged DEV to V4.2-BUG-FIX (4.2.3)
75768 : MNT-11304 : Type definition response for exif aspect using browser binding is causing some JSON parsers to fail
- Use default boundaries only for numeric types
75778 : MNT-11304 : Type definition response for exif aspect using browser binding is causing some JSON parsers to fail
- Test for the fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77664 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
76588: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76507: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
76354: MNT-11247 : Additional assignment events triggered at end of workflow
Added a test to simulate the issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
75759: Reverse Merge HEAD-BUG-FIX (5.0)
74605 : Reverse Merge HEAD-BUG-FIX (5.0)
<< Caused 1 build error https://bamboo.alfresco.com/bamboo/browse/THOR-CLOUD0-384 >>
74567 : Merged DEV to HEAD-BUG-FIX (5.0)
69634 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- TYPE_BASE is valid CMIS type
73710 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- Create association between cmis:document and cmis:item test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77545 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
74605: Reverse Merge HEAD-BUG-FIX (5.0)
<< Caused 1 build error https://bamboo.alfresco.com/bamboo/browse/THOR-CLOUD0-384 >>
74567 : Merged DEV to HEAD-BUG-FIX (5.0)
69634 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- TYPE_BASE is valid CMIS type
73710 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- Create association between cmis:document and cmis:item test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
74567: Merged DEV to HEAD-BUG-FIX (5.0)
69634 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- TYPE_BASE is valid CMIS type
73710 : MNT-11339 : Unable to create relationship between cmis:document and cmis:item
- Create association between cmis:document and cmis:item test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74915 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
73686: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
73524: Merged DEV to V4.2-BUG-FIX (4.2.3)
69873: MNT-11072 : Auditing not logging when system is on read only mode
Added additional test for the issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74801 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
71594: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
70332: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3)
70292: Merged DEV to V4.1-BUG-FIX (4.1.9)
60077: Created branch for MNT-10067 work.
60101: MNT-10067: first commit of a generic SQL script runner.
Very rough and ready extraction of SchemaBootstrap SQL script execution functionality. Will serve as the basis for the implementation of MNT-10067.
60147: MNT-10067: added tests for "dialect" placeholder resolution, including overriding of dialects.
60180: MNT-10067: exception thrown when unable to find SQL script to execute
60187: MNT-10067: renamed ScriptExecutor to ScriptExecutorImpl to make way for an interface definition.
60188: MNT-10067: introduced a ScriptExecutor interface.
60189: MNT-10067: renamed ScriptExecutorTest
60190: MNT-10067: added ScriptExecutorImplIntegrationTest to repo test suite.
60194: MNT-10067: a very simple initial implementation of a SQL script runner capable of running multiple scripts in a given
directory.
60195: MNT-10067: added integration test for ScriptBundleExecutorImpl.
60196: MNT-10067: moved ScriptBundleExecutorImplTest to correct source tree.
60197: MNT-10067: added ScriptBundleExecutorImplIntegrationTest to repo test suite.
60263: MNT-10067: ScriptBundleExecutor(Impl) now stops executing the main batch of scripts upon failure and runs a post-script.
60459: MNT-10067: minor change to test data to avoid implying that ScriptBundleExecutor.exec(String, String...) has an always-run
final script.
60482: MNT-10067: added integration test for ScriptBundleExecutor.execWithPostScript()
60483: MNT-10067: committed missing files from r60482
60488: MNT-10067: set appropriate log levels for log4j
60620: MNT-10067: added alf_props_xxx clean-up script.
60623: MNT-10067: minor tidy up of ScriptExecutorImpl (tidy imports, group fields at top of class)
60625: MNT-10067: further tidy up ScriptExecutorImpl (removed redundant constants, made externally unused public constant private)
60629: MNT-10067: fix tests broken by introduction of scriptExecutor bean in production code.
60662: MNT-10067: added tests to check deletion of doubles, serializables and dates.
61378: MNT-10067 : Cleanup alf_prop_XXX data
Added MySQL, Oracle DB, MS SQL Server and IBM DB2 scripts.
63371: MNT-10067: removed the vacuum and analyze statements from the postgresql script.
63372: MNT-10067: replaced begin and commit statements (PostgreSQL script only) with --BEGIN TXN and --END TXN, handled by the
script executor.
63568: MNT-10067 : Cleanup alf_prop_XXX data
Added start and end transaction marks to the scripts.
64115: MNT-10067: added Quartz job that by default doesn't fire until 2099 and can be manually invoked over JMX.
64223: MNT-10067: improved testing for AuditDAOTest and added PropertyValueDAOTest
64685: MNT-10067: added AttributeServiceTest
65796: MNT-10067 : Cleanup alf_prop_XXX data
Implemented a performance test.
65983: MNT-10067 : Cleanup alf_prop_XXX data
Reworked the MySQL script.
Added time measurements for entry creation.
66116: MNT-10067 : Cleanup alf_prop_XXX data
For MySQL:
1) Renamed temp tables.
2) Split the script into execution and cleanup of temp tables parts.
67023: MNT-10067 : Cleanup alf_prop_XXX data
Modified MySQL script to skip null values from alf_prop_unique_ctx.prop1_id.
67199: MNT-10067 : Cleanup alf_prop_XXX data
Implemented the latest changes of the script for other DB flavors.
Removed the MS SQL Server transaction marks.
67763: MNT-10067 : Cleanup alf_prop_XXX data
Removed unnecessary temporary index dropping.
Added additional cleanup before main script execution.
68710: MNT-10067 : Cleanup alf_prop_XXX data
Added batch logging.
Moved clearCaches() statement in PropertyValueDAOImpl.cleanupUnusedValues() to finally block.
68711: MNT-10067 : Cleanup alf_prop_XXX data
Added batching for MySQL script.
69602: MNT-10067 : Cleanup alf_prop_XXX data
Updated scripts for all DB flavors with batching.
69768: MNT-10067 : Cleanup alf_prop_XXX data
Fixed failing ScriptBundleExecutorImplIntegrationTest and ScriptExecutorImplIntegrationTest.
70058: Sync with latest changes in V4.1-BUG-FIX.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74691 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
68226: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
68000: MNT-11015: Content indexing doesn't have transformation failover implementation
- Failed unit test is fixed.
- quick-differentMimetype.docx MIME type is changes from "application/msword" to "application/pdf"
- If required transformer isn't found the more detailed message will be displayed into AssertionFailedError.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@68474 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
64787: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3/Cloud)
64256: MNT-10767: Guard in AuditMethodInterceptor is too restrictive preventing subordinate service calls from producing data.
- Fix unit test failing.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66190 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
64785: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3/Cloud)
64131: Merged DEV to V4.2-BUG-FIX (4.2.2)
63233: MNT-10767: Guard in AuditMethodInterceptor is too restrictive preventing subordinate service calls from producing data.
- Modify AuditMethodInterceptor to audit subordinate public services
64123: MNT-10767: Guard in AuditMethodInterceptor is too restrictive preventing subordinate service calls from producing data.
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63749: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3.0.BF)
63717: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.2)
63646: Merged DEV to V4.1-BUG-FIX (4.1.9)
55519: MNT-9203: CMIS: Cannot unset (set to null) property during checkin
- CMISConnector#setProperty method was modified. Now we can set null values according to provided API. Also, testCheckIn unit test was added for this approach.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64327 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63086: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62850: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
62709: MNT-10644: autoCreatePeopleOnLogin=false allows unauthorized users to log in via CIFS
Force user creation on CIFS log in only if autoCreatePeopleOnLogin=true. Add unit tests for EnterpriseCifsAuthenticator
and PassthruCifsAuthenticator.
62968: MNT-10644: autoCreatePeopleOnLogin=false allows unauthorized users to log in via CIFS
Fix CifsAuthenticatorKerberosTest: to check person existence in V4.2-BUG-FIX RunAsUser is required to be set
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64265 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63085: Reverse merged
63077: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62850: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
62709: MNT-10644: autoCreatePeopleOnLogin=false allows unauthorized users to log in via CIFS
Force user creation on CIFS log in only if autoCreatePeopleOnLogin=true. Add unit tests for EnterpriseCifsAuthenticator
and PassthruCifsAuthenticator.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64264 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63077: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62850: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
62709: MNT-10644: autoCreatePeopleOnLogin=false allows unauthorized users to log in via CIFS
Force user creation on CIFS log in only if autoCreatePeopleOnLogin=true. Add unit tests for EnterpriseCifsAuthenticator
and PassthruCifsAuthenticator.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64260 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60603: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60460: MNT-9369 : Addition of the cm:versionable aspect through the Share UI sets the cm:autoVersionOnUpdateProp=true regardless of the aspect property being set to 'false' in the contentModel.xml
Updated the test content model for 4.2-BF branch.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62335 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60598: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60375: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
60154: Merged DEV to V4.1-BUG-FIX (4.1.8)
60062: MNT-9369 : Addition of the cm:versionable aspect through the Share UI sets the cm:autoVersionOnUpdateProp=true regardless of the aspect
property being set to 'false' in the contentModel.xml
Added loading of default properties from Dictionary for versionable aspect.
60063: MNT-9369 : Addition of the cm:versionable aspect through the Share UI sets the cm:autoVersionOnUpdateProp=true regardless of the aspect
property being set to 'false' in the contentModel.xml
Added a test to simulate the issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62328 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59923: Fixes StandardQuotaStrategyTest, that was broken by changes in cache behaviour.
Non-clustered (Google Guava) caches do not use maxItems as a hard-limit any more - eviction takes place as cache size approaches the limit.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62233 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261