Hibernate Validator 4, together with the Bean Validation API and TCK are all provided and distributed by JBoss (Red Hat) under the Apache Software License 2.0.
-----Original Message----- From: Mice Xia [mailto:weiran.x...@gmail.com] Sent: Wednesday, December 12, 2012 3:45 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] Api refactoring -- validation i remember hibernate is licensed under LGPL, and we re implemented a lot of DAOs for this reason. 在 2012-12-13 上午7:17,"Fang Wang" <fang.w...@citrix.com>写道: Hi all, In our current API refactoring work, we plan to add a validation annotation to Validate DB entity, validate some parameter range, etc. We plan to add the @validate annotation to API commands. IT is suggested we could use Hibernate Validator. Anyone with experience with Hibernate validator, how we could deploy it here? 1. is there a version we should definitely use? 2. Which option is better to integrate into our maven? Add it as dependency or as a plugin? 3. What is the latest version working with maven? Thanks for any input, -Fang