[hibernate-dev] Rebased ORM6

Steve Ebersole steve at hibernate.org
Wed Sep 4 09:08:05 EDT 2019


Andrea and I took a look at this `SessionImpl#buildLockOptions` as you
asked.  But unfortunately your work moved the logic completely around,
moving it from a no-longer-existent method into a static method on a new
helper class you added.  So its hard to compare what functionally changed.


On Fri, Aug 30, 2019 at 2:57 PM Sanne Grinovero <sanne at hibernate.org> wrote:

> I've completed a rebase of Steve's latest ORM6 branch onto our latest ORM5
> master, so to have it incorporate all latest bugfixes and performance
> enhancements we recently developed on master.
>
> To be more specific, this is a rebase of commit 'wip/sqm-jpa-types-sql-ast'
> [2e002c73c6] onto 'master' [40b30fa099].
>
> I'm pushing it as branch '6-rebased-August' to my own fork. (commit
> [ec3a325fbc]).
>
> I hope that anyone having some work in progress could cherry pick on top of
> that :)
> Also you probably want to push it somewhere else and give a more creative
> name.
>
> Steve: the last commit might need special attention.
>
> I needed to review the SessionImpl#buildLockOptions method as there was a
> conflict, but while trying to resolve it I realized the method was probably
> not doing what it was supposed to, so I changed it - I think fixing
> something odd but I might have misunderstood the intent, or thrown off by
> some mistake during rebase. Would appreciate another pair of eyes on that
> one as I definitely changed the semantics.
>
> Thanks,
> Sanne
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list