Re: [hibernate-dev] Limited beta access to Gitter

2013-12-17 Thread Sanne Grinovero
On 17 December 2013 14:46, Steve Ebersole wrote: > With regard to permissions: http://blog.gitter.im/the-write-stuff/ > > When you say its "open" does that mean that *anyone* can join even if they > do not have GitHub accounts or any association with the GitHub repos? You need to have a github ac

[hibernate-dev] IRC Developer Meeting - 12/17

2013-12-17 Thread Steve Ebersole
Mainly discussed 5.0 development [10:49] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-12-17-15.53.html [10:49] Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-12-17-15.53.txt [10

Re: [hibernate-dev] Hibernate ORM 4.3.0.Final

2013-12-17 Thread Shaozhuang Liu
Congratulations! - Best Regards, Strong Liu http://about.me/stliu/bio On 2013Dec 17, at 3:54 PM, Gunnar Morling wrote: > +1 > > > 2013/12/17 Sanne Grinovero > >> Congratulations! That's a very significant one :-) >> >> On 16 December 2013 22:49, Steve Ebersole wro

Re: [hibernate-dev] Limited beta access to Gitter

2013-12-17 Thread Steve Ebersole
With regard to permissions: http://blog.gitter.im/the-write-stuff/ When you say its "open" does that mean that *anyone* can join even if they do not have GitHub accounts or any association with the GitHub repos? On Tue 17 Dec 2013 07:57:09 AM CST, Steve Ebersole wrote: > Sounds great. > > Ques

Re: [hibernate-dev] Limited beta access to Gitter

2013-12-17 Thread Steve Ebersole
Sounds great. Question though. Any idea why they request read *and write* permissions to Profile, Followers and Private Email Addresses? On Tue 17 Dec 2013 05:35:51 AM CST, Sanne Grinovero wrote: > > Gitter is a new service aiming to replace IRC, and specifically meant > for OSS projects team w

[hibernate-dev] Limited beta access to Gitter

2013-12-17 Thread Sanne Grinovero
Gitter is a new service aiming to replace IRC, and specifically meant for OSS projects team working with Github. I've got an invitation to participate to the beta, and got it setup for these chatrooms (open to the public): - https://gitter.im/hibernate/hibernate-orm - https://gitter.im/hibernate/h

[hibernate-dev] [OGM] Managing GridDialect via the service registry

2013-12-17 Thread Gunnar Morling
Hi, We currently have a custom mechanism for providing the current GridDialect to components and I'm wondering about the motivation for this mechanism. More specifically there is GridDialectFactory which instantiates the dialect type and DatastoreServices which provides access to this instance. S