-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add support for AsyncAPI v3 #186
Conversation
As a first step towards updating the template to support AsyncAPI v3 documents, this commit upgrades to the current version of the generator. Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
Support for generating Java projects from v3 documents, using the streetlights example from the spec repo. Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
Moving the security protocol out to a separate function Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
Running the linter on the modified files Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
a42dfb4
to
52e06bc
Compare
e7cd0f4
to
93685e3
Compare
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
ref: jestjs/jest#11543 Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
Quality Gate passedIssues Measures |
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
🎉 This PR is included in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
if you plan some social media posts about it, please let us know in #05_promotion-marketing channel so me and others can reshare |
This is amazing! Good job folks 👏 👏 🥇 |
This PR updates the java-template to use the latest generator, and takes advantage of this to support new AsyncAPI v3 docs.
Contributes-to: #118
Signed-off-by: Dale Lane dale.lane@uk.ibm.com