What Dev Docs changes are you proposing?
Update the “Creating a template – Java” tutorial to use AsyncAPI v3 instead of v2.
https://www.asyncapi.com/docs/tools/generator/generator-template-java
To align with the latest specification:
- The AsyncAPI document used in the tutorial needs to be updated to v3
- Generator template code must be updated to use the v3 parser API
A similar update was already done for the Python tutorial in #1826.
This ensures consistency with other language tutorials and prevents users from learning deprecated patterns.
Code of Conduct
Are you willing to work on this issue ?
Yes I am willing to submit a PR!