-
-
Notifications
You must be signed in to change notification settings - Fork 951
Grails Engineering Meeting Notes (02 10 2022)
Jason Schindler edited this page Feb 10, 2022
·
1 revision
Date: 02/10/2022
- Puneet Behl
- David Estes
- Søren Berg Glasius
- James Kleeh
- Jason Schindler
- Current Grails Development Activities
- Open Discussion
- Still working on the Grails CLI
- The base is done. There are some more features that I need to add
- I'm currently writing tests
- I have been merging a bunch of pull requests
- I'm planning on doing a Grails 5.1.3 release soon
- I released Grails Gradle Plugin 5.1.2
- I moved the Grails Cache plugin from the Grails Plugins organization
- I was reviewing the pull requests but had some issues with the functional tests
- The team I'm working on is having some issues regarding this
- https://github.com/grails/grails-core/issues/11318
- Puneet: I believe I merged some PRs for that. I think it will be resolved in the next release
- David: When you cast something to a Map, you get a NavigableMap and then when you use the getters you get the deprecation warning
- Puneet: Can you submit an issue in grails-core and I can take a look at it right away
- Jason: I started a discussion on the Hibernate GitHub org
- Team discussed gaps between the JPA Criteria and the Deprecated Criteria API and ideas on overcoming the gaps