-
-
Notifications
You must be signed in to change notification settings - Fork 54
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: remove trailing comma from kafka and googlepubsub bindings for messages #429
fix: remove trailing comma from kafka and googlepubsub bindings for messages #429
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
well spotted 🚀
please make sure to bump next major for parser with latest spec package
/rtm |
@dalelane hey, we need your approval cause of kafka @jonaslagoni I see you modified codeowners -> https://github.com/asyncapi/spec-json-schemas/blob/next-major-spec/CODEOWNERS to match bindings repo, but did you discuss it with particular code owners that you added to the list? I don't think there were added to the repo. Also don't think they need to be here. |
imho we should have the same codeowners setup as in master, and if we wanna replicate setup from bindings, this needs a discussion and opt in from codeowners, as even in bindings repo, json schemas were owned by Khuda, not others |
I mean we discussed it here: #239 (comment) Think I forgot to ping codeowners afterward yeah. But technically, I see it the other way around, this setup just mimics what we had in bindings, so technically no new changes need approval, except they have two repos now instead of one. Not adding them as codeowners, would indeed need their approval IMO.
I completely disagree, otherwise, they are not really codeowners of bindings as they can only partial accept changes 🤷 |
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! 🚀🌔
/rtm |
@jonaslagoni ah, you're completely right, sorry, forgot about that discussion. please ping affected maintainers in asyncapi/bindings#113 and I will invite them to this repo |
🎉 This PR is included in version 6.0.0-next-major-spec.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Remove trailing commas from some bindings.
Bundling was broken because of it. CI before did not indicate any issues because of Node version. Now package lock is at version 2 and we will use Node 16 instead of 14 - no more issue with CI, in future we will see errors