From: Emmanuel B. (JIRA) <no...@at...> - 2006-06-02 18:37:17
|
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-318?page=comments#action_23256 ] Emmanuel Bernard commented on ANN-318: -------------------------------------- I don't want maven. ant is just working fine and fast. Technically speaking, Validator do not depends on the Hibernate annotations code. It depends on core and the reflection layer used in hibernate annotations. Now the @Entity dependency comes from the reflection layer, but this probably can be easily solved. Whether or not having one or several jars is a deployment issue that can be solved only after the previous ones are. > consider making validator framework truely independant of hibernate core > ------------------------------------------------------------------------ > > Key: ANN-318 > URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-318 > Project: Hibernate Annotations > Type: Improvement > Components: validator > Versions: 3.1beta9 > Reporter: Andreas Schildbach > > > I'd like to use the validator framework, but without pulling hibernate in as a dependency. > Currently, if I try to instantiate a ClassValidator, a org.hibernate.MappingException cannot be found. > Consequently, the validator framework could also be independent of the rest of the annotations, and be distributed in its own jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |