Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add descriptions as javadocs over generated code (#18)
* feat: add descriptions as javadocs over generated code * fix: generation for mqtt and amqp (#14) * fix api calls for mqtt and amqp * fix port variables * feat: add annotations to the model generation (#12) * WIP, update to spec 2.0 * WIP, update to spec 2.0, remove definition of topic via extension * working version for api 2.0 * add model generation * Add support of Kafka generation * update readme * fix value ref, add jackson lib * add validation annotations to schema * fix no type case * add annotation for jackson * add description and examples to javadoc * Update readme, move missed features block * switch publish to subscribe and vice versa, because of wrong understanding of spec * Fix consumed key, add key to publish operation * move jackson and validation dependencies from kafka block * fix README formatting * mark annotations as done in README * add support of multi-line description * fix json in examples * chore(release): 0.5.0 (#15) chore(release): 0.5.0 * fix api calls for mqtt and amqp * fix port variables * fix yet another api operation call Co-authored-by: asyncapi-bot <[email protected]> * chore(release): 0.5.1 (#19) chore(release): 0.5.1 * feat: generalize Kafka properties (#16) * feat: generalize kafka properties. use spring-kafka props inst.of custom, move props to template params * fix wrong param name in example * fix: generation for mqtt and amqp (#14) * fix api calls for mqtt and amqp * fix port variables * feat: add annotations to the model generation (#12) * WIP, update to spec 2.0 * WIP, update to spec 2.0, remove definition of topic via extension * working version for api 2.0 * add model generation * Add support of Kafka generation * update readme * fix value ref, add jackson lib * add validation annotations to schema * fix no type case * add annotation for jackson * add description and examples to javadoc * Update readme, move missed features block * switch publish to subscribe and vice versa, because of wrong understanding of spec * Fix consumed key, add key to publish operation * move jackson and validation dependencies from kafka block * fix README formatting * mark annotations as done in README * add support of multi-line description * fix json in examples * chore(release): 0.5.0 (#15) chore(release): 0.5.0 * fix api calls for mqtt and amqp * fix port variables * fix yet another api operation call Co-authored-by: asyncapi-bot <[email protected]> * chore(release): 0.5.1 (#19) chore(release): 0.5.1 * feat: generalize kafka properties. use spring-kafka props inst.of custom, move props to template params * fix wrong param name in example Co-authored-by: asyncapi-bot <[email protected]> * chore(release): 0.6.0 (#20) chore(release): 0.6.0 * feat: add descriptions as javadocs over generated code Co-authored-by: asyncapi-bot <[email protected]>
- Loading branch information