* ACS-22: changed naming in ticket related cache components
* ACS-22: dev release acs-22-1
* [maven-release-plugin][skip ci] prepare release alfresco-repository-acs-22-1
* [maven-release-plugin][skip ci] prepare for next development iteration
* Revert "ACS-22: dev release acs-22-1"
This reverts commit 4122bf56
* bump alfresco-data-model to 8.113
Co-authored-by: Travis CI User <build@alfresco.com>
* Job was picking up all nodes but first node from previous batch as list was sorted desc, Fixed to reset maxNode only when nodeId is greater than last
* MNT-18308 ACL creation must turn async if time is exceeded and unit test
* added javadoc and warning when sync call turns async
* Refactored the Unit Tests
* Changed warning message for when ACL processing turns async
Loading of keys info from system (JVM) properties takes precedence over metadata file.
It is required to set the unique ID of the keystore and remove the metadata file location property to use JVM properties lookup instead. The property lookup format is the following:
[keystore-id].password - keystore password
[keystore-id].aliases - comma separated list of aliases for the keys in the keystore
[keystore-id].[alias].keyData - key data bytes in base64
[keystore-id].[alias].algorithm - key algorithm
[keystore-id].[alias].password - key password
See also Alfresco/alfresco-core#116
* REPO-5040: WIP - Added repo event generation and event filtering supports.
* REPO-5040: Modified the event to include before and after node properties and aspects.
- Refactored the code to reduce the number of objects creation per transaction.
- Added unit test for the event filters
- Minor code cleanup
* REPO-5087: Added user filter and refactored the event filters code structure.
REPO-5040: Fixed event filtering by filtering event at the end.
- Fixed event consolidator logic.
* REPO-5092: WIP: Added Camel message producer for event2 using an existing connection factory.
* REPO-5043: Added event2 tests skeleton and fixed a EventBehaviourTest failure.
* REPO-5043: Added EventGeneratorTest to test suite.
* Dev build repo-5016-1
* REPO-5043: Removed EventGeneratorTest from testsuite06 for now.
* Catch and handle exceptions thrown as a result of using namespace URIs that have not been registered by test classes.
* Catch and handle exceptions thrown as a result of using namespace URIs that have not been registered by test classes.
Also reverts "REPO-5043: Removed EventGeneratorTest from testsuite06 for now."
This reverts commit 28508bf43f8906ed6d639412b12aae3b949427ec.
* REPO-5043: Fixed a test failure by checking the node still exists at the end of the txn.
* [maven-release-plugin][skip ci] prepare release alfresco-repository-repo-5016-1
* [maven-release-plugin][skip ci] prepare for next development iteration
* Added a try catch in the afterCommit() to protect other TransactionListeners
* Dev build repo-5016-2
* [maven-release-plugin][skip ci] prepare release alfresco-repository-repo-5016-2
* [maven-release-plugin][skip ci] prepare for next development iteration
* REPO-5098: Fixed tests failures when applying the Desktop Sync amp.
* [maven-release-plugin][skip ci] prepare release alfresco-repository-repo-5016-3
* [maven-release-plugin][skip ci] prepare for next development iteration
* [maven-release-plugin][skip ci] prepare release alfresco-repository-repo-5016-3
* REPO-5043 Integration Tests (#936)
* REPO-5043-Intergration testing of Repo events
-add integration tests for Create, Update and Delete Repo Node Events.
* REPO-5043-Intergration testing of Repo events
-add Update Content Name test scenario.
-commit maven dependencies
-small test updates
* REPO-5043-Intergration testing of Repo events
-small test refactor
* REPO-5043-Intergration testing of Repo events
-remove JacksonSerializer class
-refactor the tests to use the object mapper from acs-event-model
-remove jackson-datatype-jsr310 from pom
-update acs-event-model version
-code refactor and format
* REPO-5043-Intergration testing of Repo events
-remove EventGeneratorTest class
-fix build failure because of AspectJ compiler
-use generic RepoEvent<NodeResource> instead of RepoEvent type
* REPO-5043-Intergration testing of Repo events
-remove EventGeneratorTest class from AppContext06TestSuite
* REPO-5043-Intergration testing of Repo events
-update timeout - build failed on Travis
* REPO-5043-Intergration testing of Repo events
-add Update Content Name test scenario.
-commit maven dependencies
-small test updates
* REPO-5043-Intergration testing of Repo events
-code refactor: moved the declaration and instantiation of the futureResult in the parent class as instance variable
-added new method to get futureResult
* REPO-5095, REPO-5101: Refactored repo event2 because of acs-event-model changes.
- Refactored event2 IT tests
* [maven-release-plugin][skip ci] prepare release alfresco-repository-repo-5016-3
* REPO-5095: Removed dev release from travis.
* REPO-5095: Cleanup pom.xml from the from dev releases.
* REPO-5101-Update Repo Event Integration Tests (#968)
* REPO-5101-Update Repo Event Integration Tests
- add create-delete node in the same transaction
- add create-update node in the same transaction
- add create multiple nodes in the same transaction
- validate properties before deleting a node
* REPO-5101-Update Repo Event Integration Tests
- small updates
* REPO-5101-Update Repo Event Integration Tests
- small code refactor
* REPO-5101-Update Repo Event Integration Tests
- small code update
Co-authored-by: Alan Davis <alan.davis@alfresco.com>
Co-authored-by: Travis CI User <build@alfresco.com>
Co-authored-by: Iulian Aftene <iulian.aftene@ness.com>