gocd/gocd

Upgrade to Hibernate 5

Open

#10262 opened on Mar 13, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (6,965 stars) (1,010 forks)batch import
dependencieshelp wantedjavano stalebottechnical-debt

Description

Currently GoCD uses Hibernate 3.6. In order to unblock Spring Framework upgrade to Spring 5+, we need to move to to Hibernate 5. Our current Spring version, 4.3 does support at least Hibernate 5.0 to 5.2 (see here) and maybe later point releases.

If we could get to 5.3 we'd be getting back into a "supported" release, which would be ideal, as long as it works with Spring 4.3. There's nothing in the Spring docs to indicate other 5.x versions wont work.

https://hibernate.org/orm/releases/

Contributor guide