Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace native array with List to generate arrays #94

Closed
Tenischev opened this issue Oct 22, 2020 · 1 comment · Fixed by #100
Closed

Replace native array with List to generate arrays #94

Tenischev opened this issue Oct 22, 2020 · 1 comment · Fixed by #100
Labels
enhancement New feature or request released

Comments

@Tenischev
Copy link
Member

Reason/Context

Currently template generates native arrays [] for the type: array. That's a bit old fashioned approach and could be replaced with List.
OpenAPI generators are using List to handle type: array.

Description

Update $$objectSchema$$.java file. Replace [] with List.

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants