Hibernate Validator integration with Hibernate Reactive is untested, possibly dysfunctional #46327
Labels
area/hibernate-reactive
Hibernate Reactive
area/hibernate-validator
Hibernate Validator
kind/bug
Something isn't working
Describe the bug
It's unclear whether the Hibernate Validator integration in Hibernate Reactive, be it validation callbacks or DDL inference, works correctly at the moment.
In particular:
@NotNull
annotation on an attribute translate into a DDL constraint and/or a null validation onpersist()
?quarkus.hibernate-orm.validation.enabled
andquarkus.hibernate-orm.validation.mode
?See #46264 (which fixes #46034):
Expected behavior
Tests and documentation.
Actual behavior
No tests and sparse, possibly incorrect documentation.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.18
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
I think we should:
The text was updated successfully, but these errors were encountered: