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

Fix SetupPayloadCreator crashing due to ClassCastException #86

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

CodeDrivenMitch
Copy link
Collaborator

@CodeDrivenMitch CodeDrivenMitch commented Aug 29, 2024

A ClassCastException caused a crash when using an EmbeddedEventStore. Also found a problem with the unwrapping of decorated FireStarter classes, where the condition in the if was reversed (and thus not unwrapped). This has been fixed.

Proof it works:

image

A ClassCastException caused a crash when using an EmbeddedEventStore. Also found a problem with the unwrapping of decorated FireStarter classes, where the condition in the if was reversed (and thus not unwrapped). This has been fixed.
@CodeDrivenMitch CodeDrivenMitch requested a review from a team August 29, 2024 06:17
@CodeDrivenMitch CodeDrivenMitch self-assigned this Aug 29, 2024
@CodeDrivenMitch CodeDrivenMitch requested review from gklijs, corradom, smcvb, sandjelkovic and stefanmirkovic and removed request for a team August 29, 2024 06:17
Copy link

@CodeDrivenMitch
Copy link
Collaborator Author

Proof it works:

image

Copy link
Contributor

@smcvb smcvb left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@CodeDrivenMitch CodeDrivenMitch merged commit 053ee30 into main Aug 29, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants