[hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Emmanuel Bernard
I have been adding a facet to GridDialect and found it surprisingly hard: * I was not sure which non datastore dialects was supposed to implement the facet nor really how to find these non datastore dialects. I am talking about GridDialectLogger, ForwardingGridDialect and InvokedOperationsLoggin

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Hardy Ferentschik
On Fri, Jul 24, 2015 at 09:56:24AM +0200, Emmanuel Bernard wrote: > I have been adding a facet to GridDialect and found it surprisingly hard: What is a facet in this context. I've seen you guys using this term on IRC as well, but I am not sure what you mean with it in relation to a GridDialect.

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Davide D'Alto
>> I have been adding a facet to GridDialect and found it surprisingly hard: > > What is a facet in this context. Facet are additional interfaces that can be used on a GridDialect to add features to it, like support for optimistic locking, batching or native id generation. > non datastore dialect

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Gunnar Morling
2015-07-24 10:32 GMT+02:00 Hardy Ferentschik : > On Fri, Jul 24, 2015 at 09:56:24AM +0200, Emmanuel Bernard wrote: > > > I have been adding a facet to GridDialect and found it surprisingly hard: > > What is a facet in this context. I've seen you guys using this term on IRC > as well, > but I am no

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Gunnar Morling
> Right, we could create an empty interface to flag them. They all extend GridDialect already. Is there any easier way for an dialect provider to learn about all the facets than inspecting the type hierarchy of GridDialect? 2015-07-24 10:59 GMT+02:00 Davide D'Alto : > >> I have been adding a fa

[hibernate-dev] Next 5.0 release

2015-07-24 Thread Steve Ebersole
I am feeling like so many changes to SPIs have piled up on master since CR2 that another CR is warranted. Everyone ok with doing a CR3? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Next 5.0 release

2015-07-24 Thread Gunnar Morling
+1 When do you plan to do it, next Wednesday? 2015-07-24 14:05 GMT+02:00 Steve Ebersole : > I am feeling like so many changes to SPIs have piled up on master since CR2 > that another CR is warranted. Everyone ok with doing a CR3? > ___ > hibernate-de

Re: [hibernate-dev] Next 5.0 release

2015-07-24 Thread Steve Ebersole
Well there is still a lot of issues scheduled for `5.0.0+`. Those would all need to be resolved. And there are a few others like Radim is asking for some changes to the caching SPI. On Fri, Jul 24, 2015 at 7:08 AM Gunnar Morling wrote: > +1 > > When do you plan to do it, next Wednesday? > > >

Re: [hibernate-dev] Next 5.0 release

2015-07-24 Thread Steve Ebersole
Clarification... the issues scheduled for 5.0.0+ all need to be resolved *or* moved from 5.0.0+ On Fri, Jul 24, 2015 at 7:32 AM Steve Ebersole wrote: > Well there is still a lot of issues scheduled for `5.0.0+`. Those would > all need to be resolved. And there are a few others like Radim is as

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Hardy Ferentschik
On Fri, Jul 24, 2015 at 11:01:43AM +0200, Gunnar Morling wrote: > > > I have been adding a facet to GridDialect and found it surprisingly hard: > > > > What is a facet in this context. I've seen you guys using this term on IRC > > as well, > > but I am not sure what you mean with it in relation to

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Davide D'Alto
>> Right, we could create an empty interface to flag them. > They all extend GridDialect already. Is there any easier way for an dialect provider to learn about all the facets than inspecting the type hierarchy of GridDialect? I guess the point is to distinguish between the main datastore dialect

[hibernate-dev] database names and identifier length

2015-07-24 Thread Steve Ebersole
Do we want to consider automatically applying known database limits on various identifier lengths? This is trickier to implement than it might sound. And it would definitely need to wait for the reworking of annotation binding. But in general I wonder if y'all see this as a desirable feature. A

Re: [hibernate-dev] database names and identifier length

2015-07-24 Thread Max Rydahl Andersen
On 24 Jul 2015, at 16:48, Steve Ebersole wrote: > Do we want to consider automatically applying known database limits on > various identifier lengths? This is trickier to implement than it > might > sound. And it would definitely need to wait for the reworking of > annotation binding. But in g

[hibernate-dev] Preparing to release 4.2.20.Final and 4.3.11.Final

2015-07-24 Thread Gail Badner
I am starting with the 4.2.20.Final release now. After I finish that, I may still push a few fixes before starting the release for 4.3.11.Final. Please don't push push to 4.2 or 4.3 branches. Thanks! Gail ___ hibernate-dev mailing list hibernate-dev@li

[hibernate-dev] 4.2.20.Final and SourceForge problems; delaying 4.3.11.Final until next week

2015-07-24 Thread Gail Badner
I am finished with the 4.2.20.Final release, except for uploading distributions due to problems at SourceForge. Artifacts have been successfully uploaded to nexus. I will wait until Monday to send out an announcement in the hopes that I can upload the distributions to SourceForge by then. Ther