OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.44k stars 6.48k forks source link

[BUG][JAVA-VERTX-WEB] Bug generating model equals method #17505

Open lvjp opened 9 months ago

lvjp commented 9 months ago

Bug Report Checklist

martin-mfg commented 9 months ago

For anyone who wants to work on this ticket: A fix for the same problem in other generators has been merged already in https://github.com/OpenAPITools/openapi-generator/pull/17431. Fixing the same problem for further generators will probably work in the same way.