-
## What is missing or needs to be updated?
The current Bean Validation Cheat Sheet is referencing old versions of both `Bean Validation` and `hibernate-validator`.
Specifically:
* Bean Validati…
-
cassandra-unit brings in `org.hibernate:hibernate-validator:4.3.0.Final`, which was last used when dinosaurs roamed the earth 😄. Any recent project, like Spring Boot, wants newer versions, and there i…
-
## CVE-2020-10693 - Medium Severity Vulnerability
Vulnerable Library - hibernate-validator-6.0.16.Final.jar
Hibernate's Bean Validation (JSR-380) reference implementation.
Library home page: http://…
-
**Describe the bug**
When using @Valid annotation, the error messages are not showing on quarkus console. Only on the client side. If the @Valid is not used, the error shows up on the console
**Ex…
-
## CVE-2017-7536 - High Severity Vulnerability
Vulnerable Library - hibernate-validator-5.2.5.Final.jar
Hibernate's Bean Validation (JSR-303) reference implementation.
Library home page: http://hibe…
-
### Description
After upgrading to quarkus 3.16.2, I am greeted by this warning from mockito during my quarkus:test run:
> 2024-11-12 16:28:41,271 INFO [io.quarkus] (main) Installed features: [agro…
-
The handling of the validator messages is not good. We have to bridge between Stripes and Validator (in HibernateValidateFacet), which causes parameter replacement issues.
Validator has its own mess…
-
Hi guys,
How to config to work with Validator like @Min, @Max,...?
Thanks in advance!
-
Today we have tried to run Java app with quarkus-cxf onboard on Java 23 (Quarkus 3.16.2).
We have hit the issue described in https://docs.oracle.com/en/java/javase/23/security/migrating-deprecated-…
-
Add hibernate-validator for our DTOs and models
Provide the validation for REST API input data using @Validated and @Valid annotations
Create custom ResourceNotFoundException - if the required resou…