You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new use-bean-validation feature in version 2.5.0 is enabled by default. Currently, we need to disable it on a per-project as a breaking change to existing source code. I would like to suggest disabling this feature by default, as none breaking change.
Hello @hbelmiro! We just faced this issue with the breaking change of the mandatory Jakarta import. I can see that it's already fixed but no release has been generated, right? What's the ETA for it? Thanks!
use-bean-validation
feature in version 2.5.0 is enabled by default. Currently, we need to disable it on a per-project as a breaking change to existing source code. I would like to suggest disabling this feature by default, as none breaking change.Source code: https://github.com/quarkiverse/quarkus-openapi-generator/blob/2.5.0/client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java#L56
jakarta.validation.Valid
is not disabled whenuse-bean-validation
is disabled globally or per client.Source code: https://github.com/quarkiverse/quarkus-openapi-generator/blob/2.5.0/client/deployment/src/main/resources/templates/libraries/microprofile/model.qute#L4
Example breaking PR to update from
2.4.7
to2.5.0
onecx/onecx-quarkus#214The text was updated successfully, but these errors were encountered: