Skip to content

Grails Engineering Meeting Notes (09 09 2021)

Jason Schindler edited this page Dec 27, 2021 · 1 revision

Date: 09/09/2021

Attendees

  • Puneet Behl
  • David Estes
  • James Kleeh
  • Jason Schindler

Agenda

  • Current Development Activities
  • Open Discussion

Current Development Activities

Puneet

  • Fixed some issues with Grails 5 RC2
    • One of the issues is when you create a new project it defaults to the wrong version of Hibernate
    • An issue with the classpath in asset pipeline that David has released a fix for
    • There was an issue where integration tests weren't running. I created a sample app for this and was unable to recreate it
  • There is a PR in Grails Core that I want to discuss
  • Plan is to do an RC3 release today
  • Team discussed adding a feature for assisting in the publishing to Maven central
    • Will be considered after Grails 5 GA

James

  • Released a new version of GORM MongoDB 6
    • Includes some bugfixes that were already included in a 7.1 release

Jason

  • Currently, Micronaut Beans do not receive configuration from the environments block or from runtime.groovy
    • I think we should modify Grails so that the Micronaut context has configuration from these two other sources
    • The lack of this has caused me to abandon an effort to bring in Micronaut configurations for an application that I am working on because I am unable to provide it with configuration
    • Team discussed this request
    • I will create two issues in Grails Core. One for runtime.groovy and one for the environments block
Clone this wiki locally