Marko Bekhta
Marko Bekhta
Hi all, as per http://beanvalidation.org/2.0/spec/#valueextractordefinition Bean validation 2.0 offers so called ValueExtractor mechanism to allow adding constraints for containers. I've added a couple of such extractors in a separate module...
HV-1328 Add an option to validate class-level constraints only if all property constraints are valid
- https://hibernate.atlassian.net/browse/HV-1328 First commit has a change for what looked like a strange behavior. the value only for the last group was considered.... Any ideas on naming of the "mode"...
This PR is to address >IIRC, Gunnar had a good idea about requiring a wrapping here. It goes with the idea of wrapping the mapping name or the class. from...
Link to previous discussion on the same topic - https://github.com/hibernate/hibernate-validator/pull/949 Note: This is still a work in progress.
- https://hibernate.atlassian.net/browse/HV-1226 This PR is an attempt to allow users to switch between method handles and reflection when accessing properties. EDIT: And as usual in such cases - some numbers:...
Hi @gsmet ! Here's a separate module with an AspectJ validation that we talked earlier. I've: - added new module. It is under a new parent module as I would...
https://hibernate.atlassian.net/browse/HSEARCH-4673 Update to make JDK 8/11 builds pass.
https://hibernate.atlassian.net/browse/HHH-17761 Opening as a draft as it's only a reproducer
this only converts a Quarkus reproducer (from the reported issue) to an ORM test. https://hibernate.atlassian.net/browse/HHH-17750
Hey hey 😃, I was looking into a bug reported on the Quarkus side, and I've noticed that there can be this situation when we'd try to throw an exception...