This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch gradle-deprecations in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 299f11e3136033378709c5f96366b14b78bde85a Merge: 80d4def868 383f36977e Author: James Daugherty <[email protected]> AuthorDate: Wed Jun 11 18:17:13 2025 -0400 Merge branch '7.0.x' into gradle-deprecations .asf.yaml | 52 +++++++++ .github/workflows/release.yml | 2 +- RELEASE.md | 126 +++++++++++++++------ build.gradle | 9 +- buildSrc/build.gradle | 7 +- etc/bin/add-license-groovy-java.groovy | 62 ++++++++++ etc/bin/add-license-raw.groovy | 60 ++++++++++ etc/bin/extract-build-artifact.sh | 31 +++-- etc/bin/test-reproducible-build.sh | 2 +- etc/bin/test-reproducible-builds.sh | 2 +- etc/bin/verify-cli-distribution.sh | 2 +- etc/bin/verify-jar-artifacts.sh | 13 ++- etc/bin/verify-reproducible.sh | 55 ++++++++- etc/bin/verify.sh | 11 +- gradle.properties | 2 +- grails-bom/build.gradle | 10 +- .../test/groovy/grails/util/GrailsUtilTests.java | 2 +- grails-doc/src/en/guide/introduction/whatsNew.adoc | 2 +- .../src/en/guide/upgrading/upgrading60x.adoc | 31 +++++ .../src/en/ref/Command Line/plugin-info.adoc | 6 +- .../grails/plugin/geb/GebGrailsPlugin.groovy | 6 +- .../plugin/geb/WebDriverContainerHolder.groovy | 16 ++- grails-gradle/bom/build.gradle | 25 ++-- grails-gradle/build.gradle | 10 +- .../tasks/bom/ExtractedDependencyConstraint.groovy | 2 +- .../gradle/tasks/bom/PropertyNameCalculator.groovy | 21 ++++ .../publishing/GrailsPublishGradlePlugin.groovy | 1 - .../spock/ContainerFileDetectorSpockSpec.groovy | 2 +- 28 files changed, 478 insertions(+), 92 deletions(-)
