sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

Question: Support for asyncapi v3 #308

Open tux4ever opened 11 months ago

tux4ever commented 11 months ago

Hi there,

I have started working with asyncapi and would like to generate the java code from a specification. The version in the specification is already v3. Do you have any plans already to support the version 3 of the ayncapi?

github-actions[bot] commented 11 months ago

Thank you for collaborating with the project by giving us feedback! Cheers!

jemacineiras commented 10 months ago

Hi @tux4ever,

actually we are preparing the code for that. In order to achieve such goal, we need to do some refactor, and later on we can start working in support AsyncApi V3. This task is related for the previous steps for #160 which we are actually working on it.

We hope quite soon we can start with the changes for support V2 and V3 at the same time.