Re: [hibernate-dev] Money Validation

2016-09-29 Thread Gunnar Morling
Hi Willi, My preference would be to limit the first round to the actual javax.money stuff. We are running a survey currently at http://beanvalidation.org/news/2016/09/15/which-constraints-to-add/ asking whether to add @Negative/@Positive. Based on that we need to decide whether to add them to the

[hibernate-dev] Money Validation

2016-09-29 Thread Willi Schönborn
Hi, I'm currently preparing a pull request to contribute Java Money related validators to HV: https://github.com/zalando/money-validation The main part are custom validators to add support for MonetaryAmount to the following constraints: - DecimalMax - DecimalMin - Max - Min As an a