You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running asyncapi generate models java foo.yml, without the required --packageName argument correctly prints an error, but then the cli incorrectly indicates it is still generating models, but hangs (until killed, e.g. with ctrl-C).
Expected behavior
Print an error and exit
Screenshots
Error: In order to generate models to Java, we need to know which package they are under. Add `--packageName=PACKAGENAME` to set the desired package name.
◒ Generating models...
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug.
Running
asyncapi generate models java foo.yml
, without the required--packageName
argument correctly prints an error, but then the cli incorrectly indicates it is still generating models, but hangs (until killed, e.g. with ctrl-C).Expected behavior
Print an error and exit
Screenshots
How to Reproduce
Run
asyncapi generate models java foo.yml
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: