This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 35102c50d0fa7aeb71b491eb4acb991a0552da08 Merge: 327efd6ec5 bcad9586e5 Author: James Daugherty <[email protected]> AuthorDate: Mon Nov 10 17:58:32 2025 -0500 Merge pull request #15220 from dauer/issue-15205-docs-source-contains-license-header .../src/en/guide/cache/cacheUsage/cacheConfiguration.adoc | 2 +- grails-doc/src/en/guide/cache/cacheUsage/cacheUnitTests.adoc | 4 ++-- grails-doc/src/en/guide/testing/unitTesting/annotations.adoc | 6 +++--- .../en/guide/testing/unitTesting/unitTestingDomainClasses.adoc | 10 +++++----- .../en/guide/testing/unitTesting/unitTestingUrlMappings.adoc | 2 +- .../com/demo/BasicCachingServiceNoCacheManagerSpec.groovy | 2 ++ .../src/test/groovy/com/demo/BasicCachingServiceSpec.groovy | 2 ++ .../demo33/grails-app/controllers/demo/UrlMappings.groovy | 2 ++ .../demo33/grails-app/domain/demo/Person.groovy | 3 ++- .../groovy/demo/DependencyInjectionSpec.groovy | 2 ++ .../demo33/src/test/groovy/demo/DataTestTraitSpec.groovy | 2 ++ .../test/groovy/demo/GetDomainClassesToMockMethodSpec.groovy | 2 ++ .../demo33/src/test/groovy/demo/PersonControllerSpec.groovy | 2 ++ .../demo33/src/test/groovy/demo/PersonSpec.groovy | 2 ++ .../src/test/groovy/grails/testing/spock/OnceBeforeSpec.groovy | 2 ++ .../src/test/groovy/grails/testing/spock/RunOnceSpec.groovy | 2 ++ 16 files changed, 34 insertions(+), 13 deletions(-)
