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 duplicated messages in exception forwards #6504

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Conversation

nielsm5
Copy link
Member

@nielsm5 nielsm5 commented Mar 23, 2024

Removed managed sender exceptions in #5959 but I have seem to have broken 2 individual problems.

This PR fixes the problems, though there are only integration-tests to prove this.
See the tests added in #5959 which remain been unmodified.

Also fixes CMIS exceptions accidently caught by sendMessageOrThrow

nielsm5 added 2 commits March 23, 2024 16:51
Allow exception to be stored in the pipeline session
@nielsm5 nielsm5 linked an issue Mar 23, 2024 that may be closed by this pull request
@nielsm5 nielsm5 requested a review from jkosternl March 23, 2024 16:00
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
11 Security Hotspots
37.1% 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

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

@nielsm5 nielsm5 merged commit 666e527 into 8.0-release Mar 25, 2024
9 of 12 checks passed
@nielsm5 nielsm5 deleted the backport/6503 branch March 25, 2024 09:01
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.

CmisConnectionException instead of CmisConstraintException
2 participants