-
-
Notifications
You must be signed in to change notification settings - Fork 951
Grails Engineering Meeting Notes (09 16 2021)
Jason Schindler edited this page Dec 27, 2021
·
1 revision
Date: 09/16/2021
- Sergio del Amo Caballero
- Puneet Behl
- David Estes
- James Kleeh
- Jason Schindler
- Micronaut / Grails Bean Interactions
- Current Development Activities
- Open Discussion
-
Sergio: Two beans appear to be created for Micronaut Beans in Grails applications
- This was realized while working on this guide: https://github.com/grails-guides/grails-micronaut-kafka
-
Team discussed lack of documentation around how Micronaut and Grails integrate now
- Team decided that we should create documentation around how the integration between Grails and Micronaut
- Team decided that better integration with Micronaut should be a major focus of Grails 6
- There are a couple of issues that are holding back Grails 5
- The grails database migrations plugin is not working with the newer release of Gradle
- https://github.com/grails/grails-core/issues/12057
- https://github.com/grails/grails-core/issues/11923
- https://github.com/grails/grails-core/issues/11922
- https://github.com/grails/grails-core/issues/11884
- https://github.com/grails/grails-gsp/issues/53
- https://github.com/grails/gorm-hibernate5/issues/303
- Regarding the strategy for Grails 5 GA release, I was thinking of doing a RC4 release first and then updating plugins to use that before doing a Grails 5 GA