Overview

While working on #33071, we noticed that our FreeMarker support still requires the encoding be supplied as a String; whereas, it would be convenient for users to be able to supply the encoding via a Charset -- for example, via constants defined in StandardCharsets.

This applies to the FreeMarker support in spring-context-support, spring-webmvc, and spring-webflux.

Related Issues

  • 33071