Re: [hibernate-dev] Annotation Processors

2013-11-25 Thread Steve Ebersole
If I were to collapse it into hibernate-core... To use Maven terms, I can expose it as a hibernate-core artifact with a different classifier. But I would no longer be able to expose it using the hibernate-testing artifact id. This works fine either way within the hibernate-orm project. In fa

Re: [hibernate-dev] Annotation Processors

2013-11-25 Thread Gunnar Morling
Hi, Hibernate OGM is using hibernate-testing, but I'm not totally sure why. When I remove the dependency, the build still passes; Maybe it was used in the past. But also if we started to use stuff from hibernate-testing one day, a merge with hibernate-core wouldn't be a problem, provided you publ

Re: [hibernate-dev] Annotation Processors

2013-11-25 Thread Brett Meyer
IMO, there shouldn't be anything preventing us from pulling hibernate-testing into hibernate-core. Are there any external modules/projects that use testing w/o core? AFAIK, no, but correct me if I'm overlooking something. Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Mes