AxonIQ / console-framework-client

Client for Axon Framework to connect to AxonIQ Console
https://console.axoniq.io/
Apache License 2.0
0 stars 0 forks source link

Fix SetupPayloadCreator crashing due to ClassCastException #86

Closed CodeDrivenMitch closed 2 months ago

CodeDrivenMitch commented 2 months ago

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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

CodeDrivenMitch commented 2 months ago

Proof it works:

image