Re: [hibernate-dev] [HV] Changes to API for programmatic constraint definition

2011-05-06 Thread Kevin Pollet
Hi guys, First, sorry for this late response. I think too that there is no solution to keep the single invocation chain and the grouping approach. IMHO, avoid the misuse of the API is more important than keeping the single invocation chain. Regarding https://gist.github.com/940438, I really pr

Re: [hibernate-dev] [HV] Changes to API for programmatic constraint definition

2011-05-02 Thread Hardy Ferentschik
Hi, Great summary Gunnar :-) I also thought about the API for quite some time and could not find a solution keeping the current "grouping" and the single invocation chain w/o introducing cases for invalid usages. Initially I thought about keeping these inconsistencies for the sake of keeping the c

[hibernate-dev] [HV] Changes to API for programmatic constraint definition

2011-05-01 Thread Gunnar Morling
Hi, as you know, we are about to introduce the concept of method level constraints in Hibernate Validator 4.2 (see [1] for more details). In this context we are also planning to support the definition of method level constraints using the programmatic constraint API [2]. Hardy, Kevin and I have d