Replies: 1 comment
-
|
Solved by joining the slack, but I have more problems.
This is definitely not documented anywhere, but adding However, even after generation, I am not getting any of my classes generated...
Also, I was kind of just expecting the java classes to be generated, not to be provided with an entire maven project. But after generation it seems that my types don't even exist. Edit: Further update, I have added additional data types that I wanted to generate to my asyncapi spec and I am now also getting this error: My AsyncApi spec is a lot larger now though... but here you go: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to use the asyncAPI CLI generator, but it seems to not work. Maybe I am doing something wrong?
I have a very basic AsyncAPI file:
In the rendered AsyncAPI documentation, the
$refworks and correctly references my object in the other file.But when I attempt to use the asyncapi generator, I run this in my gradle:
But I end up getting the following error:
Same issue if I try to run it just from the command line.
Am I doing something wrong? Or is the AsyncAPI generator CLI just broken? How do I specify a server name? This doesn't seem documented.
Beta Was this translation helpful? Give feedback.
All reactions