feat: add support for AsyncAPI v3#186
Merged
dan-r merged 6 commits intoasyncapi:masterfrom Mar 8, 2024
Merged
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>
|
rcoppen
approved these changes
Mar 7, 2024
Contributor
|
🎉 This PR is included in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Member
|
if you plan some social media posts about it, please let us know in #05_promotion-marketing channel so me and others can reshare |
Member
|
This is amazing! Good job folks 👏 👏 🥇 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




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