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
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
>
> 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
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
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
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
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