Re: [hibernate-dev] [HSEARCH] - pull request 95

2011-06-10 Thread Davide D'Alto
Thanks, I will apply the changes this evening. 1) Move content of org.hibernate.search.util.logging to org.hibernate.search.util.logging.impl 2) Use less friendly %1$s when there is more than one parameter 3) I need to check how to do the exception internationalization. Cheers, Davide On Fri, Ju

Re: [hibernate-dev] [HSEARCH] - pull request 95

2011-06-10 Thread Sanne Grinovero
Agreed, Davide can you update that single commit which does the package rename to the new name? Then let me know so I'll pull it in and you can resolve the issue. Thanks! Sanne 2011/6/10 Emmanuel Bernard : > Hello Sanne and Davide. > > First of all awesome job :) > I've added a few comments in th

Re: [hibernate-dev] [HSEARCH] - pull request 95

2011-06-10 Thread Emmanuel Bernard
Hello Sanne and Davide. First of all awesome job :) I've added a few comments in the pull request, here are a couple more. The package should be something.something.impl as it's not meant to be published to users. org.hibernate.search.util.logging.impl is fine by me. We might want to adjust so