Sara Aspery
187db478a5
Merge branch 'release/V3.2'
2020-01-03 10:45:13 +00:00
Sara Aspery
841340c1e8
Merge branch 'release/V2.7' into release/V3.0
...
# Conflicts:
# rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/security/apiTesting/SearchClassifiedContent.java
# rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/job/AutomaticDispositionTest.java
# rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/legacy/service/RMCaveatConfigServiceImplTest.java
# rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/util/SecurityMarkChecker.java
# rm-enterprise/rm-enterprise-repo/src/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/classification/interceptor/DocumentSearchClassificationEnforcementTest.java
# rm-enterprise/rm-enterprise-repo/src/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/classification/interceptor/RecordSearchClassificationEnforcementTest.java
# rm-enterprise/rm-enterprise-repo/src/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/classification/interceptor/SavedSearchClassificationEnforcementTest.java
# rm-enterprise/rm-enterprise-repo/src/unit-test/java/org/alfresco/module/org_alfresco_module_rm/util/SecurityMarkCheckerUnitTest.java
2020-01-02 16:15:49 +00:00
Sara Aspery
943dc45a10
Update license headers
2020-01-02 13:57:59 +00:00
Rodica Sutu
5ccea06272
replace the org.apache.commons.lang references to org.apache.commons.lang3
2019-11-26 09:11:08 +02:00
cagache
7a370248a2
Sonar critical bug: inefficient use of keySet iterator instead of entrySet iterator
2019-07-03 17:30:10 +03:00
cagache
2071139e6e
Sonar critical bug: inefficient use of keySet iterator instead of entrySet iterator
2019-07-02 12:06:13 +03:00
cagache
da33dc1ae1
Removed unnecessary semicolon
2019-07-01 16:19:52 +03:00
cagache
6bc4ec03a6
Sonar code smell: Replace the type specification in this constructor call with the diamond operator ("<>")
2019-07-01 16:01:43 +03:00
cagache
26019f50ea
Merge changes from V3.0 branch
2019-07-01 12:12:32 +03:00
Ross Gale
b44d8e3be5
Removing sonar warnings
...
(cherry picked from commit 86f66dbd85
)
2019-06-21 16:04:28 +03:00
Rodica Sutu
77f750455c
Merge branch 'feature/RM-6835_FixJavaDocRMCommunity' into 'master'
...
Fix java docs for rm community repo:
Closes RM-6835
See merge request records-management/records-management!1163
2019-06-20 15:14:31 +01:00
Ross Gale
44cbc77aee
RM-6702 updating headers to 2019
2019-01-04 12:25:39 +00:00
Ross Gale
cabc902203
RM-6702 updating headers to 2019
2019-01-03 14:30:44 +00:00
Tom Page
0268299006
Updating license header to 2018
2018-01-16 12:31:06 +00:00
Ana Manolache
f908442af2
update headers to 2018
2018-01-03 12:01:00 +02:00
Tuna Aksoy
3d7661746c
Updated license headers
2017-01-01 11:52:56 +00:00
Tom Page
483bb55a13
Let git handle line endings for us.
2016-09-23 14:36:49 +01:00
Roy Wetherall
f7222748ff
RM-3074: Rename getReader and getWriter methods
2016-08-09 15:06:48 +10:00
Roy Wetherall
17b63d8ee1
RM-3074: missing file
2016-08-09 12:08:46 +10:00
Roy Wetherall
f76b7df53c
RM-3074: Initial refactoring of the extended security service implementation
2016-07-29 13:04:23 +10:00
Tom Page
9ead3bd771
RM-2812 Add audit service and dependencies.
...
Having thought about this more, I don't think there's any problem adding
a deprecated class to the public API, as long as it's clearly marked as
such. It's deprecated at the moment because we think people might be using
it, but we want them to migrate to something else. Declaring this as part of
the public API formalises this process.
The RecordsManagementAuditService has the following dependencies:
RecordsManagementAuditQueryParameters <- RecordsManagementAuditService
RecordsManagementAuditEntry <- RecordsManagementAuditService
AuditEvent <- RecordsManagementAuditService
2016-04-20 16:24:44 +01:00
Tom Page
9c0b13133b
RM-2812 Update following review comments.
...
The class dependency used to determine the classes to include based on the initial services is:
Depth 0: Service interfaces.
Depth 1:
ClearanceLevel <- SecurityClearanceService
RecordsManagementActionCondition <- RecordsManagementActionService
ClassificationAspectProperties <- ContentClassificationService
Version <- RecordableVersionConfigService, RecordableVersionService
Role <- FilePlanRoleService
CaveatGroupType <- CaveatSchemeService
RecordsManagementEvent <- RecordsManagementEventService
Group <- CapabilityService
RelationshipDisplayName <- RelationshipService
RecordsManagementActionResult <- RecordsManagementActionService
RecordsManagementAction <- RecordsManagementActionService
Relationship <- RelationshipService
ProtectedModelArtifact <- ModelSecurityService
ReportGenerator <- ReportService
RecordsManagementSearchParameters <- RecordsManagementSearchService
SecurityClearance <- SecurityClearanceService
SortDirection <- CaveatSchemeService
RecordsManagementEventType <- RecordsManagementEventService
Report <- ReportService
UserQueryParams <- SecurityClearanceService
CaveatMarkSortField <- CaveatSchemeService
ProtectedProperty <- ModelSecurityService
RelationshipDefinition <- RelationshipService
Capability <- FilePlanRoleService, CapabilityService
ExemptionCategory <- ClassificationSchemeService
CaveatGroup <- CaveatMarkingService, CaveatSchemeService
ClassificationReason <- ClassificationSchemeService
ProtectedAspect <- ModelSecurityService
MetadataReferral <- ReferralAdminService, ReferredMetadataService
CaveatMark <- CaveatClearanceService, CaveatMarkingService, ContentClassificationService, CaveatSchemeService, ClassificationSchemeService
SavedSearchDetails <- RecordsManagementSearchService
IdentifierGenerator <- IdentifierService
Depth 2:
RecordsManagementActionConditionDefinition <- RecordsManagementActionCondition
ReferralRegistry <- MetadataReferral
ClassificationSchemeEntity <- ExemptionCategory, ClassificationReason
RecordsManagementActionDefinition <- RecordsManagementAction
ReportDetails <- SavedSearchDetails
SortItem <- RecordsManagementSearchParameters
SavedSearchDetailsCompatibility <- SavedSearchDetails
Depth 3:
RecordsManagementModel <- SavedSearchDetailsCompatibility
Depth 4:
RecordsManagementCustomModel <- RecordsManagementModel
2016-04-20 16:14:07 +01:00
Tom Page
0659402f13
RM-2812 Mark public API methods with @AlfrescoPublicAPI.
2016-04-19 16:24:46 +01:00
Tuna Aksoy
8b9734d873
RM-3132 (Update license headers)
2016-03-16 10:26:58 +00:00
Tuna Aksoy
80839e161e
RM-3132 (Update license headers)
2016-03-14 16:17:53 +00:00
Tuna Aksoy
8237b6df2a
RM-3132 (Update license headers)
2016-03-14 16:07:46 +00:00
Tuna Aksoy
ba3b6d337e
RM-3132 (Update license headers)
2016-03-14 16:05:44 +00:00
Tuna Aksoy
b11ddb49e3
Reverted all license header related changes
2016-03-13 21:48:44 +00:00
Tuna Aksoy
cf287b5d62
RM-3132 (Update license headers)
2016-03-11 17:28:49 +00:00
Tuna Aksoy
2649d94a4a
RM-3132 (Update license headers)
2016-03-11 17:05:12 +00:00
Tuna Aksoy
c68713ad5d
RM-3132 (Update license headers)
2016-03-11 16:50:48 +00:00
Tuna Aksoy
a2d696d4a5
RM-3132 (Update license headers)
2016-03-11 16:44:23 +00:00
Roy Wetherall
4deba195ea
updated and added headers where required.
2016-03-07 15:05:05 +11:00
Roy Wetherall
c01deb55b9
Merge branch 'release/V2.4' of gitlab.alfresco.com:records-management/records-management into RM-2969_UpdateLicenseHeaders
2016-03-07 14:19:08 +11:00
Ana Bozianu
c8bdafe3b4
RM-2770 - run check on transaction commit when the encryption key will also be stored
2016-03-03 18:17:17 +02:00
Roy Wetherall
d165a43353
Refresh license headers to include changes to community license and module description
2016-03-03 10:38:37 +11:00
Roy Wetherall
412353c044
Add managed license headers to community projects for java, js and ftl source files.
2016-03-01 13:06:00 +11:00
Roy Wetherall
2bbdd7cd48
Remove old license headers
2016-03-01 12:53:30 +11:00
Tuna Aksoy
adf7e9630c
RM-2940 (Create parent pom.xml file above rm-community and rm-enterprise)
2016-01-31 20:11:15 +00:00