Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-31 Thread Max Rydahl Andersen
On Mar 24, 2011, at 17:10, Hardy Ferentschik wrote: > On Wed, 23 Mar 2011 15:41:29 +0100, Max Rydahl Andersen > wrote: > >>> Speaking of shading, this could be an easy solution for METAGEN-53 as well. >>> >> >> For metagen-53 I recall that the only dependency is class name lookup which >> c

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Hardy Ferentschik
On Wed, 23 Mar 2011 15:41:29 +0100, Max Rydahl Andersen wrote: >> Speaking of shading, this could be an easy solution for METAGEN-53 as >> well. >> > > For metagen-53 I recall that the only dependency is class name lookup > which could just as easily be replaced with strings to avoid the

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Max Rydahl Andersen
> > Speaking of shading, this could be an easy solution for METAGEN-53 as well. > For metagen-53 I recall that the only dependency is class name lookup which could just as easily be replaced with strings to avoid the multijar setup. Maybe the same goes for validator annotation processor ? /ma

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-21 Thread Gunnar Morling
Hi Kevin, great, thanks for the effort. I had tried the same locally before also with success within Eclipse. I'll comment on the issue. Gunnar 2011/3/21 Kevin Pollet > Hi guys, > > I've made an AP shaded jar and played with it in Eclipse, Netbeans and > IntelliJ (it seems that all works fine

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-21 Thread Kevin Pollet
Hi guys, I've made an AP shaded jar and played with it in Eclipse, Netbeans and IntelliJ (it seems that all works fine :) I've also opened an issue HV-457 (http://opensource.atlassian.com/projects/hibernate/browse/HV-457) and If you want to try this approach I've created a topic branch with th

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-19 Thread Hardy Ferentschik
On Sat, 19 Mar 2011 12:10:11 +0100, Gunnar Morling wrote: > Hi guys, > > I just played around with the Hibernate Validator AP in my IDE, and it's > really awesome to see all these constraint checks in action. > > There is just one thing which I think we can improve: right now the user > has t

[hibernate-dev] Shaded build for the HV annotation processor

2011-03-19 Thread Gunnar Morling
Hi guys, I just played around with the Hibernate Validator AP in my IDE, and it's really awesome to see all these constraint checks in action. There is just one thing which I think we can improve: right now the user has to to add three different JARs to the annotation processor path: * the AP it