Re: [hibernate-dev] HSEARCH: Coexisting of Lucene and Elasticsearch backends vs polymorphism & co

2016-04-21 Thread Gunnar Morling
Hey, +1 for the concept of index families in the long run. As you say, I don't think there is an immediate need for action as of 5.6. When you say > know that the Search instance is fully using ES exclusively, or > Lucene exclusively do you mean "Hibernate Search" instance, or just a specific q

Re: [hibernate-dev] HSEARCH: Coexisting of Lucene and Elasticsearch backends vs polymorphism & co

2016-04-21 Thread Sanne Grinovero
On 21 April 2016 at 09:09, Gunnar Morling wrote: > Hey, > > +1 for the concept of index families in the long run. As you say, I don't > think there is an immediate need for action as of 5.6. Cool. Right, no immediate changes but it should allow us to better understand which kind of limitations we

Re: [hibernate-dev] What's the identity of Hibernate OGM's "public API" module?

2016-04-21 Thread Scott Marlow
On 04/18/2016 11:32 AM, Sanne Grinovero wrote: > I think there was some confusion in this thread, probably it wasn't > clear that WildFly 10 already does inject automatically OGM, and that > ship sailed so we have to keep in mind what Jipijapa is going to do by > default: > > The current state in

Re: [hibernate-dev] [HSEARCH] Scope of the first version with ES support

2016-04-21 Thread Sanne Grinovero
I flushed 52 issues out which were clogging our pipeline. 25 open issues to go for a 5.6.0.Beta1; these more important ones are flagged "fixVersion" = 5.6. The ones I moved are now marked for 5.6.0.Beta2; they might eventually end up being moved to 5.7 but we can review that later. So please foc

[hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
I have started maintaining[1] the ORM Roadmap external to hibernate.org itself. I'd like to adjust the link to when under orm/ to point to this external URL rather than the parameterized {project}/roadmap target. Is that possible? And if so, how? [1] https://github.com/hibernate/hibernate-orm/w

[hibernate-dev] [HSEARCH] Usage of ShardIdentifierProvider

2016-04-21 Thread Gunnar Morling
Hi, As IndexShardingStrategy is deprecated, I thought I'd use ShardIdentifierProvider and friends in new code I write. It's not clear to me though, how it's meant to be used. Some questions: * Is it correct that EntityIndexBinding#getShardIdentifierProvider() returns null is sharding is not used

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
Chris just point out that the roadmap target URL is part of the site config. So I can just update that for ORM. Disregard :) On Thu, Apr 21, 2016 at 12:36 PM Steve Ebersole wrote: > I have started maintaining[1] the ORM Roadmap external to hibernate.org > itself. I'd like to adjust the link

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Gunnar Morling
Hey, What's the reason for maintaining the roadmap in the wiki rather than hibernate.org itself? I hoped we'd centralize this kind of information on hibernate.org; Looks a tad more professional to have everything with the same look & field rather than pointing to other resources as the wiki... Al

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
Because I find it incredibly easier to work with GitHub wiki as opposed to hibernate.org for authoring. On Thu, Apr 21, 2016, 12:42 PM Gunnar Morling wrote: > Hey, > > What's the reason for maintaining the roadmap in the wiki rather than > hibernate.org itself? > > I hoped we'd centralize this k

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Davide D'Alto
Hi Steve, what problems are you having with hibernate.org? I agree with Gunnar that we should try to stick with one look & feel if possible. On Thu, Apr 21, 2016 at 9:00 PM, Steve Ebersole wrote: > Because I find it incredibly easier to work with GitHub wiki as opposed to > hibernate.org for aut