-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
chore: new trait behaviour in v3 spec #744
chore: new trait behaviour in v3 spec #744
Conversation
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
Kudos, SonarCloud Quality Gate passed! |
I'm taking over this fixing what is failing so we can move forward |
39708b2
to
71681ea
Compare
Tests fail because after updating the branch with the changes from Changing the code to support an old version of that package is not an option since we will be doing the work twice. asyncapi/spec-json-schemas#406 is needed to be merged and released in order to unblock this PR. |
Kudos, SonarCloud Quality Gate passed! |
@fmvilas @jonaslagoni @magicmatatjahu all is fixed now, ready to review! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
LGTM! I cannot accept my PR :) Thanks for handling that @smoya! ❤️ |
/rtm |
🎉 This PR is included in version 2.1.0-next-major-spec.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.2.0-next-major-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Related issue(s)
#744
Part of asyncapi/spec#907
Fixes #810