Re: [hibernate-dev] Public API of Hibernate Validator

2010-04-19 Thread Gunnar Morling
Hi, I created http://opensource.atlassian.com/projects/hibernate/browse/HV-310for that. Gunnar 2010/4/19 Emmanuel Bernard > > On 18 avr. 2010, at 20:57, Gunnar Morling wrote: > > > > > WDYT? If we come to the conclusion that for instance > ResourceBundleMessageInterpolator should be moved to a

Re: [hibernate-dev] Public API of Hibernate Validator

2010-04-19 Thread Emmanuel Bernard
On 18 avr. 2010, at 20:57, Gunnar Morling wrote: > > WDYT? If we come to the conclusion that for instance > ResourceBundleMessageInterpolator should be moved to another package, I think > it might be a good idea to do that for 4.1, as right now the number of > concerned classes still seems ve

Re: [hibernate-dev] Public API of Hibernate Validator

2010-04-19 Thread Hardy Ferentschik
Hi, I am not a OSGi expert, but I guess we can think about this a little more. As you say org.hibernate.validator and org.hibernate.validator.constraints should definitely be public. Regarding the classes in org.hibernate.validator.engine I would suggest to create a new package. ResourceBundle

[hibernate-dev] Public API of Hibernate Validator

2010-04-18 Thread Gunnar Morling
Hi guys, currently I'm experimenting a bit with integrating Bean Validation in general and Hibernate Validator in particular with OSGi. In that context I wondered, whether there is some sort of "public" API of Hibernate Validator. The generated HV OSGi manifest (see HV-267) currently exports all p