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: remove unexpected support for traits at Channel Object level #999

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

smoya
Copy link
Member

@smoya smoya commented Jun 3, 2024

Description

Fixes #996

The current AsyncAPI spec (v3.0.0) support traits only at:

Channels traits are not supported, however for some reason we added such support in our Parser code.
This was causing a bug (linked above).

Related issue(s)
#996

@smoya
Copy link
Member Author

smoya commented Jun 4, 2024

We can't merge this PR until #1001 gets solved. Working on it.

Copy link

sonarcloud bot commented Jun 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.1% Duplication on New Code

See analysis details on SonarCloud

@smoya
Copy link
Member Author

smoya commented Jun 5, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit 8185bc8 into asyncapi:master Jun 5, 2024
10 checks passed
@smoya smoya deleted the fix/removeChannelTraitsSupport branch June 5, 2024 09:25
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 3.0.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

[BUG] Parsing yields error due to correlation between a Channel and Operation
3 participants