Skip to content

GH-3843: propagate ErrorMessage.originalMes in MH #3854

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

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

artembilan
Copy link
Member

Fixes #3843

The MessageHistory.write() is missing the ErrorMessage.originalMessage
on creating a new ErrorMessage with message history header

  • Reuse an ErrorMessage.originalMessage for newly created ErrorMessage
    after populating the message history header

Cherry-pick to 5.5.x

Fixes spring-projects#3843

The `MessageHistory.write()` is missing the `ErrorMessage.originalMessage`
on creating a new `ErrorMessage` with message history header

* Reuse an `ErrorMessage.originalMessage` for newly created `ErrorMessage`
after populating the message history header

**Cherry-pick to `5.5.x`**
@artembilan artembilan requested a review from garyrussell July 18, 2022 19:28
@garyrussell garyrussell merged commit 92630dd into spring-projects:main Jul 18, 2022
@garyrussell
Copy link
Contributor

...and cherry-picked as f92a377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MessageHistory does not copy the original message when handling an errormessage
2 participants