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

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


    from c54cacc0f9 Merge pull request #15470 from apache/deprecate-for-removal
     add e689589a60 [skip ci] Release v7.0.9
     add 61040f0222 [skip ci] Bump version to 7.0.10-SNAPSHOT
     add 01bbf40e9a Merge pull request #15511 from apache/merge-back-7.0.9
     add 8b7cb2e8a9 chore(deps): bump softprops/action-gh-release from 2.5.0 to 
2.6.1
     add 519685916d Merge pull request #15508 from 
apache/dependabot/github_actions/softprops/action-gh-release-2.6.1
     add 88f90279d1 chore(deps): bump release-drafter/release-drafter from 6 to 
7
     add e90ad3fddb Merge pull request #15507 from 
apache/dependabot/github_actions/release-drafter/release-drafter-7
     add 7353f08c5e make sure the DatabaseCleanup annotation is inherited
     add a1846c5ecd Merge pull request #15513 from 
apache/inherittedDatabasecleanup
     add b0250102d2 #15506 - fix - @CompileStatic support for tag libs
     add 9b16d4a964 Merge pull request #15514 from 
apache/gsp-taglib-compilestatic
     add 5df43a4f5d new module `grails-testing-support-http-client`
     add 576c96fdc1 feedback: new iteration
     add b2cfb82db3 ci: add `getAtCheckWaiting` to groovy joint workflow
     add fe185c3ff4 test: use `GroovyErsatzServer`
     add 4bf017a511 test: enable TeamSpec test in CI
     add 7a253b9115 Merge pull request #15505 from 
apache/matrei/7.0.x-http-client-testing-support
     add 8959380ab8 build: enable running single tests with --tests flag
     add b4ee9d9b7d Merge pull request #15517 from 
apache/matrei/uber-tests-build
     add 6cf5fea99d Merge remote-tracking branch 'origin/7.0.x' into 
merge/7.0.x-into-7.1.x
     new 2c0ecc1776 Merge pull request #15520 from apache/merge/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:
 .github/workflows/groovy-joint-workflow.yml        |    1 +
 .github/workflows/release-notes.yml                |    2 +-
 .github/workflows/release.yml                      |   10 +-
 gradle.properties                                  |    1 +
 .../grails/core/gsp/DefaultGrailsTagLibClass.java  |   17 +
 .../core/gsp/DefaultGrailsTagLibClassSpec.groovy   |  108 ++
 grails-test-examples/app1/build.gradle             |    3 +-
 .../groovy/functionaltests/AtResourceSpec.groovy   |   27 +-
 .../BookRestfulControllerSpec.groovy               |   36 +-
 .../functionaltests/async/AsyncPromiseSpec.groovy  |  278 ++---
 .../binding/AdvancedDataBindingSpec.groovy         |  390 ++++---
 .../functionaltests/caching/CachingSpec.groovy     |  147 +--
 .../codecs/SecurityCodecsSpec.groovy               |  365 +++---
 .../commanddi/CommandObjectDISpec.groovy           |  273 ++---
 .../contentneg/ContentNegotiationSpec.groovy       |  277 ++---
 .../functionaltests/cors/CorsAdvancedSpec.groovy   |  262 ++---
 .../errorhandling/ErrorHandlingSpec.groovy         |  181 ++-
 .../fileupload/FileUploadSpec.groovy               |  342 +++---
 .../flow/FlashChainForwardSpec.groovy              |  249 ++---
 .../i18n/InternationalizationSpec.groovy           |  342 +++---
 .../InterceptorAdvancedMatchingSpec.groovy         |  214 ++--
 .../interceptors/InterceptorOrderingSpec.groovy    |  205 ++--
 .../requestresponse/RequestResponseSpec.groovy     |  355 +++---
 .../springevents/SpringEventsSpec.groovy           |  134 +--
 .../functionaltests/taglib/TagLibSpec.groovy       |  664 ++++-------
 .../urlmappings/UrlMappingsSpec.groovy             |  259 ++---
 .../async-events-pubsub-demo/build.gradle          |    4 +-
 .../groovy/pubsub/demo/TaskControllerSpec.groovy   |   34 +-
 grails-test-examples/cache/build.gradle            |    8 +-
 .../com/demo/AdvancedCachingIntegrationSpec.groovy |  237 +---
 grails-test-examples/demo33/build.gradle           |    2 +
 .../groovy/demo/JsonControllerSpec.groovy          |   26 +-
 .../grails-multiple-datasources/build.gradle       |    8 +-
 .../MultiDataSourceWithSessionSpec.groovy          |   44 +-
 .../hibernate5/issue450/build.gradle               |    3 +-
 .../groovy/example/BookControllerSpec.groovy       |   27 +-
 grails-test-examples/issue-11102/build.gradle      |    6 +-
 .../groovy/issue11102/HttpClientCommonSpec.groovy  |   45 -
 .../groovy/issue11102/TestControllerSpec.groovy    |   27 +-
 grails-test-examples/issue-11767/build.gradle      |    7 +-
 .../groovy/issue11767/app/ConfigLoadingSpec.groovy |   37 +-
 grails-test-examples/issue-15228/build.gradle      |    3 +-
 .../issue11767/app/GsonViewRespondSpec.groovy      |   58 +-
 grails-test-examples/issue-views-182/build.gradle  |    3 +-
 .../groovy/views182/CustomErrorSpec.groovy         |   27 +-
 .../groovy/views182/HttpClientCommonSpec.groovy    |   46 -
 grails-test-examples/micronaut/build.gradle        |    3 +-
 .../MicronautDeclarativeClientSpec.groovy          |  197 ++--
 .../micronaut/MicronautErsatzAdvancedSpec.groovy   |  733 ++++--------
 .../micronaut/MicronautErsatzPatternSpec.groovy    |  337 +++---
 .../micronaut/MicronautErsatzRoundtripSpec.groovy  |  453 +++-----
 .../views-functional-tests/build.gradle            |    5 +-
 .../groovy/functional/tests/BookSpec.groovy        |  181 +--
 .../groovy/functional/tests/BulletinSpec.groovy    |   26 +-
 .../groovy/functional/tests/CircularSpec.groovy    |   74 +-
 .../groovy/functional/tests/CustomerSpec.groovy    |   41 +-
 .../groovy/functional/tests/EmbeddedSpec.groovy    |   58 +-
 .../groovy/functional/tests/HttpClientSpec.groovy  |   44 -
 .../groovy/functional/tests/InheritanceSpec.groovy |   38 +-
 .../tests/ModelInterceptorIntSpec.groovy           |   37 +-
 .../functional/tests/ObjectTemplateSpec.groovy     |   27 +-
 .../functional/tests/PersonInheritanceSpec.groovy  |   32 +-
 .../groovy/functional/tests/ProductSpec.groovy     |  218 ++--
 .../groovy/functional/tests/ProjectSpec.groovy     |   38 +-
 .../groovy/functional/tests/ProxySpec.groovy       |   31 +-
 .../groovy/functional/tests/TeamSpec.groovy        |   91 +-
 .../functional/tests/TestControllerSpec.groovy     |   28 +-
 .../functional/tests/TestGmlControllerSpec.groovy  |   32 +-
 .../functional/tests/TestGsonControllerSpec.groovy |   86 +-
 .../groovy/functional/tests/VehicleSpec.groovy     |   61 +-
 .../functional/tests/api/NamespacedBookSpec.groovy |  143 +--
 grails-test-suite-uber/build.gradle                |   83 +-
 .../testing/cleanup/core/DatabaseCleanup.groovy    |    2 +
 grails-testing-support-http-client/README.md       |  201 ++++
 .../build.gradle                                   |   30 +-
 .../testing/http/client/HttpClientSupport.groovy   | 1169 ++++++++++++++++++++
 .../testing/http/client/MultipartBody.groovy       |  191 ++++
 .../testing/http/client/TestHttpResponse.groovy    |  994 +++++++++++++++++
 .../testing/http/client/utils/JsonUtils.groovy     |  276 +++++
 .../testing/http/client/utils/XmlUtils.groovy      |  241 ++++
 .../http/client/HttpClientSupportSpec.groovy       | 1165 +++++++++++++++++++
 .../testing/http/client/MultipartBodySpec.groovy   |   67 ++
 .../http/client/TestHttpResponseSpec.groovy        |  542 +++++++++
 .../testing/http/client/utils/JsonUtilsSpec.groovy |  159 +++
 .../testing/http/client/utils/XmlUtilsSpec.groovy  |  329 ++++++
 settings.gradle                                    |    9 +-
 86 files changed, 8630 insertions(+), 5636 deletions(-)
 create mode 100644 
grails-gsp/grails-taglib/src/test/groovy/org/grails/core/gsp/DefaultGrailsTagLibClassSpec.groovy
 delete mode 100644 
grails-test-examples/issue-11102/src/integration-test/groovy/issue11102/HttpClientCommonSpec.groovy
 delete mode 100644 
grails-test-examples/issue-views-182/src/integration-test/groovy/views182/HttpClientCommonSpec.groovy
 delete mode 100644 
grails-test-examples/views-functional-tests/src/integration-test/groovy/functional/tests/HttpClientSpec.groovy
 create mode 100644 grails-testing-support-http-client/README.md
 copy {grails-testing-support-views-gson => 
grails-testing-support-http-client}/build.gradle (64%)
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/HttpClientSupport.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/MultipartBody.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/TestHttpResponse.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/utils/JsonUtils.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/utils/XmlUtils.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/HttpClientSupportSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/MultipartBodySpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/TestHttpResponseSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/utils/JsonUtilsSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/utils/XmlUtilsSpec.groovy

Reply via email to