* Disabled audibled and versionable behaviour on add and remove pending acl aspect and properties
* Added validations to the unit test to assert modification date is not changed
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
* ACS-5471: Secondary path support
- fixed test method name
* ACS-5471: Secondary path support
- trying to fix failing on CI DispositionScheduleLinkedRecordsTest
* ACS-5471: Secondary path support
- trying to fix failing on CI DispositionScheduleLinkedRecordsTest
* ACS-5471: Secondary path support
- trying to fix failing CI due to DispositionScheduleLinkedRecordsTest
* ACS-5471: Test adjustment to follow same behavior as introduced by ACS-5325
* ACS-5471: Fixing docker issues
---------
Co-authored-by: mpichura <maciej.pichura@hyland.com>
* ACS-5451: Toggle for direct Event sending
- added new bean allowing direct event sending and a toggle (switch) property
- refactored EventGenerator logic related with creating and sending events
- refactored consolidators - renamed EventConsolidator -> NodeEventConsolidator, and moved common logic to new abstract EventConsolidator
- added integration tests
- added JavaDoc
- refactored events related tests
* Add file name to DirectAccessUrl
This will cause it to be returned in the response
* Only set file name if direct url is enabled
* Fix bad mock and protect null pointer
* Update data-model/src/main/java/org/alfresco/service/cmr/repository/DirectAccessUrl.java
null safe comparison
Co-authored-by: Piotr Żurek <Piotr.Zurek@hyland.com>
---------
Co-authored-by: Piotr Żurek <Piotr.Zurek@hyland.com>
* ACS-4932 Rename tag node without the id changing.
* ACS-4932 Use fake tag to fire events for all nodes.
* ACS-4932 Use event generator to create events for renamed tags.
* ACS-4932 Fix unit test.
* ACS-4932 Fix tag update tests.
* ACS-4932 Tag names are always lower case.
* ACS-4932 Update TAS tag tests to use lowercase tag names.
ACS-4759 Replace default password hashing algorithm with bcrypt10.
Update tests to use sha256 hashing and fix tests that relied on md4 being the default hashing algorithm.
Remove test for default password hashing algorithm since this is being overridden for the tests anyway.
* Added configuration to disable events2 so the behaviours are not bootstrapped. Additionally added options to enable/disable on runtime
* Added unit test
* ACS-4188 Migrate tas tests to Log4j 2.x
* ACS-4188 Make main log4j2.properties file more compact
* ACS-4188 Remove unnecessary log4j2 test dependencies
* ACS-4188 Rename log4j.properties file
* ACS-4028 Get category by id (#1591)
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint.
* ACS-4028: Get category by id endpoint - integration TAS tests.
* ACS-4028: Get category by id endpoint - refactoring.
* ACS-4028: Adding test to test suite.
* ACS-4028: Fixes after code review.
* ACS-4019: Removing redundant test group.