grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.78k stars 950 forks source link

Update GORM for org.hibernate:hibernate-core-jakarta:5.6.15.Final #13550

Open sdelamo opened 2 months ago

sdelamo commented 2 months ago

see: https://github.com/orgs/grails/discussions/13521

The latest conversations have been for development to begin around org.hibernate:hibernate-core-jakarta:5.6.15.Final and see how well it will play with Spring Framework 6.1.11 and Spring Boot 3.3.1 within GORM for Grails 7. Whatever functions and is the simplest path is likely what will ship in with Grails 7.

Grace has org.hibernate:hibernate-core-jakarta:5.6.15.Final with springBootVersion=3.0.13, springVersion=6.0.22 and groovyVersion=4.0.22

https://github.com/graceframework/grace-data-hibernate

jamesfredley commented 2 months ago

@basejump does your team still have time to take a look at this?

jamesfredley commented 1 month ago

https://github.com/grails/grails-data-mapping/pull/1810

https://github.com/grails/gorm-hibernate5/pull/878

jamesfredley commented 3 weeks ago

https://github.com/grails/gorm-mongodb/pull/751

basejump commented 1 day ago

@jamesfredley sorry, I missed your ping above. We are coming off a few major fires/scrambles we had over the last 6 or so weeks. It looks like you made some major progress, nice work! Let me know what current status is and will see if we can help.

jamesfredley commented 1 day ago

@basejump grails-data-mapping, gorm-hibernate5 and gorm-mongodb are each pretty close. There are outstanding failing tests which are documented in an issue or a few issues on each repository, if your team wants to take a look. Some of these issues are waiting on grails plugins to be updated to Grails7 and that should be noted on the issue, such as grails-spring-security-rest, etc.