* 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>