2012/12/23 Antonio Goncalves <antonio.mailing@gmail.com>
Hi,

I don't know what's the best place to give some feedback on BV 1.1 spec. I'm using this ML but let me know if it's the appropriate media. 

Sending a mail to this list is perfect, in particular for suggestions or things that need discussion. For bug fixes etc. you can also create an issue in our JIRA tracker (https://hibernate.onjira.com/browse/BVAL).
 

I was playing with Method/Constructor validation and found this typo in §5.1.2. Methods for validating method and constructor constraints :

Method<OrderService> placeOrder = ... ; //get method object

Method doesn't have generics (Constructor has). So the code should just be :

Method placeOrder = ... ; //get method object
Thanks, fixed it (see http://beanvalidation.org/latest-draft/spec/#d0e4385).

--Gunnar

 

--
Antonio Goncalves 
Software architect and Java Champion

Web site | Twitter | LinkedIn | Paris JUG | Devoxx France

_______________________________________________
beanvalidation-dev mailing list
beanvalidation-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/beanvalidation-dev