-
Notifications
You must be signed in to change notification settings - Fork 952
Grails Engineering Meeting Notes (01 27 2022)
Jason Schindler edited this page Jan 27, 2022
·
1 revision
Date: 01/27/2022
- Puneet Behl
- Søren Berg Glasius
- James Kleeh
- Jason Schindler
- Current Grails Development Activities
- Open Discussion
- Recently released Spring Security Plugin 5 RC1
- I made a few changes to the documentation as well
- There is an issue with the plugin that I was looking at
- https://github.com/grails/grails-spring-security-core/issues/566
- I'm planning on fixing this with the plugin
- There was a recent issue that someone reported using keycloak
- I tried to replicate the issue and had some problems that I don't think are related to Grails
- I've been running a few experiments with Grails Core and Gradle
- I'd like to ask for inputs on how to migrate GORM to use the JPA Criteria APIs
- James: One option is to remove the functionality in GORM that is missing
- James: Another option is to stay on Hibernate 5 forever
- James: Another option would be to identify what is missing and send a PR to Hibernate to add it
- Søren: Could we retrofit the GORM functionality to JPA if possible?
- James: I think no matter what we should convert our existing usages to JPA if possible
- James: It is a huge task really because there is a translation layer between our logic and Hibernate
- Søren: It doesn't look like the Hibernate 5 track is anywhere new EOL. They just did a release yesterday
- James: It would be good to know if they would be willing to accept a PR that keeps the functionality the same
- Team reviewed options and discussed alternatives
- Jason will reach out to the Hibernate team to see if they would be open to a PR that closes the gap between the Hibernate Criteria API and the JPA one
- We did some planning for Grails 6 if you would like to review it and provide feedback