Closed dalelane closed 8 months ago
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
2.7% Duplication on New Code
/au
/rtm
:tada: This PR is included in version 0.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The generator has been implemented assuming that all message objects include a payload with properties. This is used when generating Java classes to be able to create attributes that matching the expected message properties.
This causes the generator to fail with AsyncAPI documents that don't include payload properties. Some such documents will provide a sample message instead. For these documents, we can attempt to derive a schema from the sample, and use that schema to generate a usable set of properties.