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 #171

Closed
wants to merge 3 commits into from

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.

dpwdec and others added 3 commits May 15, 2024 12:43
…168)

Co-authored-by: lego-10-01-06[bot] <119427331+lego-10-01-06[bot]@users.noreply.github.com>
Co-authored-by: Alex Wichmann <[email protected]>
Co-authored-by: gokerakc <[email protected]>
Co-authored-by: VisualBean <[email protected]>
Co-authored-by: Byron Mayne <[email protected]>
Co-authored-by: James Thompson <[email protected]>
Co-authored-by: dec.kolakowski <[email protected]>
still missing a few bits and bobs
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.

2 participants