Skip to content

fix: inline channel parameters should not deserialize as references#172

Merged
VisualBean merged 1 commit intomainfrom
alex/parambug
May 21, 2024
Merged

fix: inline channel parameters should not deserialize as references#172
VisualBean merged 1 commit intomainfrom
alex/parambug

Conversation

@VisualBean
Copy link
Contributor

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.

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