-
-
Notifications
You must be signed in to change notification settings - Fork 951
Grails Engineering Meeting Notes (11 04 2021)
Jason Schindler edited this page Dec 27, 2021
·
1 revision
Date: 11/04/2021
- Puneet Behl
- David Estes
- Jason Schindler
- Current Development Activities
- Open Discussion
- Released Grails 5.0.1 yesterday
- Sent a PR to asset pipeline yesterday to solve some issues that was merged
- David, are you planning on doing a release soon?
- David: Yeah, there is an issue I'm looking at first where people are seeing warning messages from the use of configuration
- Puneet: That is because NavigableMap has been deprecated. Have you tried cloning that into a HashMap instead?
- David: I can do that but it would need to be a deep copy
- David: After fixing those warnings I'll do a release
- I have been setting up Gradle enterprise for Grails Core
- I'm planning on looking into the database migration plugin and graphql to see if they work with Grails 5 or not
- I'm also going to look at Spring Security Core