This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 7ab0aa8483 GROOVY-9381: Add native async/await support
new 4119b4ad01 GROOVY-11924: Provide a minimal declarative http client for
the new http builder module (better align feature parity between declarative
and imperative sides)
new a5555ac41c GROOVY-7571: XmlUtil should allow user to specify a
character encoding when serializing (test file)
The 2 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:
.../src/main/groovy/groovy/http/HttpBuilder.groovy | 90 +++++-
.../groovy/http/HttpBuilderClientTransform.groovy | 95 +++++-
.../groovy/groovy/http/HttpClientHelper.groovy | 137 +++++++--
.../java/groovy/http/{Body.java => BodyText.java} | 5 +-
.../main/java/groovy/http/{Put.java => Form.java} | 7 +-
.../main/java/groovy/http/HttpBuilderClient.java | 9 +
.../java/groovy/http/{Post.java => Timeout.java} | 9 +-
.../src/spec/doc/http-builder.adoc | 215 +++++++++++++-
.../groovy/http/HttpBuilderClientTest.groovy | 321 +++++++++++++++++++++
.../groovy/xml/XmlUtilSerializeOptionsTest.groovy | 87 ++++++
10 files changed, 920 insertions(+), 55 deletions(-)
copy subprojects/groovy-http-builder/src/main/java/groovy/http/{Body.java =>
BodyText.java} (87%)
copy subprojects/groovy-http-builder/src/main/java/groovy/http/{Put.java =>
Form.java} (88%)
copy subprojects/groovy-http-builder/src/main/java/groovy/http/{Post.java =>
Timeout.java} (84%)
create mode 100644
subprojects/groovy-xml/src/test/groovy/groovy/xml/XmlUtilSerializeOptionsTest.groovy