Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Steve Ebersole
To be honest, the fact that it is still defined on hibernate-entitymanager anymore is just an oversight. All the annotation handling is done in hibernate-core classes On Mon 08 Oct 2012 12:48:36 PM CDT, Guillaume Smet wrote: > On Mon, Oct 8, 2012 at 7:43 PM, Steve Ebersole wrote: >> http://se

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Guillaume Smet
On Mon, Oct 8, 2012 at 7:03 PM, Steve Ebersole wrote: > We are not going to get into the business of releasing projects just for new > releases of dependencies. Thats not manageable. Totally agree on this point. That's why I suggested to add an exclusion. That said, I'm not sure the problem is

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Guillaume Smet
On Mon, Oct 8, 2012 at 7:43 PM, Steve Ebersole wrote: > http://search.maven.org/remotecontent?filepath=org/hibernate/hibernate-core/4.1.7.Final/hibernate-core-4.1.7.Final.pom Argh, stupid Firefox search. So the hibernate-commons-annotations dependency is in hibernate-entitymanager *and* hibernat

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Steve Ebersole
http://search.maven.org/remotecontent?filepath=org/hibernate/hibernate-core/4.1.7.Final/hibernate-core-4.1.7.Final.pom On Mon 08 Oct 2012 12:40:09 PM CDT, Guillaume Smet wrote: > On Mon, Oct 8, 2012 at 7:05 PM, Steve Ebersole wrote: >> That's not exactly how the deps work here. It is in fact hi

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Guillaume Smet
On Mon, Oct 8, 2012 at 7:05 PM, Steve Ebersole wrote: > That's not exactly how the deps work here. It is in fact hibernate-core > that introduces the dep on hibernate-commons-annotations, not > hibernate-entitymanager. AFAICS, nope. The dependency for hibernate-commons-annotations is in hiberna

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Steve Ebersole
That's not exactly how the deps work here. It is in fact hibernate-core that introduces the dep on hibernate-commons-annotations, not hibernate-entitymanager. On Mon 08 Oct 2012 11:33:40 AM CDT, Sanne Grinovero wrote: > On 8 October 2012 15:44, Steve Ebersole wrote: >> Nothing Gradle specific

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Sanne Grinovero
On 8 October 2012 15:44, Steve Ebersole wrote: > Nothing Gradle specific here. Not following why you say that. He is > talking about projects including hibernate-entitymanager, which I assume is > using Maven since I believe every Hibernate sub-project is still using Maven > to build (correct me

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Sanne Grinovero
On 8 October 2012 17:07, Guillaume Smet wrote: > Hi Sanne, > > On Mon, Oct 8, 2012 at 3:34 PM, Sanne Grinovero wrote: >> I'll leave it to the gradle gurus on the team to say how to fix that, >> but I'm surprised that Maven suggests both dependencies, that should >> never be the case. > > It doesn

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Guillaume Smet
Hi Sanne, On Mon, Oct 8, 2012 at 3:34 PM, Sanne Grinovero wrote: > I'll leave it to the gradle gurus on the team to say how to fix that, > but I'm surprised that Maven suggests both dependencies, that should > never be the case. It doesn't include both, of course. But both dependencies are prese

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Steve Ebersole
Nothing Gradle specific here. Not following why you say that. He is talking about projects including hibernate-entitymanager, which I assume is using Maven since I believe every Hibernate sub-project is still using Maven to build (correct me if I am wrong there). That said, this is in fact ex

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Sanne Grinovero
Hi Guillaume, I'll leave it to the gradle gurus on the team to say how to fix that, but I'm surprised that Maven suggests both dependencies, that should never be the case. As a workaround, if you define an explicit dependency on jboss-logging in your section you should be able to avoid any ambigu

Re: [hibernate-dev] hibernate-commons-annotations dependencies

2012-10-08 Thread Emmanuel Bernard
The easiest solution is to align both dependencies and release a new version of Hibernate Commons Annotations to fix the issue. Emmanuel On Mon 2012-10-08 14:49, Guillaume Smet wrote: > Hi, > > I don't know what is your policy about the dependency management but, > currently, when you include hi