This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from c03073e51a Merge pull request #15974 from
codeconsole/feat/forge-welcome-page-i18n
add 937f5b3bff Include the charset when DefaultHtmlRenderer sets the
content type
add 814b384df6 Make the renderer encoding configurable via
grails.converters.encoding
add bb78ee0197 Resolve grails.converters.encoding from the environment via
@Value
add 0a45f47908 Deduplicate the grails.converters.encoding config metadata
new d12538cd18 Merge pull request #15976 from
codeconsole/fix/html-renderer-charset
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:
.../src/en/guide/conf/config/builtInOptions.adoc | 1 +
.../render/errors/AbstractVndErrorRenderer.groovy | 2 ++
.../render/util/AbstractLinkingRenderer.groovy | 3 ++
.../web/rest/render/DefaultRendererRegistry.groovy | 35 ++++++++++++++++----
.../rest/render/html/DefaultHtmlRenderer.groovy | 12 ++++++-
.../rest/render/json/DefaultJsonRenderer.groovy | 4 +++
.../web/rest/render/xml/DefaultXmlRenderer.groovy | 4 +++
.../rest/render/DefaultRendererRegistrySpec.groovy | 38 ++++++++++++++++++++++
.../web/rest/render/html/HtmlRendererSpec.groovy | 35 ++++++++++++++++++++
.../META-INF/spring-configuration-metadata.json | 2 +-
10 files changed, 128 insertions(+), 8 deletions(-)