We meet every week via Google Meet. The times alternate each week to encourage attendance from multiple time zones. Each week we will provide a summary here to facilitate historical preservation & further discussion.

Full Meeting Notes: https://docs.google.com/document/d/1L590r6Z_xNQ48l31Yolsir75dUgAorEnTWmW1kGqJrw/edit?tab=t.0

Times for next four Apache Grails Planning meetings:

6/25/2025: https://www.worldtimebuddy.com/?qm=1&lid=8,6,5,12,30,1819729,2207259&h=8&date=2025-6-25&sln=14-15&hf=1

7/2/2025: https://www.worldtimebuddy.com/?qm=1&lid=8,6,5,12,30,1819729,2207259&h=8&date=2025-7-2&sln=7-8&hf=1

7/9/2025: https://www.worldtimebuddy.com/?qm=1&lid=8,6,5,12,30,1819729,2207259&h=8&date=2025-7-9&sln=14-15&hf=1

7/16/2025: https://www.worldtimebuddy.com/?qm=1&lid=8,6,5,12,30,1819729,2207259&h=8&date=2025-7-16&sln=7-8&hf=1

If you would like to join this meeting, you can do so here:
https://meet.google.com/her-tjpt-xmf

* The First ASF Releases of grails-spring-security & grails-redis Plugins are now available - We need to update download page to include these Apache Grails Plugins. Update completed: https://grails.apache.org/download.html

The release notes:
(grails-redis) https://github.com/apache/grails-redis/releases/tag/v5.0.0-M4
(grails-spring-security) https://github.com/apache/grails-spring-security/releases/tag/v7.0.0-M4
Documentation Links:  https://grails.apache.org/documentation.html

* We discussed the frequent timeouts on GitHub workflows
- Connect to repository.apache.org:443 [repository.apache.org/65.109.119.155] failed: Connect timed out - https://github.com/apache/grails-core/pull/14821 - we will hold off for now and hope this is resolved soon

* https://github.com/apache/grails-forge/issues/582 - several users have reported the following noise the first time they run Grails shell or wrapper

- Artifact ... is present in the local repository, but cached from a remote repository ID that is unavailable in current build context

* https://github.com/apache/grails-forge/issues/592 - error when initially loading 7.0.0-M4 generated projects

- Could not resolve com.bertramlabs.plugins:asset-pipeline-grails:5.0.9.
> Could not parse POM https://repo.maven.apache.org/maven2/com/bertramlabs/plugins/asset-pipeline-grails/5.0.9/asset-pipeline-grails-5.0.9.pom
            > Could not find org.apache.grails:grails-bom:7.0.0-SNAPSHOT.

- Workaround, add the Apache Snapshot Repo to build.gradle

   maven { url = 'https://repository.apache.org/content/groups/snapshots' }

* hibernate 6.6
- making progress
- we discussed the potential of leveraging spring data, where possible, under the covers. spring data looks similar, but does not automatically generate the complete list the dynamic methods supported by GORM and requires more code/configuration.

groovysh - the Groovy repl-like shell
- jline is being updated to 3
- similar changes are required in Grails Shell CLI: https://github.com/apache/grails-core/issues/13752

James Fredley



Reply via email to