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

Fixes: #1512 Plugin Engine crashes on types with missing dependencies even when error handlers are disabled. #1513

Conversation

stiemannkj1
Copy link
Contributor

No description provided.

…ncies even when error handlers are disabled.
} catch (Throwable throwable) {
errored.add(throwable);
listener.onError(typeDescription, errored);
return new Dispatcher.Materializable.ForFailedElement(element, typeDescription, errored);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hiding whitespace changes makes the diff more clear here.

@raphw raphw merged commit 8265ef6 into raphw:master Aug 27, 2023
@raphw raphw self-assigned this Aug 27, 2023
@raphw raphw added the bug label Aug 27, 2023
@raphw raphw added this to the 1.14.5 milestone Aug 27, 2023
@stiemannkj1 stiemannkj1 deleted the issue-1512-engine-crashes-on-types-missing-deps branch January 21, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants