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
20.76k stars 6.32k forks source link

[JAVA] Fix jackson (de)serializer annotation breaking libs using gson when `bigDecimalAsString=true` #18835

Closed Philzen closed 1 month ago

Philzen commented 1 month ago

Closes #6496

See linked issue and implemented regression tests for details.

PR checklist