It's an interesting idea but I am not sure it works in that many practical
cases. It's definitely worth exploring though.
Here are a few comments:
- does not work for embedded collections
- => does not work in a bidirectional @ManyToOne ot @*ToMany environment
(quite common)
- work in a unidi
Hello,
I really wanted to merge my super-trivial patch using the new JUnit4
capabilities, but I'm having some issues in building core.
1)IntelliJ
(after solving the OOM issues with the annotation processor)
It doesn't find the ANTLR generated files, hence I can't run my test
as it has a compile fa
On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote:
> Hello,
> I really wanted to merge my super-trivial patch using the new JUnit4
> capabilities, but I'm having some issues in building core.
>
> 1)IntelliJ
> (after solving the OOM issues with the annotation processor)
> It doesn't
> On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote:
>> Hello,
>> I really wanted to merge my super-trivial patch using the new JUnit4
>> capabilities, but I'm having some issues in building core.
>>
>> 1)IntelliJ
>> (after solving the OOM issues with the annotation processor)
>> It
On Wednesday, March 16, 2011, at 11:09 am, Sanne Grinovero wrote:
> > On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote:
> >> Hello,
> >> I really wanted to merge my super-trivial patch using the new JUnit4
> >> capabilities, but I'm having some issues in building core.
> >>
> >> 1)
2011/3/16 Emmanuel Bernard :
> It's an interesting idea but I am not sure it works in that many practical
> cases. It's definitely worth exploring though.
>
> Here are a few comments:
> - does not work for embedded collections
no, but we don't support them yet ;)
Also embedded collections wouldn
Btw, I also put both of the jars containing annotation processors in special
gralde "configurations" which means that they should no longer be getting
added to the classpaths of the "exported" IDE projects. Which in turn means
that the annotation processors should no longer be getting run.
On