hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

migration to Hibernate ORM 6

Open gavinking opened this issue 2 years ago • 2 comments

This is probably a big job, and it's not yet urgent, but it's about time we did at least a bit of exploratory work to get an estimate of just how big of a job and where the damage is.

gavinking avatar Nov 04 '21 20:11 gavinking

Before updating to Hibernate v6 code base, if possible to release a Jakarta EE 9 compatible version for the jakarta namespace change.

hantsy avatar Dec 23 '21 04:12 hantsy

We plan to have a look at Jakarta beginning of next year, so it will probably happen before the upgrade of Hibernate 6

DavideD avatar Dec 23 '21 09:12 DavideD

I've pushed upstream the current state of the integration with ORM 6: https://github.com/hibernate/hibernate-reactive/tree/wip/ORM-6

Note that it requires some changes in ORM to work: https://github.com/hibernate/hibernate-orm/pull/5380

It's still a work in progress and most of the tests are failing - queries won't work - but it's possible to run the build and import the project in Intellij, so I think it's a good starting point.

DavideD avatar Oct 05 '22 14:10 DavideD

Awesome 👏 looking forward to checking it out!

gavinking avatar Oct 05 '22 14:10 gavinking

:) Nice @DavideD !

blafond avatar Oct 05 '22 14:10 blafond

This issue was superseeded by this other one

DavideD avatar Apr 18 '23 16:04 DavideD