dimas-b commented on code in PR #4629:
URL: https://github.com/apache/polaris/pull/4629#discussion_r3377546806


##########
gradle/libs.versions.toml:
##########
@@ -78,6 +78,8 @@ jakarta-inject-api = { module = 
"jakarta.inject:jakarta.inject-api", version = "
 jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", 
version = "6.1.0" }
 jakarta-validation-api = { module = 
"jakarta.validation:jakarta.validation-api", version = "3.1.1" }
 jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = 
"4.0.0" }
+hibernate-validator = { module = 
"org.hibernate.validator:hibernate-validator", version = "8.0.1.Final" }

Review Comment:
   I agree with @adutra .
   
   Fundamentally validation depends on how Quarkus enforces it. I'd think the 
ideal match for testing validation enforcement would by a `@QuarkusTest`. Then, 
we can assume all internal Hibernate dependencies are handled by Quarkus.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to