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

Store message-context in ErrorStorage #6352

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented Feb 26, 2024

Forward-port from 7.9 with extra test added for 8.0.1 new package names.

@tnleeuw tnleeuw added the 8.0 label Feb 26, 2024
@tnleeuw tnleeuw self-assigned this Feb 26, 2024
@tnleeuw tnleeuw linked an issue Feb 26, 2024 that may be closed by this pull request
return false;
}
})
.collect(Collectors.toMap(Map.Entry::getKey, e -> (Serializable)(e.getValue())));
Copy link
Contributor

Choose a reason for hiding this comment

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

Just wondering if the indenting level is right here?

Copy link

sonarcloud bot commented Feb 26, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
27.9% Coverage on New Code (required ≥ 65%)
E Reliability Rating on New Code (required ≥ A)
E Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@nielsm5 nielsm5 merged commit f4f9c9d into 8.0-release Feb 26, 2024
9 of 10 checks passed
@nielsm5 nielsm5 deleted the issue/8.0/5992_StoreMessageContextInErrorStore branch February 26, 2024 09:48
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.

Store messageContext in error store
3 participants