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

Improve log message on plugin load fail/Decouple failure handling from task execution #373

Merged
merged 4 commits into from
Jan 17, 2019
Merged

Improve log message on plugin load fail/Decouple failure handling from task execution #373

merged 4 commits into from
Jan 17, 2019

Conversation

kvosper
Copy link
Contributor

@kvosper kvosper commented Jan 17, 2019

This PR introduces a common class called FailureHandlingStrategy that can be used to decouple failure-handling logic from the logic of processing items in a list.

Demonstrating this decoupling are the changes in PluginSuppliers, which also fixes #372.

@kvosper kvosper requested review from VivianLopes and dvlato January 17, 2019 16:36
@kvosper kvosper merged commit 3beebfb into ExpediaGroup:master Jan 17, 2019
@kvosper kvosper deleted the improve-log-message-on-plugin-load-fail branch January 17, 2019 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve log message when plugin(s) cannot be loaded
2 participants