[hibernate-dev] Modularization of Search

Emmanuel Bernard emmanuel at hibernate.org
Wed Mar 17 05:41:27 EDT 2010


On 17 mars 2010, at 10:31, Sanne Grinovero wrote:

>> 
>> Four options here:
>>  - do this -util module
>>  - do a -testsuite module
>>  - do the test artifact (Sanne's current commit)
>>  - do not split the 3 util classes out
>> 
>> So far I think the last two solutions are the less annoying
>> 
> 
> I don't feel comfortable in having the testing in a different module
> than what it's supposed to test, will be hard to prevent circular
> dependencies even if it was relating to some utilities.
> We don't have that much testing utilities, and as Emmanuel said before
> there's the chance of somebody committing without noticing a test
> failing in another module.
> 
>>> 
>>>> hibernate-search-testutil
>>> 
>>> Ok
> 
> I'm still confused about the differences between a
> hibernate-search-testutil and the "-util" module mentioned on the
> previous point. ?


Remember these are options to explore, not a definitive split
Basically:
 -util is the common classes used by both test and core
 -testutil are the test dedicated util classes.



More information about the hibernate-dev mailing list