jpos / jPOS-EE

jPOS Extended Edition
http://jpos.org
GNU Affero General Public License v3.0
107 stars 152 forks source link

Feature update to hibernate 6 and to jakarta ee #272

Open aVolpe opened 2 years ago

aVolpe commented 2 years ago

This is a work in progress, this is too disruptive to be applicable/useful, but I want to make this pr so if in a future we make the jump we don't start from scratch.

This PR bumps the dependency of hibernate from 5 to 6, this is not a minor change because there was a change in package, from javax.persistence to jakarta.persistence (more info).

Hibernate 6 also needs java at least 11.

This package change will also affect the qi and rest modules, jetty should be upgraded to 11.

Progress:

ar commented 2 years ago

A change like this deserves the release of 2.2.9 and a move to 2.3.0. We can do it once you're ready with this PR.