77140: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
73711: Reverse Merge
<< Unit tests failed >>
73642: Merged DEV to PLATFORM1(4.3.0)
ACE-1996: Cluster: Web client extensions not distributed:
72232: MNT-9882: Cluster: Web client extensions not distributed
- Use asynchronously refreshed cache in diactionaryDAO
73275: MNT-9882: Cluster: Web client extensions not distributed
- Add javadocs, remove excess classes.
73509: MNT-9882: Cluster: Web client extensions not distributed
- Remove stale configs for "compiledModelsSharedCache", remove unreachable code from DictionaryDAOImpl, return value from NoOpCompiledModelsCache.get() method.
73591: ACE-1996: Cluster: Web client extensions not distributed
- Remove NoOpCompiledModelsCache.
- Modify unit tests that uses CompiledModelCache
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77996 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
77138: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
73642: Merged DEV to PLATFORM1(4.3.0)
ACE-1996: Cluster: Web client extensions not distributed:
72232: MNT-9882: Cluster: Web client extensions not distributed
- Use asynchronously refreshed cache in diactionaryDAO
73275: MNT-9882: Cluster: Web client extensions not distributed
- Add javadocs, remove excess classes.
73509: MNT-9882: Cluster: Web client extensions not distributed
- Remove stale configs for "compiledModelsSharedCache", remove unreachable code from DictionaryDAOImpl, return value from NoOpCompiledModelsCache.get() method.
73591: ACE-1996: Cluster: Web client extensions not distributed
- Remove NoOpCompiledModelsCache.
- Modify unit tests that uses CompiledModelCache
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77994 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
77126: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
73447: ACE-1690: SOLR 4 - Index nodes with bulk fetch for metadata
- Added more tests to MetadataTrackerTest. Formatted pom
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77980 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
77117: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
73330: ACE-1690: SOLR 4 - Index nodes with bulk fetch for metadata
- Added factory test and property exposer
- Used exposed properties in CoreWatcherJob
- TODO: MetadataTracker
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77967 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
77112: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
73272: SOLR 4 specific parts for ACE-1682 SOLR 4 - Index and track ACL changesets
SOLR 4 specific parts for ACE-1685 SOLR 4 - Index ACL readers and denied
- change sets are being tracked and only indexed once
- readers and indexed but not denied
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77962 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
76927: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
67096: Merged BRANCHES/DEV/aowian/plat1_solr4 to BRANCHES/DEV/PLATFORM1
BRANCHES/DEV/PLATFORM1:
65032: ACE-916: Carve out tracking from SOLR 1.4
- Initial checkin. Does not compile
65034: ACE-916: Carve out tracking from SOLR 1.4
- Another checkin. Does not compile
65036: ACE-916: Carve out tracking from SOLR 1.4
- Another checkin. Does not compile
- Added InformationServer interface
65393: ACE-916: Carve out tracking from SOLR 1.4
- Another checkin. Does not compile
65963: ACE-916: Carve out tracking from SOLR 1.4
- Changed references of toDocument method to LegacySolrInformationServer
65988: ACE-916: Carve out tracking from SOLR 1.4
- Created individual classes and got CoreTracker and LegacySolrInformationServer to compile
66090: ACE-916: Carve out tracking from SOLR 1.4
- Getting closer to no red
66091: ACE-916: Carve out tracking from SOLR 1.4
- Getting closer to no red
66092: ACE-916: Carve out tracking from SOLR 1.4
- Getting closer to no red
66847: ACE-916: Carve out tracking from SOLR 1.4
- Updated eclipse .project files to include SONAR nature
- Updated solr4 pom to use different port
- Added adapter for solr data object in SOLR Client, therefore introducing dependency on legacy jars while keeping the main client code version agnostic
- TODO: Finish making Tracker API work in client project, and explore moving trackers into client project
66863: ACE-916: Carve out tracking from SOLR 1.4
- Moved Tracker, TrackerStats, etc into Client project, and abstracted some data objects.
- TODO: Deal with AlfrescoSolrDataModel
66926: ACE-916: Carve out tracking from SOLR 1.4
- Removed some classes that had already been moved
- TODO: Deal with AlfrescoSolrDataModel
66957: ACE-916: Carve out tracking from SOLR 1.4
- Moved adapters into legacy solr project and removed client project's dependency on legacy jars.
- TODO: Deal with AlfrescoSolrDataModel
66959: ACE-916: Carve out tracking from SOLR 1.4
- Moved AlfrescoSolrDataModel to InformationServer and exposed needed APIs
- Finally, the red is gone, and the code compiles.
67027: ACE-916: Carve out tracking from SOLR 1.4
- Removed unused import
67028: ACE-916: Carve out tracking from SOLR 1.4
- Merged PLATFORM1 to aowian/plat1_solr4
67029: ACE-916: Carve out tracking from SOLR 1.4
- Merged PLATFORM1 to aowian/plat1_solr4
67076: ACE-916: Carve out tracking from SOLR 1.4
- Reverse merged from aowian/plat1_solr4 to aowian/plat1_solr4 at -67028
67090: ACE-916: Carve out tracking from SOLR 1.4
- Merged PLATFORM1 at 67076 to aowian/plat1_solr4
67093: ACE-916: Carve out tracking from SOLR 1.4
- Merged PLATFORM1 at 67085 to aowian/plat1_solr4
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77771 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
70083: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
70071: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3)
70057: Merged V4.1.5 (4.1.5.14) to V4.1-BUG-FIX (4.1.9)
70048: Revised fix for MNT-11107 Documents uploaded by another user are not filtered via tags in My Files
Fix for MNT-11427 Impossible to start reindex process for bm-0010 and bm-0013 tests: api/solr/aclchangesets return status:502
- move defining into same TX as shared when shared created.
- fix tests that assumes there will never be ACL dupes when traversing the tx change log - incorrect. We aim to minimise this
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@70084 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
67453: BDE-266 Define the version in the top-level pom for these dependencies, so that we always get the right one:
log4j, slf4j-api, slf4j-log4j12, alfresco-xmlfactory, jaxen, freemarker, joda-time, jackson-core-asl, jackson-mappel-asl
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@68340 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
62906: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3)
61358: ACE-481
Modified depends element on target test-system-build-test removing package-solrclient since deploy-solr already has it as a dependency.
Removed libraries from solr and solrclient classpaths after tests showed that they were not needed.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62959 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
62896: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3)
61117: ACE-481
Moved solr-client code to new project.
Changed build to reflect changes to solr and solr-client projects.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62952 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261