hibernate-validator
hibernate-validator copied to clipboard
Hibernate Validator - Jakarta Bean Validation Reference Implementation
https://hibernate.atlassian.net/browse/HV-1921
https://hibernate.atlassian.net/browse/HV-1831 Supersedes https://github.com/hibernate/hibernate-validator/pull/1169, which targets the incorrect branch.
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...
Hey @gsmet, this is a small experiment based on your perf improvement work. You pointed out that the allocation of nodes and paths is a problem and I agree. We...
Hi @marko-bekhta and happy new year! So here is the current state of the Jandex implementation rebased on master. Sorry for it taking so long, I got sick during the...