-
Notifications
You must be signed in to change notification settings - Fork 38
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
Asyncapi: setting a reference on a message payload is not saved #801
Comments
ben-lc
pushed a commit
to ben-lc/apicurio-data-models
that referenced
this issue
Aug 13, 2024
ben-lc
changed the title
Asyncapi: payload not correctly initialized when setting a new ref in ChangePayloadRefCommand_Aai20
Asyncapi: setting a reference on a message payload is not saved
Aug 13, 2024
EricWittmann
pushed a commit
that referenced
this issue
Aug 16, 2024
#802) Co-authored-by: Benjamin Ledentec <[email protected]>
I guess we need a new release for this now yes? Specifically a new 1.x release. |
Yes, but I also created Apicurio/apicurio-studio#2752 that may require new modifications in models, if you have time to take a look at it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When a reference is set on an asyncapi message payload, it should be saved.
Actual Behavior
Nothing is saved
Cause of the issue
ChangePayloadRefCommand_Aai20
command is called to update the payload ref, but the payload is not properly initialized when it is null :Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: