Re: [hibernate-dev] Rebased ORM6

2019-09-04 Thread Steve Ebersole
We went ahead and finished the remaining merges and pushed to https://github.com/sebersole/hibernate-core/tree/wip/6.0 To be clear - this branch includes everything from master (as of this morning) and all ongoing 6.0 work. On Wed, Sep 4, 2019 at 8:08 AM Steve Ebersole wrote: > Andrea and I

Re: [hibernate-dev] Rebased ORM6

2019-09-04 Thread Steve Ebersole
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

[hibernate-dev] Rebased ORM6

2019-08-30 Thread Sanne Grinovero
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'