This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
Mozilla Public License 2.0
48
stars
10
forks
source link
[AsyncApi] The plugin crash when parsing an array of objects #249
Closed
alfredo9f closed 1 year ago
What happens
If you have a definition like this:
The plugin is not able to create an array of
Party
and you have this error:What is expected
The plugin creates an array of
Party
calledparties