Re: [hibernate-dev] [hibernate-hql-parser] 1.0.0.Alpha3 released

2013-08-13 Thread Gunnar Morling
2013/8/13 Sanne Grinovero > @Gunnar I've included your last pull, tagged it and uploaded it already. > Awesome Sanne, thanks. > I've sent a pull to OGM including your tests and more tests to verify > the LIKE behavior; I think they are quite comprehensive and are > passing, but if you are able

[hibernate-dev] [hibernate-hql-parser] 1.0.0.Alpha3 released

2013-08-13 Thread Sanne Grinovero
@Gunnar I've included your last pull, tagged it and uploaded it already. I've sent a pull to OGM including your tests and more tests to verify the LIKE behavior; I think they are quite comprehensive and are passing, but if you are able to add more failing ones please send them to me :-) No change

Re: [hibernate-dev] Search and JDK 6: @Override annotations

2013-08-13 Thread Shaozhuang Liu
is there a way to do it w/ Intellij? I think it would be good idea to apply this annotation on orm as well - Best Regards, Strong Liu http://about.me/stliu/bio On Aug 12, 2013, at 9:42 PM, Guillaume Smet wrote: > Hi, > > On Fri, Aug 9, 2013 at 6:41 PM, Guillaume Smet

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Sanne Grinovero
On 13 August 2013 10:41, Guillaume Smet wrote: > On Tue, Aug 13, 2013 at 10:58 AM, Sanne Grinovero wrote: >> On 13 August 2013 09:12, Guillaume Smet wrote: >>> Hi, >>> >>> I'm planning to work on the pom files in the next few days. >>> >>> Here is more or less the plan I have in mind: >>> - cent

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Hardy Ferentschik
I am all for cleaning up. Aside the things discussed here I would like to follow up on HSEARCH-933. The database profiles defined in the parent pom have imo no business there. They just create unnecessary noise. Initially I thought we could use a separate settings.xml, but I think you cannot ad

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Guillaume Smet
On Tue, Aug 13, 2013 at 10:58 AM, Sanne Grinovero wrote: > On 13 August 2013 09:12, Guillaume Smet wrote: >> Hi, >> >> I'm planning to work on the pom files in the next few days. >> >> Here is more or less the plan I have in mind: >> - centralize all dependencies versions in the properties of the

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Gunnar Morling
Hi Guillaume, Sounds great, nothing much to add to what Sanne said. Regarding properties for versions, I think it's only worth it in case a given version is used several times (e.g. by several "modules" of a dependency which all should be pulled in in the same version). Otherwise I think it enoug

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Sanne Grinovero
On 13 August 2013 09:12, Guillaume Smet wrote: > Hi, > > I'm planning to work on the pom files in the next few days. > > Here is more or less the plan I have in mind: > - centralize all dependencies versions in the properties of the parent > pom file. A couple of them are directly in the dependenc

[hibernate-dev] HSEARCH - Different analyzers for Indexing and Querying

2013-08-13 Thread Guillaume Smet
Hi, Note: this is just a prospective idea I'd like to discuss. Even if it's a good idea, it's definitely 5.0 material. Those who have used Solr and are familiar with the Solr schema have already seen the ability to use different analyzer for indexing and querying. It's usually useful when you us

[hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-13 Thread Guillaume Smet
Hi, I'm planning to work on the pom files in the next few days. Here is more or less the plan I have in mind: - centralize all dependencies versions in the properties of the parent pom file. A couple of them are directly in the dependencyManagement block. It's easier to update them this way. - sa