Open leonardotorresaltez opened 3 weeks ago
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.
I already check the similar issue: https://github.com/asyncapi/java-spring-template/issues/78
From i can see the avro parser exist: https://github.com/asyncapi/avro-schema-parser?tab=readme-ov-file#usage-with-remote-references
Describe the bug.
Hello, I tried to generate avro mapping java classes with spring template but in any way the generator is making json mapping java classes ( with @JsonProperty property ) .
the command is :
the generated file is:
Expected behavior
Expected to see generated java avro mapping files , example :
Screenshots
none
How to Reproduce
🥦 Browser
Microsoft Edge
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None