Marko Bekhta

Results 102 issues of 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...

- 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

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

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

JIRA issue Test Case

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