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.86k stars 6.59k forks source link

JavaSpring: Missing Hibernate import on performBeanValidation #19428

Open mortenegelund opened 2 months ago

mortenegelund commented 2 months ago
Description

When performBeanValidation is enabled in configuration on JavaSpring, the corresponding Hibernate import is missing in the API spec.

openapi-generator version

7.8.0

mortenegelund commented 2 months ago

I have a fix, but getting 403 when pushing local branch.