Re: [hibernate-dev] Editing the OGM quickstart on hibernate.org

2016-03-20 Thread Emmanuel Bernard
I think the quickstart from the website and from the reference doc is
(quasi) the same document, so make sure to update one and sync the other
one.

On Wed 2016-03-16 23:20, Sanne Grinovero wrote:
> Hello team,
> I've started making several improvements for the Hibernate OGM Quick
> Start on the hibernate.org website;
> 
> I got side-tracked to test it all, but also the new version will
> assume that we already released version 5.0.0.Final so I'll hold the
> changes for until the release - or shortly before for review.
> 
> Just so you know to not change it too ;)
> 
> Sanne
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] JDBC uses ON_CLOSE connection release mode

2016-03-20 Thread Vlad Mihalcea
Hi Gail,

For the 5.0 branch, I could update the doc for this issue. A new release
will publish the updated doc, right?
Should the documentation be updated for the 4.x branches too?

Vlad

On Thu, Mar 17, 2016 at 9:04 PM, Steve Ebersole  wrote:

> It looks like it changed during 3.6 -> 4.0, reverting back to ON_CLOSE.  I
> agree it should changed to AFTER_TRANSACTION, however I would only change
> it on master.
>
> For the other branches, if anything, just update the doc.
>
>
> On Thu, Mar 3, 2016 at 12:40 AM Vlad Mihalcea 
> wrote:
>
>> I think this PR is valid:
>>
>> https://github.com/hibernate/hibernate-orm/pull/997
>>
>> I checked it out and, when using JDBC, we use the ON_CLOSE connection
>> release mode.
>>
>> Shouldn't we use the AFTER_TRANSACTION release mode as we state in the
>> docs?
>>
>> Vlad
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev