Skip to content

Grails Engineering Meeting Notes (04 01 2021)

Jason Schindler edited this page Apr 23, 2021 · 1 revision

Date: 04/01/2021

Attendees

  • Puneet Behl
  • David Estes
  • Jason Schindler
  • Bobby Warner

Agenda

  • Current Development Activities
  • Open Discussion

Current Development Activities

Puneet

  • Plugin portal has been updated to use plugin metadata
  • Added a GitHub action to fetch the data and then do a PR
    • The only thing that is left is to tie it all together
  • Planning on releasing Grails 4.0.10 and Grails GSP 4.0.3. Once that is released, I'll add the changes to Grails Core
    • David: I did do some direct commits you may want to look at first
  • Looked into Spring Security Core to move to GitHub Actions and move to Maven Central
    • I need to make some changes to load the version from gradle.properties instead of the version.txt file
      • Bobby: You can safely take that out
  • Did everyone have a chance to take a look at the document for publishing plugins?
    • Bobby: It all looked good to me
    • Jason: You incorporated all of my feedback
    • Puneet: Can we publish that today or tomorrow?
    • Jason: Yeah, it is just a PR into the static website repo

David

  • I'm pretty confident I can get Spring Loaded running on Java 11.
    • I've been studying machine language in Java yesterday.
    • I'm going to see if Andy can help point me in the right direction with some issues I'm having
Clone this wiki locally