Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLING-7359: prevent distribution loop in triggers from distribution events #3

Merged
merged 4 commits into from
Jan 9, 2018

Conversation

buuhuu
Copy link
Member

@buuhuu buuhuu commented Jan 7, 2018

This is done by exposing information of the trigger.DispatcherRequestHandler to the trigger implementations, which allow them to filter events they are handling. The DistributionEventDistributeDistributionTrigger has been changed to not propagate events to the handler which have there origin at the handler's owner itself.

@tteofili
Copy link
Contributor

tteofili commented Jan 9, 2018

@buuhuu could you please rebase against latest trunk, merging of PR #2 requires now TestSerializer in FileDistributionPackageBuilderTest implements #getContentType.

@tteofili
Copy link
Contributor

tteofili commented Jan 9, 2018

sorry, it was my mistake not having rebased PR #2 when merging it. I'll fix it and then we can apply this PR.

@buuhuu
Copy link
Member Author

buuhuu commented Jan 9, 2018

I updated the PR already

@tteofili tteofili merged commit d7efe52 into apache:master Jan 9, 2018
@tteofili
Copy link
Contributor

tteofili commented Jan 9, 2018

thanks @buuhuu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants