This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit cd062bf7c6051bff0622118367c8d2ddf23955ec
Merge: 79e4889e35 2ef2a57df3
Author: James Fredley <[email protected]>
AuthorDate: Tue Aug 18 10:27:08 2026 -0400

    Merge pull request #15558 from apache/grails8-groovy6-canary
    
    Grails 9 on Groovy 6.0.0-beta-2

 .github/ci-check-functional-reports.py             |  65 ++++++++++
 .github/ci-exit-after-build.init.gradle            |  73 +++++++++++
 .github/workflows/gradle.yml                       |  71 +++++++++--
 .github/workflows/groovy-joint-workflow.yml        |  10 +-
 .../apache/grails/buildsrc/CompilePlugin.groovy    |   6 +-
 .../org/apache/grails/buildsrc/SbomPlugin.groovy   |  21 ++-
 .../apache/grails/buildsrc/SbomPluginSpec.groovy   |  25 ++++
 dependencies.gradle                                |  22 +++-
 .../spring-dependency-management/build.gradle      |   3 +
 .../groovy/springdm/HelloControllerSpec.groovy     |   8 +-
 gradle.properties                                  |   5 +-
 gradle/functional-test-config.gradle               |   4 +
 gradle/hibernate5-test-config.gradle               |   4 +
 gradle/mongodb-forked-test-config.gradle           |  10 +-
 gradle/mongodb-test-config.gradle                  |   8 +-
 gradle/test-config.gradle                          |   9 ++
 grails-common/build.gradle                         |   4 +
 .../config/external/WriterFilteringMap.groovy      |   4 +-
 ...ilsApplicationLifeCycleDefaultMethodSpec.groovy |  67 ++++++++++
 .../grails/core/plugins/PluginUtilsSpec.groovy     |  12 +-
 .../orm/hibernate/HibernateGormInstanceApi.groovy  |   3 +-
 .../compiler/gorm/GormEntityTransformSpec.groovy   |  19 ++-
 .../mapping/config/ConfigurationBuilder.groovy     | 120 ++++++++++++++---
 .../mapping/reflect/ClassPropertyFetcher.java      |   3 +-
 .../mapping/config/ConfigurationBuilderSpec.groovy | 142 +++++++++++++++++++++
 .../formfields/BeanPropertyAccessorImpl.groovy     |  10 ++
 .../groovy/org/grails/forge/cli/CommandSpec.groovy |   7 +-
 .../build/gradle/templates/buildGradle.rocker.raw  |  13 ++
 .../views/AbstractGroovyTemplateCompileTask.groovy |   9 ++
 .../grails/plugins/mail/MailServiceSpec.groovy     |   2 +-
 .../specs/TestFormParamsControllerSpec.groovy      |   4 +-
 .../testing/http/client/HttpClientSupport.groovy   |   7 +-
 .../testing/http/client/utils/XmlUtils.groovy      |  27 +++-
 .../grails/validation/ValidateableTraitSpec.groovy |  11 +-
 .../json/view/api/GrailsJsonViewHelper.groovy      |  29 ++++-
 .../json/view/api/internal/TemplateRenderer.groovy |  32 +++++
 .../web/databinding/GrailsWebDataBinder.groovy     |   9 +-
 .../mvc/UrlMappingsHandlerMappingSpec.groovy       |  30 +++++
 settings.gradle                                    |  13 +-
 39 files changed, 827 insertions(+), 94 deletions(-)

Reply via email to