This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 7da662f8bd Merge branch '7.2.x' into 8.0.x
add eb0cc8f1a6 feat(http-client-support): add httpPostForm method
add fdd11d04f0 test: update `DirtyCheckBindingSpec` to use `httpPostForm`
add 5aff68c538 docs: add info about HttpClientSupport.httpPostForm()
new 413a537a46 Merge pull request #15735 from
apache/feat/http-client-form-post
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:
grails-doc/src/en/guide/introduction/whatsNew.adoc | 7 ++++
.../src/en/guide/testing/integrationTesting.adoc | 17 ++++++++
.../groovy/gorm/DirtyCheckBindingSpec.groovy | 28 ++++++++++----
grails-testing-support-http-client/README.md | 10 +++++
.../testing/http/client/HttpClientSupport.groovy | 45 ++++++++++++++++++++++
.../http/client/HttpClientSupportSpec.groovy | 45 ++++++++++++++++++++++
6 files changed, 144 insertions(+), 8 deletions(-)