hibernate-validator icon indicating copy to clipboard operation
hibernate-validator copied to clipboard

Hibernate Validator - Jakarta Bean Validation Reference Implementation

Results 44 hibernate-validator issues
Sort by recently updated
recently updated
newest added

https://hibernate.atlassian.net/browse/HV-1831 Supersedes https://github.com/hibernate/hibernate-validator/pull/1169, which targets the incorrect branch.

- 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"...

Ready for review

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...

On ice while we think about it
Needs more opinions
6.1
Exploration

This PR has the changes suggested for you

Needs work

Link to previous discussion on the same topic - https://github.com/hibernate/hibernate-validator/pull/949 Note: This is still a work in progress.

On ice while we think about it
6.1
Exploration

- 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:...

On ice while we think about it
Exploration

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...

On ice while we think about it
Exploration

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...

On ice while we think about it

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...

On ice while we think about it