[hibernate-dev] Lucene-suggest

2015-02-23 Thread Marc Schipperheyn
Lucene 4.x offers some interesting new functionality with regards to autosuggest and google style suggestions. As part of this functionality, as I understand it, the suggester builds a separate index based on the available data with a specific .build() function. I'm assuming that this separate in

Re: [hibernate-dev] in.relation.to works again

2015-02-23 Thread Hardy Ferentschik
Thanks awesome. On Mon, Feb 23, 2015 at 04:47:41PM +, Davide D'Alto wrote: > Hi, > you should be able to blog again on in.relation.to now > > Thanks for everyone help. > > Cheers, > Davide > ___ > hibernate-dev mailing list > hibernate-dev@lists.jb

Re: [hibernate-dev] Naming and "naming strategies"

2015-02-23 Thread Steve Ebersole
See below... On Mon, Feb 23, 2015 at 3:33 AM, Emmanuel Bernard wrote: > Which one do you intend being the default? > In 4.x AFAIR, it was > > * ImplicitNamingStrategyLegacyHbmImpl's behavior if you started ORM with > the classic APIs. > * ImplicitNamingStrategyLegacyJpaImpl's behavior if you sta

Re: [hibernate-dev] [OGM] Moving to Java 7

2015-02-23 Thread Hardy Ferentschik
sure +1 On Mon, Feb 23, 2015 at 11:40:19AM +0100, Gunnar Morling wrote: > Hi, > > So far Hibernate OGM has been usable quite well when running on Java 6. But > as more and more of our dependencies require Java 7, the number of cases > where 6 is sufficient, decreases. > > With two out of four b

Re: [hibernate-dev] [OGM] Moving to Java 7

2015-02-23 Thread Sanne Grinovero
+1 Also related: http://lists.jboss.org/pipermail/hibernate-dev/2013-October/010490.html On 23 February 2015 at 10:46, Davide D'Alto wrote: > +1 > > Let's move to java 7 > > On Mon, Feb 23, 2015 at 10:40 AM, Gunnar Morling > wrote: > >> Hi, >> >> So far Hibernate OGM has been usable quite well

Re: [hibernate-dev] [OGM] Moving to Java 7

2015-02-23 Thread Davide D'Alto
+1 Let's move to java 7 On Mon, Feb 23, 2015 at 10:40 AM, Gunnar Morling wrote: > Hi, > > So far Hibernate OGM has been usable quite well when running on Java 6. But > as more and more of our dependencies require Java 7, the number of cases > where 6 is sufficient, decreases. > > With two out o

[hibernate-dev] [OGM] Moving to Java 7

2015-02-23 Thread Gunnar Morling
Hi, So far Hibernate OGM has been usable quite well when running on Java 6. But as more and more of our dependencies require Java 7, the number of cases where 6 is sufficient, decreases. With two out of four backends (Infinispan and Neo4j) as well as HSEARCH requiring 7 by now, I think it's about

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Davide D'Alto
> Before that though, I need to finish the Validator blog? What is the status on in.relation.to? Can one create blog entries again? in.relation.to it stills not working and I'm not sure how to solve the issue. The content in the db seems correct and I think the problem is related to some operatio

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Emmanuel Bernard
On Mon 2015-02-23 9:15, Gunnar Morling wrote: > Hi, > > Thanks for grooming the backlog and preparing these releases! > > I'm curious how the weekly release scheme is going to work out. In the last > two sprints we created none (although I thought we wanted to release HS?) > and one (HV, as plan

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Hardy Ferentschik
Hi, On Mon, Feb 23, 2015 at 09:15:26AM +0100, Gunnar Morling wrote: > I'm curious how the weekly release scheme is going to work out. In the last > two sprints we created none (although I thought we wanted to release HS?) > and one (HV, as planned) release. Planning for four releases now may be >

Re: [hibernate-dev] Naming and "naming strategies"

2015-02-23 Thread Emmanuel Bernard
Which one do you intend being the default? In 4.x AFAIR, it was * ImplicitNamingStrategyLegacyHbmImpl's behavior if you started ORM with the classic APIs. * ImplicitNamingStrategyLegacyJpaImpl's behavior if you started ORM via the JPA APIS (or was it ImplicitNamingStrategyStandardImpl?) About n

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Emmanuel Bernard
Nice, thanks. I have updated the contribute page with that content. http://hibernate.org/ogm/contribute/ On Mon 2015-02-23 9:40, Gunnar Morling wrote: > Hey, > > Some pointers for those who haven't worked on the OGM code base in a while: > > * Contribution guide: http://hibernate.org/ogm/contri

[hibernate-dev] Fwd: Hibernate Assist Open Source Query Analysis Tool

2015-02-23 Thread Emmanuel Bernard
Hi Vicky, I’m not sure what you are asking is super easy (nor that we are ready to commit an API to it) but I’ll let Steve comment. Emmanuel PS your attachement has been removed, any chance you can host it somewhere on a webserver? > Begin forwarded message: > > From: Vicky Thakor > Date: 2

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Gunnar Morling
Hey, Some pointers for those who haven't worked on the OGM code base in a while: * Contribution guide: http://hibernate.org/ogm/contribute/ * Build instructions: in the readme.md in the root dir; * You need to install CouchDB separately and configure the COUCHDB_HOSTNAME env variable if you want

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Gunnar Morling
Hi, Thanks for grooming the backlog and preparing these releases! I'm curious how the weekly release scheme is going to work out. In the last two sprints we created none (although I thought we wanted to release HS?) and one (HV, as planned) release. Planning for four releases now may be over-stre