[hibernate-dev] HipChat rooms

2016-02-02 Thread Davide D'Alto
Hi, lately there is some interest in OrientDB for Hibernate OGM. This is not currently in the OGM roadmap but I wanted to help potential contributros. I've createad a room for OGM-855 using the JIRA funcitonality accessible by Guests. It seems though theat Guest cannot see the log of the room and

Re: [hibernate-dev] HipChat rooms

2016-02-02 Thread Davide D'Alto
I was wrong about the log for guests, the HipChat documentation states: "The room's chat history, including files, are only visible to guests from the point they logged in. " So, it's better than I thought On Tue, Feb 2, 2016 at 12:46 PM, Davide D'Alto wrote: > Hi, > lately there is some inte

Re: [hibernate-dev] HipChat rooms

2016-02-02 Thread Sanne Grinovero
+1 to approve any reasonable request to join us. I think the functionality is there only to be prevent spammers and kick out misbehaving people; we have no intent of keeping any goodwilling developer out. On 2 February 2016 at 12:49, Davide D'Alto wrote: > I was wrong about the log for guests, th

Re: [hibernate-dev] HipChat rooms

2016-02-02 Thread Emmanuel Bernard
+1, this is not for the hibernate team. Rather for everyone. > On 02 Feb 2016, at 15:24, Sanne Grinovero wrote: > > +1 to approve any reasonable request to join us. > I think the functionality is there only to be prevent spammers and > kick out misbehaving people; we have no intent of keeping an

[hibernate-dev] [Search] Range faceting for Longs and Dates not taking into account hasZeroCountsIncluded

2016-02-02 Thread Guillaume Smet
Hi, While playing with ElasticSearch faceting (and having tests failing due to that), I noticed that for Longs and Dates, the preexisting range faceting doesn't take into account facetRequest.hasZeroCountsIncluded(). See https://github.com/hibernate/hibernate-search/blob/master/engine/src/main/ja

Re: [hibernate-dev] [Search] Travis support

2016-02-02 Thread Guillaume Smet
Hi, FWIW, I also added Travis support to OGM (mostly to see if we could do it easily with all the NoSQL databases supported) here: https://travis-ci.org/gsmet/hibernate-ogm/ https://github.com/gsmet/hibernate-ogm/blob/travis-support/.travis.yml What I also find interesting in Travis is that you c

Re: [hibernate-dev] SchemaManagementTool changes for 5.1 (was Re: 5.1 tentative release date)

2016-02-02 Thread Steve Ebersole
Part of the work here is going to require significant changes to org.hibernate.tool.hbm2ddl.SchemaExport, org.hibernate.tool.hbm2ddl.SchemaUpdate and org.hibernate.tool.hbm2ddl.SchemaValidator. Significant as in current usages would not work at all. So does it make sense to do those changes, or t

Re: [hibernate-dev] SchemaManagementTool changes for 5.1 (was Re: 5.1 tentative release date)

2016-02-02 Thread andrea boriero
i think it's better to drop On 2 February 2016 at 21:10, Steve Ebersole wrote: > Part of the work here is going to require significant changes > to org.hibernate.tool.hbm2ddl.SchemaExport, > org.hibernate.tool.hbm2ddl.SchemaUpdate > and org.hibernate.tool.hbm2ddl.SchemaValidator. Significant as

Re: [hibernate-dev] SchemaManagementTool changes for 5.1 (was Re: 5.1 tentative release date)

2016-02-02 Thread Gunnar Morling
When you say dropping, what would be the alternative for CLI users? It seems like a strong change to do in a minor revision. What are the required changes you need to do here? My hope would have been that the API of these tools would not have to change. 2016-02-02 22:10 GMT+01:00 Steve Ebersole :