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: inline channel parameters should not deserialize as references #172

Merged
merged 1 commit into from
May 21, 2024

Conversation

VisualBean
Copy link
Collaborator

About the PR

The deserializer was creating a CreateMapWithReference, causing the deserialized model to have a reference.
When re-serializing, the parameter was serialized as a reference, but without the component efter existing.

CreateMapWithReference should never have been used here.

Changelog

  • Added: regression test
  • Changed: CreateMapWithReference to CreateMap for parameters in the channel deserializer.

@VisualBean VisualBean merged commit 7fd3af0 into main May 21, 2024
6 checks passed
@VisualBean VisualBean deleted the alex/parambug branch May 21, 2024 11:34
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.

1 participant