-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bug: Duplicate name object result in incorrect code generation #312
Comments
Hi @bibiboss, |
Hello @jemacineiras In test.test2.model.Input I have: There is a missing object is supposed to be generated like public class Data {
@JsonProperty(value ="commitId")
private String commitId;
// more stuff
} This definition is described in asyncapi in '#/components/schemas/input' line 80 to 90 in the example I provided. Are you saying that this kind of definition won't be generated since it is configured in the EDIT: I changed a sentence, it was misconfusing |
Hi @bibiboss, Got it we will address that soon. Actually we are working in some refactor and probably that issue will be solve there. Cheers. |
Hi @bibiboss , |
Hello @jemacineiras |
Hi @bibiboss |
Hi @bibiboss , |
Hello @rafaelgonzalezsimon Sorry, I didn't got the notification. I'll try it out this week and give you feedback! |
Hello @rafaelgonzalezsimon |
Hello @rafaelgonzalezsimon and @jemacineiras I've created this repo. Best regards. |
Hello!
I have an issue using the plugin with asyncapi.
When I have sub-object with the same name, the plugin generates only one of them, even if they are differents.
Asyncapi:
maven configuration:
Result:
The text was updated successfully, but these errors were encountered: