Grails Engineering Meeting Notes (02 10 2022) - grails/grails-core GitHub Wiki

Date: 02/10/2022

Attendees

  • Puneet Behl
  • David Estes
  • Søren Berg Glasius
  • James Kleeh
  • Jason Schindler

Agenda

  • Current Grails Development Activities
  • Open Discussion

Current Development Activities

Puneet

  • 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

Søren

Open Discussion

Navigable Map Deprecation Warning

  • 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

Hibernate Deprecated Criteria API