This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 162ff83a38 Merge pull request #15118 from
codeconsole/7.0.x-autotimestamp-enhancements
add d599c99635 remove calls to setSystemProperty() and set on individual
tasks instead
add 327efd6ec5 Merge pull request #15221 from jdaugherty/7.0.x
add bcad9586e5 Issue 15205 Docs - Source contains license header
add 35102c50d0 Merge pull request #15220 from
dauer/issue-15205-docs-source-contains-license-header
add 38e92f86f2 [skip ci] post 7.0.2 release adjustments
add 9154c0cb44 [skip ci] update release instructions
add c3f8de4fe1 Merge pull request #15218 from apache/post-7.0.2-release
add 768fb04767 [chore] Correct docs with apply and dependencies for gsp
and gson
add 118f9daa49 Apply suggestion from @matrei
add 795c8ab949 Merge pull request #15223 from
apache/chore/gsp_and_gson_dependencies_and_apply
add b09cfa4183 fix: apply java-library plugin to Grails Plugin projects
add d54a68b6e8 chore: cleanup
add 939b61ad89 Merge pull request #15225 from apache/java-library
new 06cd705e37 Merge branch '7.0.x' into 7.1.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE.md | 24 ++++++++++------------
etc/bin/Dockerfile | 2 +-
etc/bin/verify.sh | 2 +-
.../guide/cache/cacheUsage/cacheConfiguration.adoc | 2 +-
.../en/guide/cache/cacheUsage/cacheUnitTests.adoc | 4 ++--
.../en/guide/testing/unitTesting/annotations.adoc | 6 +++---
.../unitTesting/unitTestingDomainClasses.adoc | 10 ++++-----
.../unitTesting/unitTestingUrlMappings.adoc | 2 +-
.../guide/theWebLayer/gson/jsonInstallation.adoc | 19 +++++++++++------
grails-doc/src/en/guide/theWebLayer/gsp.adoc | 2 +-
.../gradle/plugin/core/GrailsGradlePlugin.groovy | 10 ++-------
.../plugin/core/GrailsPluginGradlePlugin.groovy | 7 ++-----
.../BasicCachingServiceNoCacheManagerSpec.groovy | 2 ++
.../groovy/com/demo/BasicCachingServiceSpec.groovy | 2 ++
.../grails-app/controllers/demo/UrlMappings.groovy | 2 ++
.../demo33/grails-app/domain/demo/Person.groovy | 3 ++-
.../groovy/demo/DependencyInjectionSpec.groovy | 2 ++
.../src/test/groovy/demo/DataTestTraitSpec.groovy | 2 ++
.../demo/GetDomainClassesToMockMethodSpec.groovy | 2 ++
.../test/groovy/demo/PersonControllerSpec.groovy | 2 ++
.../demo33/src/test/groovy/demo/PersonSpec.groovy | 2 ++
.../grails/testing/spock/OnceBeforeSpec.groovy | 2 ++
.../groovy/grails/testing/spock/RunOnceSpec.groovy | 2 ++
23 files changed, 65 insertions(+), 48 deletions(-)